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/v2500v-bb.dts | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'target/linux/brcm63xx/dts/v2500v-bb.dts') diff --git a/target/linux/brcm63xx/dts/v2500v-bb.dts b/target/linux/brcm63xx/dts/v2500v-bb.dts index bc1a717e06..b6370ee1c6 100644 --- a/target/linux/brcm63xx/dts/v2500v-bb.dts +++ b/target/linux/brcm63xx/dts/v2500v-bb.dts @@ -21,7 +21,7 @@ reset { label = "reset"; - gpios = <&gpio0 31 1>; + gpios = <&pinctrl 31 1>; linux,code = ; }; }; @@ -31,23 +31,23 @@ power_green { label = "V2500V_BB:green:power"; - gpios = <&gpio0 0 1>; + gpios = <&pinctrl 0 1>; }; power_red { label = "V2500V_BB:red:power"; - gpios = <&gpio0 1 1>; + gpios = <&pinctrl 1 1>; }; adsl_green { label = "V2500V_BB:green:adsl"; - gpios = <&gpio0 2 1>; + gpios = <&pinctrl 2 1>; }; ppp_green { label = "V2500V_BB:green:ppp"; - gpios = <&gpio0 3 1>; + gpios = <&pinctrl 3 1>; }; wireless_green { label = "V2500V_BB:green:wireless"; - gpios = <&gpio0 6 1>; + gpios = <&pinctrl 6 1>; }; }; }; @@ -73,3 +73,8 @@ reg = <0x3f0000 0x010000>; }; }; + +&pinctrl { + pinctrl-names = "default"; + pinctrl-0 = <&pinctrl_pci &pinctrl_ext_mii>; +}; -- cgit v1.2.3