aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/mt7621_unielec_u7621-06.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ramips/dts/mt7621_unielec_u7621-06.dtsi')
-rw-r--r--target/linux/ramips/dts/mt7621_unielec_u7621-06.dtsi12
1 files changed, 6 insertions, 6 deletions
diff --git a/target/linux/ramips/dts/mt7621_unielec_u7621-06.dtsi b/target/linux/ramips/dts/mt7621_unielec_u7621-06.dtsi
index 209656232b..a9c85ed288 100644
--- a/target/linux/ramips/dts/mt7621_unielec_u7621-06.dtsi
+++ b/target/linux/ramips/dts/mt7621_unielec_u7621-06.dtsi
@@ -58,7 +58,7 @@
modem_reset {
gpio-export,name = "modem_reset";
gpio-export,output = <1>;
- gpios = <&gpio0 16 GPIO_ACTIVE_LOW>;
+ gpios = <&gpio 16 GPIO_ACTIVE_LOW>;
};
};
@@ -67,7 +67,7 @@
reset {
label = "reset";
- gpios = <&gpio0 18 GPIO_ACTIVE_LOW>;
+ gpios = <&gpio 18 GPIO_ACTIVE_LOW>;
linux,code = <KEY_RESTART>;
};
};
@@ -77,22 +77,22 @@
led_status: status {
label = "u7621-06:green:status";
- gpios = <&gpio0 10 GPIO_ACTIVE_LOW>;
+ gpios = <&gpio 10 GPIO_ACTIVE_LOW>;
};
led4 {
label = "u7621-06:green:led4";
- gpios = <&gpio0 11 GPIO_ACTIVE_HIGH>;
+ gpios = <&gpio 11 GPIO_ACTIVE_HIGH>;
};
led5 {
label = "u7621-06:green:led5";
- gpios = <&gpio0 12 GPIO_ACTIVE_HIGH>;
+ gpios = <&gpio 12 GPIO_ACTIVE_HIGH>;
};
};
};
-&gpio0 {
+&gpio {
status = "okay";
};