Commit 6ee3d385 authored by Paul Cercueil's avatar Paul Cercueil Committed by Stephen Boyd

clk: ingenic: jz4770: Add 150us delay after enabling VPU clock

This is required, as we must not use the AHB1 bus before it is stable.
Signed-off-by: default avatarPaul Cercueil <paul@crapouillou.net>
Signed-off-by: default avatarStephen Boyd <sboyd@kernel.org>
parent a6523b6f
...@@ -362,7 +362,7 @@ static const struct ingenic_cgu_clk_info jz4770_cgu_clocks[] = { ...@@ -362,7 +362,7 @@ static const struct ingenic_cgu_clk_info jz4770_cgu_clocks[] = {
[JZ4770_CLK_VPU] = { [JZ4770_CLK_VPU] = {
"vpu", CGU_CLK_GATE, "vpu", CGU_CLK_GATE,
.parents = { JZ4770_CLK_H1CLK, }, .parents = { JZ4770_CLK_H1CLK, },
.gate = { CGU_REG_LCR, 30 }, .gate = { CGU_REG_LCR, 30, false, 150 },
}, },
[JZ4770_CLK_MMC0] = { [JZ4770_CLK_MMC0] = {
"mmc0", CGU_CLK_GATE, "mmc0", CGU_CLK_GATE,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment