diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2015-07-31 18:25:03 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2015-07-31 18:25:03 +0000 |
commit | d6cd16e81f189ff598e02ad7ab1c94d0caea112a (patch) | |
tree | a83b4d651c6cad721dc2b92959b23c9c37a456dc | |
parent | 1d6001ccf9dd01344412cfc3884ca29a91816a26 (diff) | |
download | upstream-d6cd16e81f189ff598e02ad7ab1c94d0caea112a.tar.gz upstream-d6cd16e81f189ff598e02ad7ab1c94d0caea112a.tar.bz2 upstream-d6cd16e81f189ff598e02ad7ab1c94d0caea112a.zip |
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 <nyt-openwrt@countercultured.net>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@46531 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/mvebu/patches-3.18/001-add_mamba_support.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/mvebu/patches-3.18/001-add_mamba_support.patch b/target/linux/mvebu/patches-3.18/001-add_mamba_support.patch index 437cc3ad3a..44a1adc415 100644 --- a/target/linux/mvebu/patches-3.18/001-add_mamba_support.patch +++ b/target/linux/mvebu/patches-3.18/001-add_mamba_support.patch @@ -337,13 +337,13 @@ Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com> + 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>; + }; + }; + |