diff options
-rw-r--r-- | target/linux/ath79/dts/qca9561_avm_fritz4020.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ath79/dts/qca9561_avm_fritz4020.dts b/target/linux/ath79/dts/qca9561_avm_fritz4020.dts index 6b30c036ea..8489c8a1e6 100644 --- a/target/linux/ath79/dts/qca9561_avm_fritz4020.dts +++ b/target/linux/ath79/dts/qca9561_avm_fritz4020.dts @@ -96,13 +96,13 @@ wps_button { label = "WPS button"; linux,code = <KEY_WPS_BUTTON>; - gpios = <&gpio 2 GPIO_ACTIVE_HIGH>; + gpios = <&gpio 2 GPIO_ACTIVE_LOW>; }; wlan_button { label = "WLAN button"; linux,code = <KEY_RFKILL>; - gpios = <&gpio 21 GPIO_ACTIVE_HIGH>; + gpios = <&gpio 21 GPIO_ACTIVE_LOW>; }; }; }; |