diff options
Diffstat (limited to 'target/linux/brcm63xx/dts/ar-5381u.dts')
-rw-r--r-- | target/linux/brcm63xx/dts/ar-5381u.dts | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/brcm63xx/dts/ar-5381u.dts b/target/linux/brcm63xx/dts/ar-5381u.dts index 1912fca584..883198c6b0 100644 --- a/target/linux/brcm63xx/dts/ar-5381u.dts +++ b/target/linux/brcm63xx/dts/ar-5381u.dts @@ -21,7 +21,7 @@ reset { label = "reset"; - gpios = <&gpio0 23 1>; + gpios = <&pinctrl 23 1>; linux,code = <KEY_RESTART>; }; }; @@ -31,15 +31,15 @@ alarm_red { label = "AR-5381u:red:alarm"; - gpios = <&gpio0 2 1>; + gpios = <&pinctrl 2 1>; }; inet_green { label = "AR-5381u:green:inet"; - gpios = <&gpio0 3 1>; + gpios = <&pinctrl 3 1>; }; power_green { label = "AR-5381u:green:power"; - gpios = <&gpio0 4 1>; + gpios = <&pinctrl 4 1>; default-state = "on"; }; }; |