aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/mt7621_firefly_firewrt.dts
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ramips/dts/mt7621_firefly_firewrt.dts')
-rw-r--r--target/linux/ramips/dts/mt7621_firefly_firewrt.dts6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/ramips/dts/mt7621_firefly_firewrt.dts b/target/linux/ramips/dts/mt7621_firefly_firewrt.dts
index 1df3116d22..4f234db49c 100644
--- a/target/linux/ramips/dts/mt7621_firefly_firewrt.dts
+++ b/target/linux/ramips/dts/mt7621_firefly_firewrt.dts
@@ -25,7 +25,7 @@
led_power: power {
label = "firewrt:green:power";
- gpios = <&gpio0 22 GPIO_ACTIVE_LOW>;
+ gpios = <&gpio 22 GPIO_ACTIVE_LOW>;
};
};
@@ -34,13 +34,13 @@
wps {
label = "wps";
- gpios = <&gpio0 18 GPIO_ACTIVE_LOW>;
+ gpios = <&gpio 18 GPIO_ACTIVE_LOW>;
linux,code = <KEY_WPS_BUTTON>;
};
power {
label = "power";
- gpios = <&gpio0 23 GPIO_ACTIVE_LOW>;
+ gpios = <&gpio 23 GPIO_ACTIVE_LOW>;
linux,code = <KEY_POWER>;
};
};