From: Thomas Schröder Date: Fri, 9 Jun 2023 10:03:31 +0000 (+0200) Subject: ramips: fix button definitions for Zyxel WSM20 X-Git-Tag: v24.10.0-rc1~4839 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0120f7c8bb35088f298f00eb4a630f62fb4183f;p=thirdparty%2Fopenwrt.git ramips: fix button definitions for Zyxel WSM20 Setting the events of the WPS and LED buttons to the best matching values based from the documentation: Signed-off-by: Thomas Schröder --- diff --git a/target/linux/ramips/dts/mt7621_zyxel_wsm20.dts b/target/linux/ramips/dts/mt7621_zyxel_wsm20.dts index 315e2e1d797..299d982dc11 100644 --- a/target/linux/ramips/dts/mt7621_zyxel_wsm20.dts +++ b/target/linux/ramips/dts/mt7621_zyxel_wsm20.dts @@ -66,7 +66,7 @@ led { label = "led"; gpios = <&gpio 16 GPIO_ACTIVE_LOW>; - linux,code = ; + linux,code = ; }; reset { @@ -78,7 +78,7 @@ wps { label = "wps"; gpios = <&gpio 18 GPIO_ACTIVE_LOW>; - linux,code = ; + linux,code = ; }; }; };