From: David Yang Date: Fri, 1 May 2026 15:26:19 +0000 (+0800) Subject: ramips: timecloud: fix eject button X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f2f8b83fdce7e2ef9e30183a5cfa7cad1b179049;p=thirdparty%2Fopenwrt.git ramips: timecloud: fix eject button The 'BTN_0' is actually for safe hard drive removal and activated high. Fix it. Signed-off-by: David Yang Link: https://github.com/openwrt/openwrt/pull/23182 Signed-off-by: Jonas Jelonek --- diff --git a/target/linux/ramips/dts/mt7621_thunder_timecloud.dts b/target/linux/ramips/dts/mt7621_thunder_timecloud.dts index c244612061b..e8527dd049e 100644 --- a/target/linux/ramips/dts/mt7621_thunder_timecloud.dts +++ b/target/linux/ramips/dts/mt7621_thunder_timecloud.dts @@ -44,10 +44,10 @@ linux,code = ; }; - BTN_0 { - label = "BTN_0"; - gpios = <&gpio 4 GPIO_ACTIVE_LOW>; - linux,code = ; + eject { + label = "eject"; + gpios = <&gpio 4 GPIO_ACTIVE_HIGH>; + linux,code = ; }; }; };