aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/dts/f5d7633.dts
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/brcm63xx/dts/f5d7633.dts')
-rw-r--r--target/linux/brcm63xx/dts/f5d7633.dts17
1 files changed, 11 insertions, 6 deletions
diff --git a/target/linux/brcm63xx/dts/f5d7633.dts b/target/linux/brcm63xx/dts/f5d7633.dts
index 2dae1aff72..27e81a3e58 100644
--- a/target/linux/brcm63xx/dts/f5d7633.dts
+++ b/target/linux/brcm63xx/dts/f5d7633.dts
@@ -21,7 +21,7 @@
reset {
label = "reset";
- gpios = <&gpio0 6 1>;
+ gpios = <&pinctrl 6 1>;
linux,code = <KEY_RESTART>;
};
};
@@ -31,24 +31,24 @@
power_green {
label = "96348GW-10:green:power";
- gpios = <&gpio0 0 1>;
+ gpios = <&pinctrl 0 1>;
default-state = "on";
};
stop_green {
label = "96348GW-10:green:stop";
- gpios = <&gpio0 1 1>;
+ gpios = <&pinctrl 1 1>;
};
adsl_fail_green {
label = "96348GW-10:green:adsl-fail";
- gpios = <&gpio0 2 1>;
+ gpios = <&pinctrl 2 1>;
};
ppp_green {
label = "96348GW-10:green:ppp";
- gpios = <&gpio0 3 1>;
+ gpios = <&pinctrl 3 1>;
};
ppp_fail_green {
label = "96348GW-10:green:ppp-fail";
- gpios = <&gpio0 4 1>;
+ gpios = <&pinctrl 4 1>;
};
};
};
@@ -74,3 +74,8 @@
reg = <0x3e0000 0x020000>;
};
};
+
+&pinctrl {
+ pinctrl-names = "default";
+ pinctrl-0 = <&pinctrl_pci &pinctrl_ext_mii &pinctrl_mii_pccard>;
+};