From 50c51504fd38704d6b669390dd0ddee1e3af704c Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Fri, 8 Aug 2025 18:55:03 +0200 Subject: [PATCH] mediatek: fix polarity of user button on openwrt-one Signed-off-by: Felix Fietkau --- target/linux/mediatek/dts/mt7981b-openwrt-one.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/mediatek/dts/mt7981b-openwrt-one.dts b/target/linux/mediatek/dts/mt7981b-openwrt-one.dts index 18a569daf8f..5f54506b2cb 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 = ; - gpios = <&pio 0 GPIO_ACTIVE_HIGH>; + gpios = <&pio 0 GPIO_ACTIVE_LOW>; }; reset { -- 2.47.3