From: Thomas Schröder Date: Fri, 9 Jun 2023 10:03:31 +0000 (+0200) Subject: ramips: fix button definitions for Zyxel WSM20 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=b0120f7c8bb35088f298f00eb4a630f62fb4183f;p=openwrt%2Fstaging%2Fthess.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 315e2e1d79..299d982dc1 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 = ; }; }; };