Author: kaloz
Date: 2015-07-31 20:23:28 +0200 (Fri, 31 Jul 2015)
New Revision: 46530

Modified:
   trunk/target/linux/mvebu/patches-3.18/001-add_mamba_support.patch
   trunk/target/linux/mvebu/patches-4.0/001-add_mamba_support.patch
Log:
mvebu: update dts files for mamba / WRT1900AC

Fix for default button states in WRT1900AC dts files.
This prevents overlay wipe when reset is pressed.
 
Signed-off-by: Rob Mosher <[email protected]>



Modified: trunk/target/linux/mvebu/patches-3.18/001-add_mamba_support.patch
===================================================================
--- trunk/target/linux/mvebu/patches-3.18/001-add_mamba_support.patch   
2015-07-31 18:14:59 UTC (rev 46529)
+++ trunk/target/linux/mvebu/patches-3.18/001-add_mamba_support.patch   
2015-07-31 18:23:28 UTC (rev 46530)
@@ -337,13 +337,13 @@
 +              button@1 {
 +                      label = "WPS";
 +                      linux,code = <KEY_WPS_BUTTON>;
-+                      gpios = <&gpio1 0 GPIO_ACTIVE_HIGH>;
++                      gpios = <&gpio1 0 GPIO_ACTIVE_LOW>;
 +              };
 +
 +              button@2 {
 +                      label = "Factory Reset Button";
 +                      linux,code = <KEY_RESTART>;
-+                      gpios = <&gpio1 1 GPIO_ACTIVE_HIGH>;
++                      gpios = <&gpio1 1 GPIO_ACTIVE_LOW>;
 +              };
 +      };
 +

Modified: trunk/target/linux/mvebu/patches-4.0/001-add_mamba_support.patch
===================================================================
--- trunk/target/linux/mvebu/patches-4.0/001-add_mamba_support.patch    
2015-07-31 18:14:59 UTC (rev 46529)
+++ trunk/target/linux/mvebu/patches-4.0/001-add_mamba_support.patch    
2015-07-31 18:23:28 UTC (rev 46530)
@@ -337,13 +337,13 @@
 +              button@1 {
 +                      label = "WPS";
 +                      linux,code = <KEY_WPS_BUTTON>;
-+                      gpios = <&gpio1 0 GPIO_ACTIVE_HIGH>;
++                      gpios = <&gpio1 0 GPIO_ACTIVE_LOW>;
 +              };
 +
 +              button@2 {
 +                      label = "Factory Reset Button";
 +                      linux,code = <KEY_RESTART>;
-+                      gpios = <&gpio1 1 GPIO_ACTIVE_HIGH>;
++                      gpios = <&gpio1 1 GPIO_ACTIVE_LOW>;
 +              };
 +      };
 +
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to