From 0755c2d117060a252674191b98bc852ccd8840fe Mon Sep 17 00:00:00 2001 From: Jonas Gorski Date: Fri, 1 Jul 2016 11:23:06 +0200 Subject: brcm63xx: add pinctrl support Add and enable pincontrol drivers, and update dts(i) files with appropriate hogs. Signed-off-by: Jonas Gorski --- target/linux/brcm63xx/dts/nb6-ser-r0.dts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'target/linux/brcm63xx/dts/nb6-ser-r0.dts') diff --git a/target/linux/brcm63xx/dts/nb6-ser-r0.dts b/target/linux/brcm63xx/dts/nb6-ser-r0.dts index c0182f33e1..8fb434f344 100644 --- a/target/linux/brcm63xx/dts/nb6-ser-r0.dts +++ b/target/linux/brcm63xx/dts/nb6-ser-r0.dts @@ -21,30 +21,30 @@ service { label = "service"; - gpios = <&gpio0 10 1>; + gpios = <&pinctrl 10 1>; linux,code = ; }; wlan { label = "wlan"; - gpios = <&gpio0 12 1>; + gpios = <&pinctrl 12 1>; linux,code = ; }; reset { label = "reset"; - gpios = <&gpio0 24 1>; + gpios = <&pinctrl 24 1>; linux,code = ; }; wps { label = "wps"; - gpios = <&gpio0 25 1>; + gpios = <&pinctrl 25 1>; linux,code = ; }; }; switch { compatible = "realtek,rtl8367"; - gpio-sda = <&gpio0 18 0>; - gpio-sck = <&gpio0 20 0>; + gpio-sda = <&pinctrl 18 0>; + gpio-sck = <&pinctrl 20 0>; realtek,extif0 = <1 5 1 1 1 1 1 1 2>; }; -- cgit v1.2.3