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:
Jacob Chen
2017-01-05 15:47:41 +08:00
committed by Huang, Tao
parent 570c297750
commit dfcb2e59da

View File

@@ -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;