summaryrefslogtreecommitdiff
path: root/target/linux/brcm63xx/dts/bcm96328avng.dts
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/brcm63xx/dts/bcm96328avng.dts')
-rw-r--r--target/linux/brcm63xx/dts/bcm96328avng.dts17
1 files changed, 11 insertions, 6 deletions
diff --git a/target/linux/brcm63xx/dts/bcm96328avng.dts b/target/linux/brcm63xx/dts/bcm96328avng.dts
index 37f289b..e74a60a 100644
--- a/target/linux/brcm63xx/dts/bcm96328avng.dts
+++ b/target/linux/brcm63xx/dts/bcm96328avng.dts
@@ -17,28 +17,28 @@
inet_fail {
label = "96328avng::internet-fail";
- gpios = <&gpio0 2 1>;
+ gpios = <&pinctrl 2 1>;
};
dsl {
label = "96328avng::dsl";
- gpios = <&gpio0 3 1>;
+ gpios = <&pinctrl 3 1>;
};
power {
label = "96328avng::power";
- gpios = <&gpio0 4 1>;
+ gpios = <&pinctrl 4 1>;
default-state = "on";
};
power_fail {
label = "96328avng::power-fail";
- gpios = <&gpio0 8 1>;
+ gpios = <&pinctrl 8 1>;
};
wps {
label = "96328avng::wps";
- gpios = <&gpio0 9 1>;
+ gpios = <&pinctrl 9 1>;
};
inet {
label = "96328avng::internet";
- gpios = <&gpio0 11 1>;
+ gpios = <&pinctrl 11 1>;
};
};
};
@@ -59,3 +59,8 @@
linux,part-probe = "bcm63xxpart";
};
};
+
+&pinctrl {
+ pinctrl-names = "default";
+ pinctrl-0 = <&pinctrl_usb_port1_device>;
+};