aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/dts/bcm96318ref.dts
diff options
context:
space:
mode:
authorJonas Gorski <jonas.gorski@gmail.com>2016-07-01 11:23:06 +0200
committerJonas Gorski <jonas.gorski@gmail.com>2017-06-10 12:40:37 +0200
commit0755c2d117060a252674191b98bc852ccd8840fe (patch)
treee401b5b808066ea553fe9f5817378110ed91ffff /target/linux/brcm63xx/dts/bcm96318ref.dts
parentfd1096e351b7cfb0a7eb8bee7eceff52e7c7c499 (diff)
downloadupstream-0755c2d117060a252674191b98bc852ccd8840fe.tar.gz
upstream-0755c2d117060a252674191b98bc852ccd8840fe.tar.bz2
upstream-0755c2d117060a252674191b98bc852ccd8840fe.zip
brcm63xx: add pinctrl support
Add and enable pincontrol drivers, and update dts(i) files with appropriate hogs. Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
Diffstat (limited to 'target/linux/brcm63xx/dts/bcm96318ref.dts')
-rw-r--r--target/linux/brcm63xx/dts/bcm96318ref.dts15
1 files changed, 10 insertions, 5 deletions
diff --git a/target/linux/brcm63xx/dts/bcm96318ref.dts b/target/linux/brcm63xx/dts/bcm96318ref.dts
index 11d67fa0e6..5780ccba47 100644
--- a/target/linux/brcm63xx/dts/bcm96318ref.dts
+++ b/target/linux/brcm63xx/dts/bcm96318ref.dts
@@ -21,13 +21,13 @@
wps {
label = "wps";
- gpios = <&gpio1 1 1>;
+ gpios = <&pinctrl 33 1>;
linux,code = <KEY_WPS_BUTTON>;
};
reset {
label = "reset";
- gpios = <&gpio1 2 1>;
+ gpios = <&pinctrl 34 1>;
linux,code = <KEY_RESTART>;
};
};
@@ -37,17 +37,17 @@
inet {
label = "96318REF:green:inet";
- gpios = <&gpio0 8 1>;
+ gpios = <&pinctrl 8 1>;
};
inet_fail {
label = "96318REF:red:inet-fail";
- gpios = <&gpio0 9 1>;
+ gpios = <&pinctrl 9 1>;
};
post_failed {
label = "96318REF:red:post-failed";
- gpios = <&gpio0 11 1>;
+ gpios = <&pinctrl 11 1>;
};
};
};
@@ -68,3 +68,8 @@
linux,part-probe = "bcm63xxpart";
};
};
+
+&pinctrl {
+ pinctrl-names = "default";
+ pinctrl-0 = <&pinctrl_usb_pwron>;
+};