mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 11:50:43 +09:00
clk: rockchip: rk3288: make pmu_hclk_otg0 a critical clock
pmu_hclk_otg0 is critical, it will affect usb's access to the pmu register during reboot. Change-Id: I3d2b26e10210a91090e3cdee093578a46f6d6ee6 Signed-off-by: Jacob Chen <jacob2.chen@rock-chips.com>
This commit is contained in:
@@ -818,6 +818,7 @@ static const char *const rk3288_critical_clocks[] __initconst = {
|
||||
"aclk_vio1_niu",
|
||||
"hclk_peri",
|
||||
"pclk_pd_pmu",
|
||||
"pmu_hclk_otg0",
|
||||
};
|
||||
|
||||
static void __iomem *rk3288_cru_base;
|
||||
|
||||
Reference in New Issue
Block a user