Author: kaloz
Date: 2015-07-31 20:25:03 +0200 (Fri, 31 Jul 2015)
New Revision: 46531

Modified:
   
branches/chaos_calmer/target/linux/mvebu/patches-3.18/001-add_mamba_support.patch
Log:
mvebu: update dts files for mamba / WRT1900AC (backport of r46530)

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: 
branches/chaos_calmer/target/linux/mvebu/patches-3.18/001-add_mamba_support.patch
===================================================================
--- 
branches/chaos_calmer/target/linux/mvebu/patches-3.18/001-add_mamba_support.patch
   2015-07-31 18:23:28 UTC (rev 46530)
+++ 
branches/chaos_calmer/target/linux/mvebu/patches-3.18/001-add_mamba_support.patch
   2015-07-31 18:25:03 UTC (rev 46531)
@@ -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