diff options
Diffstat (limited to 'target/linux/brcm63xx/dts/ct536plus.dts')
-rw-r--r-- | target/linux/brcm63xx/dts/ct536plus.dts | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/target/linux/brcm63xx/dts/ct536plus.dts b/target/linux/brcm63xx/dts/ct536plus.dts index 8be494048d..8aa47575be 100644 --- a/target/linux/brcm63xx/dts/ct536plus.dts +++ b/target/linux/brcm63xx/dts/ct536plus.dts @@ -21,7 +21,7 @@ reset { label = "reset"; - gpios = <&gpio1 1 1>; + gpios = <&pinctrl 33 1>; linux,code = <KEY_RESTART>; }; }; @@ -31,12 +31,12 @@ power_green { label = "CT536_CT5621:green:power"; - gpios = <&gpio0 0 1>; + gpios = <&pinctrl 0 1>; default-state = "on"; }; adsl_fail_green { label = "CT536_CT5621:green:adsl-fail"; - gpios = <&gpio0 2 1>; + gpios = <&pinctrl 2 1>; }; }; }; @@ -62,3 +62,8 @@ reg = <0x3f0000 0x010000>; }; }; + +&pinctrl { + pinctrl-names = "default"; + pinctrl-0 = <&pinctrl_pci &pinctrl_ext_mii &pinctrl_mii_pccard>; +}; |