Skip to content

Commit 721bf08

Browse files
macromorganmmind
authored andcommitted
clk: rockchip: rk3568: Mark pclk_usb as critical
In the reference manual under "2.8.6 NIU Clock gating reliance" it is stated that pclk_usb_niu has a dependency on hclk_usb_niu. While the manual does not state that this is a bi-directional relationship it was noted that the sdmmc2 failed to operate for me in mmc mode if the pclk_usb was not marked as critical. The parent clock of the hclk_sdmmc2 is hclk_usb. Signed-off-by: Chris Morgan <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent 685da69 commit 721bf08

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/clk/rockchip/clk-rk3568.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1594,6 +1594,7 @@ static const char *const rk3568_cru_critical_clocks[] __initconst = {
15941594
"hclk_php",
15951595
"pclk_php",
15961596
"hclk_usb",
1597+
"pclk_usb",
15971598
"hclk_vo",
15981599
};
15991600

0 commit comments

Comments
 (0)