From 6345180a58550da17ac931148771baadb7d8e3d5 Mon Sep 17 00:00:00 2001 From: David Wu Date: Thu, 17 Mar 2016 02:33:06 +0800 Subject: [PATCH] ARM64: dts: rockchip: fix gpio clk error for rk3399 Change-Id: I8efd8007b17cc054a8e0bd20d1ccc89f7cf26ee8 Signed-off-by: David Wu --- arch/arm64/boot/dts/rockchip/rk3399.dtsi | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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; -- 2.34.1