summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/rv1108.dtsi
diff options
context:
space:
mode:
authorJohan Jonker <jbx6244@gmail.com>2021-10-07 16:40:18 +0200
committerHeiko Stuebner <heiko@sntech.de>2021-10-17 09:50:28 +0200
commitd7077ac508e6dbeb737758dd2ef6637141ca72f8 (patch)
tree5ed6821aa4bd90c1d4399063ce0aab447c8e1405 /arch/arm/boot/dts/rv1108.dtsi
parent3e6f8124a78840d074fab36853ee1f5a2e7cffe5 (diff)
downloadlinux-stable-d7077ac508e6dbeb737758dd2ef6637141ca72f8.tar.gz
linux-stable-d7077ac508e6dbeb737758dd2ef6637141ca72f8.tar.bz2
linux-stable-d7077ac508e6dbeb737758dd2ef6637141ca72f8.zip
ARM: dts: rockchip: change gpio nodenames
Currently all gpio nodenames are sort of identical to there label. Nodenames should be of a generic type, so change them all. Signed-off-by: Johan Jonker <jbx6244@gmail.com> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Acked-by: Heiko Stuebner <heiko@sntech.de> Link: https://lore.kernel.org/r/20211007144019.7461-2-jbx6244@gmail.com Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm/boot/dts/rv1108.dtsi')
-rw-r--r--arch/arm/boot/dts/rv1108.dtsi8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/rv1108.dtsi b/arch/arm/boot/dts/rv1108.dtsi
index 668fb15137cc..448254906452 100644
--- a/arch/arm/boot/dts/rv1108.dtsi
+++ b/arch/arm/boot/dts/rv1108.dtsi
@@ -600,7 +600,7 @@
#size-cells = <1>;
ranges;
- gpio0: gpio0@20030000 {
+ gpio0: gpio@20030000 {
compatible = "rockchip,gpio-bank";
reg = <0x20030000 0x100>;
interrupts = <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>;
@@ -613,7 +613,7 @@
#interrupt-cells = <2>;
};
- gpio1: gpio1@10310000 {
+ gpio1: gpio@10310000 {
compatible = "rockchip,gpio-bank";
reg = <0x10310000 0x100>;
interrupts = <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>;
@@ -626,7 +626,7 @@
#interrupt-cells = <2>;
};
- gpio2: gpio2@10320000 {
+ gpio2: gpio@10320000 {
compatible = "rockchip,gpio-bank";
reg = <0x10320000 0x100>;
interrupts = <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>;
@@ -639,7 +639,7 @@
#interrupt-cells = <2>;
};
- gpio3: gpio3@10330000 {
+ gpio3: gpio@10330000 {
compatible = "rockchip,gpio-bank";
reg = <0x10330000 0x100>;
interrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;