From: David Wu Date: Wed, 16 Mar 2016 18:33:06 +0000 (+0800) Subject: ARM64: dts: rockchip: fix gpio clk error for rk3399 X-Git-Tag: firefly_0821_release~3127 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=6345180a58550da17ac931148771baadb7d8e3d5;p=firefly-linux-kernel-4.4.55.git ARM64: dts: rockchip: fix gpio clk error for rk3399 Change-Id: I8efd8007b17cc054a8e0bd20d1ccc89f7cf26ee8 Signed-off-by: David Wu --- diff --git a/arch/arm64/boot/dts/rockchip/rk3399.dtsi b/arch/arm64/boot/dts/rockchip/rk3399.dtsi index 72b0fd3ecf24..52478f671604 100644 --- a/arch/arm64/boot/dts/rockchip/rk3399.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3399.dtsi @@ -858,7 +858,7 @@ gpio0: gpio0@ff720000 { compatible = "rockchip,gpio-bank"; reg = <0x0 0xff720000 0x0 0x100>; - clocks = <&xin24m>; + clocks = <&cru PCLK_GPIO0_PMU>; interrupts = ; gpio-controller; @@ -871,7 +871,7 @@ gpio1: gpio1@ff730000 { compatible = "rockchip,gpio-bank"; reg = <0x0 0xff730000 0x0 0x100>; - clocks = <&xin24m>; + clocks = <&cru PCLK_GPIO1_PMU>; interrupts = ; gpio-controller; @@ -884,7 +884,7 @@ gpio2: gpio2@ff780000 { compatible = "rockchip,gpio-bank"; reg = <0x0 0xff780000 0x0 0x100>; - clocks = <&xin24m>; + clocks = <&cru PCLK_GPIO2>; interrupts = ; gpio-controller; @@ -897,7 +897,7 @@ gpio3: gpio3@ff788000 { compatible = "rockchip,gpio-bank"; reg = <0x0 0xff788000 0x0 0x100>; - clocks = <&xin24m>; + clocks = <&cru PCLK_GPIO3>; interrupts = ; gpio-controller; @@ -910,7 +910,7 @@ gpio4: gpio4@ff790000 { compatible = "rockchip,gpio-bank"; reg = <0x0 0xff790000 0x0 0x100>; - clocks = <&xin24m>; + clocks = <&cru PCLK_GPIO4>; interrupts = ; gpio-controller;