Skip to content

Commit

Permalink
clk: ingenic: jz4770: Add 150us delay after enabling VPU clock
Browse files Browse the repository at this point in the history
This is required, as we must not use the AHB1 bus before it is stable.

Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
  • Loading branch information
pcercuei authored and bebarino committed Jun 2, 2018
1 parent a6523b6 commit 6ee3d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/clk/ingenic/jz4770-cgu.c
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ static const struct ingenic_cgu_clk_info jz4770_cgu_clocks[] = {
[JZ4770_CLK_VPU] = {
"vpu", CGU_CLK_GATE,
.parents = { JZ4770_CLK_H1CLK, },
.gate = { CGU_REG_LCR, 30 },
.gate = { CGU_REG_LCR, 30, false, 150 },
},
[JZ4770_CLK_MMC0] = {
"mmc0", CGU_CLK_GATE,
Expand Down

0 comments on commit 6ee3d38

Please sign in to comment.