From 8b8d1e98f5e06cce5c6386681863836e9ad973ed Mon Sep 17 00:00:00 2001 From: Lin Huang Date: Tue, 19 Mar 2019 17:16:08 +0800 Subject: 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 --- arch/arm64/boot/dts/rockchip/rk1808-evb-x4.dts | 3 +++ 1 file changed, 3 insertions(+) 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>, -- cgit v1.2.3