From: Mathias Kresin Date: Sun, 27 Nov 2016 08:47:51 +0000 (+0100) Subject: treewide: fix button keys codes used in dts X-Git-Tag: v17.01.0-rc1~706 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=18c64f41c7d84824a81bdcd730e1796d316355d1 treewide: fix button keys codes used in dts Use keycodes that matches the intended use case based on the label. Signed-off-by: Mathias Kresin --- diff --git a/target/linux/lantiq/dts/ARV452CQW.dts b/target/linux/lantiq/dts/ARV452CQW.dts index 7d0f981561..21c5604fbf 100644 --- a/target/linux/lantiq/dts/ARV452CQW.dts +++ b/target/linux/lantiq/dts/ARV452CQW.dts @@ -156,7 +156,7 @@ wps { label = "wps"; gpios = <&gpio 29 GPIO_ACTIVE_LOW>; - linux,code = ; + linux,code = ; }; reset { label = "reset"; diff --git a/target/linux/lantiq/dts/ARV7510PW22.dts b/target/linux/lantiq/dts/ARV7510PW22.dts index 3c2b0a7457..47ab55e273 100644 --- a/target/linux/lantiq/dts/ARV7510PW22.dts +++ b/target/linux/lantiq/dts/ARV7510PW22.dts @@ -139,7 +139,7 @@ restart { label = "restart"; gpios = <&gpio 12 GPIO_ACTIVE_LOW>; - linux,code = ; + linux,code = ; }; reset { label = "reset"; diff --git a/target/linux/lantiq/dts/ARV752DPW.dts b/target/linux/lantiq/dts/ARV752DPW.dts index d324e6e854..0fa5684feb 100644 --- a/target/linux/lantiq/dts/ARV752DPW.dts +++ b/target/linux/lantiq/dts/ARV752DPW.dts @@ -153,12 +153,12 @@ restart { label = "restart"; gpios = <&gpio 12 GPIO_ACTIVE_LOW>; - linux,code = ; + linux,code = ; }; dsl { label = "dsl"; gpios = <&gpio 13 GPIO_ACTIVE_LOW>; - linux,code = ; + linux,code = ; }; reset { label = "reset"; diff --git a/target/linux/lantiq/dts/ARV752DPW22.dts b/target/linux/lantiq/dts/ARV752DPW22.dts index 2a37a3a0bd..c409fcb1ea 100644 --- a/target/linux/lantiq/dts/ARV752DPW22.dts +++ b/target/linux/lantiq/dts/ARV752DPW22.dts @@ -152,12 +152,12 @@ restart { label = "restart"; gpios = <&gpio 12 GPIO_ACTIVE_LOW>; - linux,code = ; + linux,code = ; }; dsl { label = "dsl"; gpios = <&gpio 13 GPIO_ACTIVE_LOW>; - linux,code = ; + linux,code = ; }; reset { label = "reset"; diff --git a/target/linux/lantiq/dts/ARV8539PW22.dts b/target/linux/lantiq/dts/ARV8539PW22.dts index e00bd149fc..7365cbe5cf 100644 --- a/target/linux/lantiq/dts/ARV8539PW22.dts +++ b/target/linux/lantiq/dts/ARV8539PW22.dts @@ -139,6 +139,7 @@ gpios = <&gpio 30 GPIO_ACTIVE_LOW>; linux,code = ; }; + /* key DECT is missing */ }; gpio-leds { diff --git a/target/linux/lantiq/dts/BTHOMEHUBV2B.dts b/target/linux/lantiq/dts/BTHOMEHUBV2B.dts index d707a75265..28bda1a78d 100644 --- a/target/linux/lantiq/dts/BTHOMEHUBV2B.dts +++ b/target/linux/lantiq/dts/BTHOMEHUBV2B.dts @@ -198,7 +198,7 @@ findhandset { label = "findhandset"; gpios = <&gpio 15 GPIO_ACTIVE_LOW>; - linux,code = ; + linux,code = ; }; wps { label = "wps"; diff --git a/target/linux/lantiq/dts/BTHOMEHUBV3A.dts b/target/linux/lantiq/dts/BTHOMEHUBV3A.dts index c290c7081b..55b47ecc02 100644 --- a/target/linux/lantiq/dts/BTHOMEHUBV3A.dts +++ b/target/linux/lantiq/dts/BTHOMEHUBV3A.dts @@ -154,7 +154,7 @@ restart { label = "restart"; gpios = <&gpio 52 GPIO_ACTIVE_LOW>; - linux,code = ; + linux,code = ; }; wps { label = "wps"; diff --git a/target/linux/lantiq/dts/EASY80920.dtsi b/target/linux/lantiq/dts/EASY80920.dtsi index 5ce89178be..051db9a217 100644 --- a/target/linux/lantiq/dts/EASY80920.dtsi +++ b/target/linux/lantiq/dts/EASY80920.dtsi @@ -122,7 +122,7 @@ paging { label = "paging"; gpios = <&gpio 11 GPIO_ACTIVE_LOW>; - linux,code = ; + linux,code = ; }; }; diff --git a/target/linux/lantiq/dts/FRITZ3370.dts b/target/linux/lantiq/dts/FRITZ3370.dts index e12c7bf900..2580674ba9 100644 --- a/target/linux/lantiq/dts/FRITZ3370.dts +++ b/target/linux/lantiq/dts/FRITZ3370.dts @@ -139,7 +139,7 @@ power { label = "power"; gpios = <&gpio 1 GPIO_ACTIVE_HIGH>; - linux,code = ; + linux,code = ; }; /* wifi { label = "wifi"; diff --git a/target/linux/lantiq/dts/FRITZ7320.dts b/target/linux/lantiq/dts/FRITZ7320.dts index f14cac2850..4cc4915312 100644 --- a/target/linux/lantiq/dts/FRITZ7320.dts +++ b/target/linux/lantiq/dts/FRITZ7320.dts @@ -125,7 +125,7 @@ dect { label = "dect"; gpios = <&gpio 2 GPIO_ACTIVE_LOW>; - linux,code = ; + linux,code = ; }; }; diff --git a/target/linux/lantiq/dts/FRITZ7360SL.dts b/target/linux/lantiq/dts/FRITZ7360SL.dts index 796458a6a5..2a90a7f8c2 100644 --- a/target/linux/lantiq/dts/FRITZ7360SL.dts +++ b/target/linux/lantiq/dts/FRITZ7360SL.dts @@ -116,14 +116,14 @@ #size-cells = <0>; poll-interval = <100>; dect { - label = "power"; + label = "dect"; gpios = <&gpio 1 GPIO_ACTIVE_HIGH>; - linux,code = ; + linux,code = ; }; wifi { label = "wifi"; gpios = <&gpio 29 GPIO_ACTIVE_HIGH>; - linux,code = ; + linux,code = ; }; }; diff --git a/target/linux/lantiq/dts/VGV7519.dtsi b/target/linux/lantiq/dts/VGV7519.dtsi index 88daae7225..b835967326 100644 --- a/target/linux/lantiq/dts/VGV7519.dtsi +++ b/target/linux/lantiq/dts/VGV7519.dtsi @@ -138,7 +138,7 @@ eco { label = "eco"; gpios = <&gpio 41 GPIO_ACTIVE_LOW>; - linux,code = ; + linux,code = ; }; rfkill { label = "rfkill"; diff --git a/target/linux/lantiq/dts/VR200v.dts b/target/linux/lantiq/dts/VR200v.dts index f814d242d6..42a36438bf 100644 --- a/target/linux/lantiq/dts/VR200v.dts +++ b/target/linux/lantiq/dts/VR200v.dts @@ -113,7 +113,7 @@ dect_paging { label = "dect_paging"; gpios = <&gpio 39 GPIO_ACTIVE_LOW>; - linux,code = ; + linux,code = ; }; }; diff --git a/target/linux/lantiq/dts/WBMR.dts b/target/linux/lantiq/dts/WBMR.dts index 3dbc641e66..7ae0cb7474 100644 --- a/target/linux/lantiq/dts/WBMR.dts +++ b/target/linux/lantiq/dts/WBMR.dts @@ -130,12 +130,12 @@ eject { label = "eject"; gpios = <&gpio 34 GPIO_ACTIVE_LOW>; - linux,code = ; + linux,code = ; }; movie { label = "movie"; gpios = <&gpio 22 GPIO_ACTIVE_LOW>; - linux,code = ; + linux,code = ; }; }; diff --git a/target/linux/lantiq/dts/WBMR300.dts b/target/linux/lantiq/dts/WBMR300.dts index 54bb98e81a..3058152f1b 100644 --- a/target/linux/lantiq/dts/WBMR300.dts +++ b/target/linux/lantiq/dts/WBMR300.dts @@ -118,7 +118,7 @@ router { label = "router"; gpios = <&gpio 2 GPIO_ACTIVE_HIGH>; - linux,code = ; + linux,code = ; linux,input-type = ; }; }; diff --git a/target/linux/ramips/dts/AWM002-EVB-4M.dts b/target/linux/ramips/dts/AWM002-EVB-4M.dts index f647a9658c..101ea54b45 100644 --- a/target/linux/ramips/dts/AWM002-EVB-4M.dts +++ b/target/linux/ramips/dts/AWM002-EVB-4M.dts @@ -41,7 +41,7 @@ mode { label = "mode"; gpios = <&gpio0 20 1>; - linux,code = ; + linux,code = ; }; }; }; diff --git a/target/linux/ramips/dts/AWM002-EVB-8M.dts b/target/linux/ramips/dts/AWM002-EVB-8M.dts index 3c34c4aaaa..c9f1105dd2 100644 --- a/target/linux/ramips/dts/AWM002-EVB-8M.dts +++ b/target/linux/ramips/dts/AWM002-EVB-8M.dts @@ -41,7 +41,7 @@ mode { label = "mode"; gpios = <&gpio0 20 1>; - linux,code = ; + linux,code = ; }; }; }; diff --git a/target/linux/ramips/dts/AWM003-EVB.dts b/target/linux/ramips/dts/AWM003-EVB.dts index 9f8c2d266b..b42d77ed2f 100644 --- a/target/linux/ramips/dts/AWM003-EVB.dts +++ b/target/linux/ramips/dts/AWM003-EVB.dts @@ -47,7 +47,7 @@ mode { label = "mode"; gpios = <&gpio0 20 1>; - linux,code = ; + linux,code = ; }; }; }; diff --git a/target/linux/ramips/dts/UR-326N4G.dts b/target/linux/ramips/dts/UR-326N4G.dts index 6ca1aa9f62..4246fa4f37 100644 --- a/target/linux/ramips/dts/UR-326N4G.dts +++ b/target/linux/ramips/dts/UR-326N4G.dts @@ -84,7 +84,7 @@ mode { label = "mode"; gpios = <&gpio0 7 1>; - linux,code = ; + linux,code = ; }; }; }; diff --git a/target/linux/ramips/dts/UR-336UN.dts b/target/linux/ramips/dts/UR-336UN.dts index fa753047e8..67def7ce7c 100644 --- a/target/linux/ramips/dts/UR-336UN.dts +++ b/target/linux/ramips/dts/UR-336UN.dts @@ -61,7 +61,7 @@ mode { label = "mode"; gpios = <&gpio0 7 1>; - linux,code = ; + linux,code = ; }; }; }; diff --git a/target/linux/ramips/dts/WR512-3GN-4M.dts b/target/linux/ramips/dts/WR512-3GN-4M.dts index 09e448019a..a9aa676849 100644 --- a/target/linux/ramips/dts/WR512-3GN-4M.dts +++ b/target/linux/ramips/dts/WR512-3GN-4M.dts @@ -84,7 +84,7 @@ mode { label = "mode"; gpios = <&gpio0 7 1>; - linux,code = ; + linux,code = ; }; }; }; diff --git a/target/linux/ramips/dts/WR512-3GN-8M.dts b/target/linux/ramips/dts/WR512-3GN-8M.dts index 03583f99fe..0ddc48f11f 100644 --- a/target/linux/ramips/dts/WR512-3GN-8M.dts +++ b/target/linux/ramips/dts/WR512-3GN-8M.dts @@ -84,7 +84,7 @@ mode { label = "mode"; gpios = <&gpio0 7 1>; - linux,code = ; + linux,code = ; }; }; };