diff options
Diffstat (limited to 'target/linux/brcm63xx/dts/ar-5387un.dts')
-rw-r--r-- | target/linux/brcm63xx/dts/ar-5387un.dts | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/target/linux/brcm63xx/dts/ar-5387un.dts b/target/linux/brcm63xx/dts/ar-5387un.dts index bfcd71e627..a0e07fb4fe 100644 --- a/target/linux/brcm63xx/dts/ar-5387un.dts +++ b/target/linux/brcm63xx/dts/ar-5387un.dts @@ -21,7 +21,7 @@ reset { label = "reset"; - gpios = <&gpio0 23 1>; + gpios = <&pinctrl 23 1>; linux,code = <KEY_RESTART>; }; }; @@ -31,24 +31,24 @@ inet_red { label = "AR-5387un:red:inet"; - gpios = <&gpio0 1 0>; + gpios = <&pinctrl 1 0>; }; power_red { label = "AR-5387un:red:power"; - gpios = <&gpio0 4 0>; + gpios = <&pinctrl 4 0>; }; inet_green { label = "AR-5387un:green:inet"; - gpios = <&gpio0 7 0>; + gpios = <&pinctrl 7 0>; }; power_green { label = "AR-5387un:green:power"; - gpios = <&gpio0 8 0>; + gpios = <&pinctrl 8 0>; default-state = "on"; }; dsl_green { label = "AR-5387un:green:dsl"; - gpios = <&gpio0 11 1>; + gpios = <&pinctrl 11 1>; }; }; }; |