diff options
Diffstat (limited to 'target/linux/brcm63xx/dts/gw6000.dts')
-rw-r--r-- | target/linux/brcm63xx/dts/gw6000.dts | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/dts/gw6000.dts b/target/linux/brcm63xx/dts/gw6000.dts index 14c6330680..5645ae0a8c 100644 --- a/target/linux/brcm63xx/dts/gw6000.dts +++ b/target/linux/brcm63xx/dts/gw6000.dts @@ -21,7 +21,7 @@ reset { label = "reset"; - gpios = <&gpio1 4 1>; + gpios = <&pinctrl 36 1>; linux,code = <KEY_RESTART>; }; }; @@ -48,3 +48,8 @@ reg = <0x3f0000 0x010000>; }; }; + +&pinctrl { + pinctrl-names = "default"; + pinctrl-0 = <&pinctrl_pci &pinctrl_ext_mii>; +}; |