Author: kaloz
Date: 2015-07-31 20:08:12 +0200 (Fri, 31 Jul 2015)
New Revision: 46527

Modified:
   trunk/target/linux/mvebu/files/arch/arm/boot/dts/armada-385-linksys.dtsi
Log:
mvebu: fix gpio config on the WRT1200AC

Signed-off-by: Imre Kaloz <[email protected]>



Modified: 
trunk/target/linux/mvebu/files/arch/arm/boot/dts/armada-385-linksys.dtsi
===================================================================
--- trunk/target/linux/mvebu/files/arch/arm/boot/dts/armada-385-linksys.dtsi    
2015-07-31 12:25:35 UTC (rev 46526)
+++ trunk/target/linux/mvebu/files/arch/arm/boot/dts/armada-385-linksys.dtsi    
2015-07-31 18:08:12 UTC (rev 46527)
@@ -245,7 +245,7 @@
                button@2 {
                        label = "Factory Reset Button";
                        linux,code = <KEY_RESTART>;
-                       gpios = <&gpio1 15 GPIO_ACTIVE_LOW>;
+                       gpios = <&gpio0 29 GPIO_ACTIVE_LOW>;
                };
        };
 
@@ -260,7 +260,7 @@
                };
 
                sata {
-                       gpios = <&gpio1 22 GPIO_ACTIVE_HIGH>;
+                       gpios = <&gpio1 22 GPIO_ACTIVE_LOW>;
                        default-state = "off";
                };
        };
@@ -280,7 +280,7 @@
 
 &pinctrl {
        keys_pin: keys-pin {
-               marvell,pins = "mpp24", "mpp47";
+               marvell,pins = "mpp24", "mpp29";
                marvell,function = "gpio";
        };
 
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to