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/gw6200.dts | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'target/linux/brcm63xx/dts/gw6200.dts') diff --git a/target/linux/brcm63xx/dts/gw6200.dts b/target/linux/brcm63xx/dts/gw6200.dts index c02975ee8d..3e0037a868 100644 --- a/target/linux/brcm63xx/dts/gw6200.dts +++ b/target/linux/brcm63xx/dts/gw6200.dts @@ -21,7 +21,7 @@ reset { label = "reset"; - gpios = <&gpio1 4 1>; + gpios = <&pinctrl 36 1>; linux,code = ; }; }; @@ -31,19 +31,19 @@ line1_green { label = "GW6200:green:line1"; - gpios = <&gpio0 4 1>; + gpios = <&pinctrl 4 1>; }; line2_green { label = "GW6200:green:line2"; - gpios = <&gpio0 5 1>; + gpios = <&pinctrl 5 1>; }; line3_green { label = "GW6200:green:line3"; - gpios = <&gpio0 6 1>; + gpios = <&pinctrl 6 1>; }; tel_green { label = "GW6200:green:tel"; - gpios = <&gpio0 7 1>; + gpios = <&pinctrl 7 1>; }; }; }; @@ -69,3 +69,8 @@ reg = <0x7f0000 0x010000>; }; }; + +&pinctrl { + pinctrl-names = "default"; + pinctrl-0 = <&pinctrl_pci &pinctrl_ext_mii &pinctrl_mii_pccard>; +}; -- cgit v1.2.3