From eb22b17844b11ebe7822c41c67eadc5b599a514f Mon Sep 17 00:00:00 2001 From: Jianqun Xu Date: Thu, 1 Apr 2021 15:05:04 +0800 Subject: [PATCH] arm64: dts: rockchip: rk3568 fix gpio nodes Signed-off-by: Jianqun Xu Change-Id: If8f2290be609b00e37fd34c6abbb7a9192d71978 --- arch/arm64/boot/dts/rockchip/rk3568.dtsi | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/arch/arm64/boot/dts/rockchip/rk3568.dtsi b/arch/arm64/boot/dts/rockchip/rk3568.dtsi index 21c9bb3b894e..cd28f6e5fb10 100644 --- a/arch/arm64/boot/dts/rockchip/rk3568.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3568.dtsi @@ -3272,7 +3272,7 @@ #size-cells = <2>; ranges; - gpio0: gpio@fdd60000 { + gpio0: gpio0@fdd60000 { compatible = "rockchip,gpio-bank"; reg = <0x0 0xfdd60000 0x0 0x100>; interrupts = ; @@ -3280,12 +3280,11 @@ gpio-controller; #gpio-cells = <2>; - gpio-ranges = <&pinctrl 0 0 32>; interrupt-controller; #interrupt-cells = <2>; }; - gpio1: gpio@fe740000 { + gpio1: gpio1@fe740000 { compatible = "rockchip,gpio-bank"; reg = <0x0 0xfe740000 0x0 0x100>; interrupts = ; @@ -3293,12 +3292,11 @@ gpio-controller; #gpio-cells = <2>; - gpio-ranges = <&pinctrl 0 32 32>; interrupt-controller; #interrupt-cells = <2>; }; - gpio2: gpio@fe750000 { + gpio2: gpio2@fe750000 { compatible = "rockchip,gpio-bank"; reg = <0x0 0xfe750000 0x0 0x100>; interrupts = ; @@ -3306,12 +3304,11 @@ gpio-controller; #gpio-cells = <2>; - gpio-ranges = <&pinctrl 0 64 32>; interrupt-controller; #interrupt-cells = <2>; }; - gpio3: gpio@fe760000 { + gpio3: gpio3@fe760000 { compatible = "rockchip,gpio-bank"; reg = <0x0 0xfe760000 0x0 0x100>; interrupts = ; @@ -3319,12 +3316,11 @@ gpio-controller; #gpio-cells = <2>; - gpio-ranges = <&pinctrl 0 96 32>; interrupt-controller; #interrupt-cells = <2>; }; - gpio4: gpio@fe770000 { + gpio4: gpio4@fe770000 { compatible = "rockchip,gpio-bank"; reg = <0x0 0xfe770000 0x0 0x100>; interrupts = ; @@ -3332,7 +3328,6 @@ gpio-controller; #gpio-cells = <2>; - gpio-ranges = <&pinctrl 0 128 32>; interrupt-controller; #interrupt-cells = <2>; };