diff options
Diffstat (limited to 'target/linux/brcm63xx/dts/vg50.dts')
-rw-r--r-- | target/linux/brcm63xx/dts/vg50.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/brcm63xx/dts/vg50.dts b/target/linux/brcm63xx/dts/vg50.dts index 0eb7eb6691..2180802db3 100644 --- a/target/linux/brcm63xx/dts/vg50.dts +++ b/target/linux/brcm63xx/dts/vg50.dts @@ -21,13 +21,13 @@ reset { label = "reset"; - gpios = <&gpio1 0 0>; + gpios = <&pinctrl 32 0>; linux,code = <KEY_RESTART>; }; wps { label = "wps"; - gpios = <&gpio1 2 0>; + gpios = <&pinctrl 34 0>; linux,code = <KEY_WPS_BUTTON>; }; }; |