summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLin Huang <hl@rock-chips.com>2019-03-19 17:16:08 +0800
committerTao Huang <huangtao@rock-chips.com>2019-03-20 18:15:57 +0800
commit8b8d1e98f5e06cce5c6386681863836e9ad973ed (patch)
tree6c2a22e739200506835ae7e3be275f548529bb79
parentad5d0418d37c5ca7cd70f65967619ef74446ddb3 (diff)
arm64: dts: rockchip: rk1808-evb-x4: assigned-clock-parents for clk_32k_ioe
we replace cru assigned clock node in rk1808-evb-x4 dts, and now clk_32k_ioe is setted in this node, so we need to add this back in rk1808-evb-x4.dts, otherwise the SOC can not boot normally. Change-Id: I06a55bea97e0ef260f2549349b3211a311a913ae Signed-off-by: Lin Huang <hl@rock-chips.com>
-rw-r--r--arch/arm64/boot/dts/rockchip/rk1808-evb-x4.dts3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk1808-evb-x4.dts b/arch/arm64/boot/dts/rockchip/rk1808-evb-x4.dts
index 97090b4e9ef2..5e58806290a5 100644
--- a/arch/arm64/boot/dts/rockchip/rk1808-evb-x4.dts
+++ b/arch/arm64/boot/dts/rockchip/rk1808-evb-x4.dts
@@ -46,12 +46,15 @@
&cru {
assigned-clocks =
+ <&cru SCLK_32K_IOE>,
<&cru PLL_GPLL>, <&cru PLL_CPLL>,
<&cru PLL_PPLL>, <&cru ARMCLK>,
<&cru MSCLK_PERI>, <&cru LSCLK_PERI>,
<&cru HSCLK_BUS_PRE>, <&cru MSCLK_BUS_PRE>,
<&cru LSCLK_BUS_PRE>, <&cru DCLK_VOPRAW>;
+ assigned-clock-parents = <&xin32k>;
assigned-clock-rates =
+ <32768>,
<1188000000>, <1000000000>,
<100000000>, <816000000>,
<200000000>, <100000000>,