diff options
Diffstat (limited to 'target/linux/brcm63xx/dts/bcm96348GW-10.dts')
-rw-r--r-- | target/linux/brcm63xx/dts/bcm96348GW-10.dts | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/target/linux/brcm63xx/dts/bcm96348GW-10.dts b/target/linux/brcm63xx/dts/bcm96348GW-10.dts index 5648d03396..d788057875 100644 --- a/target/linux/brcm63xx/dts/bcm96348GW-10.dts +++ b/target/linux/brcm63xx/dts/bcm96348GW-10.dts @@ -21,7 +21,7 @@ reset { label = "reset"; - gpios = <&gpio0 6 1>; + gpios = <&pinctrl 6 1>; linux,code = <KEY_RESTART>; }; }; @@ -31,24 +31,24 @@ power_green { label = "96348GW-10:green:power"; - gpios = <&gpio0 0 1>; + gpios = <&pinctrl 0 1>; default-state = "on"; }; stop_green { label = "96348GW-10:green:stop"; - gpios = <&gpio0 1 1>; + gpios = <&pinctrl 1 1>; }; adsl_fail_green { label = "96348GW-10:green:adsl-fail"; - gpios = <&gpio0 2 1>; + gpios = <&pinctrl 2 1>; }; ppp_green { label = "96348GW-10:green:ppp"; - gpios = <&gpio0 3 1>; + gpios = <&pinctrl 3 1>; }; ppp_fail_green { label = "96348GW-10:green:ppp-fail"; - gpios = <&gpio0 4 1>; + gpios = <&pinctrl 4 1>; }; }; }; @@ -58,3 +58,8 @@ linux,part-probe = "bcm63xxpart"; }; + +&pinctrl { + pinctrl-names = "default"; + pinctrl-0 = <&pinctrl_pci &pinctrl_ext_mii &pinctrl_mii_pccard>; +}; |