diff options
| author | Felix Fietkau | 2025-08-08 16:55:03 +0000 |
|---|---|---|
| committer | Felix Fietkau | 2025-10-02 07:54:32 +0000 |
| commit | 50c51504fd38704d6b669390dd0ddee1e3af704c (patch) | |
| tree | 125010599613a085d2343b6db9dedd6fa1bb1557 | |
| parent | ab50b9a56148767a5e364ad41b79e186c7eea8f4 (diff) | |
| download | openwrt-50c51504fd38704d6b669390dd0ddee1e3af704c.tar.gz | |
mediatek: fix polarity of user button on openwrt-one
Signed-off-by: Felix Fietkau <nbd@nbd.name>
| -rw-r--r-- | target/linux/mediatek/dts/mt7981b-openwrt-one.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mediatek/dts/mt7981b-openwrt-one.dts b/target/linux/mediatek/dts/mt7981b-openwrt-one.dts index 18a569daf8..5f54506b2c 100644 --- a/target/linux/mediatek/dts/mt7981b-openwrt-one.dts +++ b/target/linux/mediatek/dts/mt7981b-openwrt-one.dts @@ -51,7 +51,7 @@ user { label = "user"; linux,code = <BTN_0>; - gpios = <&pio 0 GPIO_ACTIVE_HIGH>; + gpios = <&pio 0 GPIO_ACTIVE_LOW>; }; reset { |