Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: broadcom: align gpio-key node names with dtschema

The node names should be generic and DT schema expects certain pattern
(e.g. with key/button/switch).

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>

authored by

Krzysztof Kozlowski and committed by
Florian Fainelli
c5aec561 2b0a9539

+97 -97
+3 -3
arch/arm/boot/dts/bcm4708-asus-rt-ac56u.dts
··· 70 70 gpio-keys { 71 71 compatible = "gpio-keys"; 72 72 73 - rfkill { 73 + button-rfkill { 74 74 label = "WiFi"; 75 75 linux,code = <KEY_RFKILL>; 76 76 gpios = <&chipcommon 7 GPIO_ACTIVE_LOW>; 77 77 }; 78 78 79 - restart { 79 + button-restart { 80 80 label = "Reset"; 81 81 linux,code = <KEY_RESTART>; 82 82 gpios = <&chipcommon 11 GPIO_ACTIVE_LOW>; 83 83 }; 84 84 85 - wps { 85 + button-wps { 86 86 label = "WPS"; 87 87 linux,code = <KEY_WPS_BUTTON>; 88 88 gpios = <&chipcommon 15 GPIO_ACTIVE_LOW>;
+4 -4
arch/arm/boot/dts/bcm4708-asus-rt-ac68u.dts
··· 54 54 gpio-keys { 55 55 compatible = "gpio-keys"; 56 56 57 - brightness { 57 + button-brightness { 58 58 label = "Backlight"; 59 59 linux,code = <KEY_BRIGHTNESS_ZERO>; 60 60 gpios = <&chipcommon 5 GPIO_ACTIVE_LOW>; 61 61 }; 62 62 63 - wps { 63 + button-wps { 64 64 label = "WPS"; 65 65 linux,code = <KEY_WPS_BUTTON>; 66 66 gpios = <&chipcommon 7 GPIO_ACTIVE_LOW>; 67 67 }; 68 68 69 - restart { 69 + button-restart { 70 70 label = "Reset"; 71 71 linux,code = <KEY_RESTART>; 72 72 gpios = <&chipcommon 11 GPIO_ACTIVE_LOW>; 73 73 }; 74 74 75 - rfkill { 75 + button-rfkill { 76 76 label = "WiFi"; 77 77 linux,code = <KEY_RFKILL>; 78 78 gpios = <&chipcommon 15 GPIO_ACTIVE_LOW>;
+5 -5
arch/arm/boot/dts/bcm4708-buffalo-wzr-1166dhp-common.dtsi
··· 104 104 gpio-keys { 105 105 compatible = "gpio-keys"; 106 106 107 - restart { 107 + button-restart { 108 108 label = "Reset"; 109 109 linux,code = <KEY_RESTART>; 110 110 gpios = <&chipcommon 11 GPIO_ACTIVE_LOW>; 111 111 }; 112 112 113 - aoss { 113 + button-aoss { 114 114 label = "AOSS"; 115 115 linux,code = <KEY_WPS_BUTTON>; 116 116 gpios = <&chipcommon 12 GPIO_ACTIVE_LOW>; 117 117 }; 118 118 119 119 /* Commit mode set by switch? */ 120 - mode { 120 + button-mode { 121 121 label = "Mode"; 122 122 linux,code = <KEY_SETUP>; 123 123 gpios = <&chipcommon 13 GPIO_ACTIVE_LOW>; 124 124 }; 125 125 126 126 /* Switch: AP mode */ 127 - sw_ap { 127 + button-sw-ap { 128 128 label = "AP"; 129 129 linux,code = <BTN_0>; 130 130 gpios = <&chipcommon 14 GPIO_ACTIVE_LOW>; 131 131 }; 132 132 133 - eject { 133 + button-eject { 134 134 label = "USB eject"; 135 135 linux,code = <KEY_EJECTCD>; 136 136 gpios = <&chipcommon 15 GPIO_ACTIVE_LOW>;
+5 -5
arch/arm/boot/dts/bcm4708-buffalo-wzr-1750dhp.dts
··· 100 100 gpio-keys { 101 101 compatible = "gpio-keys"; 102 102 103 - restart { 103 + button-restart { 104 104 label = "Reset"; 105 105 linux,code = <KEY_RESTART>; 106 106 gpios = <&chipcommon 11 GPIO_ACTIVE_LOW>; 107 107 }; 108 108 109 - aoss { 109 + button-aoss { 110 110 label = "AOSS"; 111 111 linux,code = <KEY_WPS_BUTTON>; 112 112 gpios = <&chipcommon 12 GPIO_ACTIVE_LOW>; 113 113 }; 114 114 115 115 /* Commit mode set by switch? */ 116 - mode { 116 + button-mode { 117 117 label = "Mode"; 118 118 linux,code = <KEY_SETUP>; 119 119 gpios = <&chipcommon 13 GPIO_ACTIVE_LOW>; 120 120 }; 121 121 122 122 /* Switch: AP mode */ 123 - sw_ap { 123 + button-sw-ap { 124 124 label = "AP"; 125 125 linux,code = <BTN_0>; 126 126 gpios = <&chipcommon 14 GPIO_ACTIVE_LOW>; 127 127 }; 128 128 129 - eject { 129 + button-eject { 130 130 label = "USB eject"; 131 131 linux,code = <KEY_EJECTCD>; 132 132 gpios = <&chipcommon 15 GPIO_ACTIVE_LOW>;
+2 -2
arch/arm/boot/dts/bcm4708-linksys-ea6300-v1.dts
··· 29 29 gpio-keys { 30 30 compatible = "gpio-keys"; 31 31 32 - wps { 32 + button-wps { 33 33 label = "WPS"; 34 34 linux,code = <KEY_WPS_BUTTON>; 35 35 gpios = <&chipcommon 7 GPIO_ACTIVE_LOW>; 36 36 }; 37 37 38 - restart { 38 + button-restart { 39 39 label = "Reset"; 40 40 linux,code = <KEY_RESTART>; 41 41 gpios = <&chipcommon 11 GPIO_ACTIVE_LOW>;
+2 -2
arch/arm/boot/dts/bcm4708-linksys-ea6500-v2.dts
··· 25 25 gpio-keys { 26 26 compatible = "gpio-keys"; 27 27 28 - wps { 28 + button-wps { 29 29 label = "WPS"; 30 30 linux,code = <KEY_WPS_BUTTON>; 31 31 gpios = <&chipcommon 7 GPIO_ACTIVE_LOW>; 32 32 }; 33 33 34 - restart { 34 + button-restart { 35 35 label = "Reset"; 36 36 linux,code = <KEY_RESTART>; 37 37 gpios = <&chipcommon 11 GPIO_ACTIVE_LOW>;
+1 -1
arch/arm/boot/dts/bcm4708-luxul-xap-1510.dts
··· 45 45 gpio-keys { 46 46 compatible = "gpio-keys"; 47 47 48 - restart { 48 + button-restart { 49 49 label = "Reset"; 50 50 linux,code = <KEY_RESTART>; 51 51 gpios = <&chipcommon 11 GPIO_ACTIVE_LOW>;
+1 -1
arch/arm/boot/dts/bcm4708-luxul-xwc-1000.dts
··· 52 52 gpio-keys { 53 53 compatible = "gpio-keys"; 54 54 55 - restart { 55 + button-restart { 56 56 label = "Reset"; 57 57 linux,code = <KEY_RESTART>; 58 58 gpios = <&chipcommon 7 GPIO_ACTIVE_LOW>;
+3 -3
arch/arm/boot/dts/bcm4708-netgear-r6250.dts
··· 63 63 gpio-keys { 64 64 compatible = "gpio-keys"; 65 65 66 - wps { 66 + button-wps { 67 67 label = "WPS"; 68 68 linux,code = <KEY_WPS_BUTTON>; 69 69 gpios = <&chipcommon 4 GPIO_ACTIVE_LOW>; 70 70 }; 71 71 72 - rfkill { 72 + button-rfkill { 73 73 label = "WiFi"; 74 74 linux,code = <KEY_RFKILL>; 75 75 gpios = <&chipcommon 5 GPIO_ACTIVE_LOW>; 76 76 }; 77 77 78 - restart { 78 + button-restart { 79 79 label = "Reset"; 80 80 linux,code = <KEY_RESTART>; 81 81 gpios = <&chipcommon 6 GPIO_ACTIVE_LOW>;
+3 -3
arch/arm/boot/dts/bcm4708-netgear-r6300-v2.dts
··· 59 59 gpio-keys { 60 60 compatible = "gpio-keys"; 61 61 62 - wps { 62 + button-wps { 63 63 label = "WPS"; 64 64 linux,code = <KEY_WPS_BUTTON>; 65 65 gpios = <&chipcommon 4 GPIO_ACTIVE_LOW>; 66 66 }; 67 67 68 - rfkill { 68 + button-rfkill { 69 69 label = "WiFi"; 70 70 linux,code = <KEY_RFKILL>; 71 71 gpios = <&chipcommon 5 GPIO_ACTIVE_LOW>; 72 72 }; 73 73 74 - restart { 74 + button-restart { 75 75 label = "Reset"; 76 76 linux,code = <KEY_RESTART>; 77 77 gpios = <&chipcommon 6 GPIO_ACTIVE_LOW>;
+3 -3
arch/arm/boot/dts/bcm4708-smartrg-sr400ac.dts
··· 94 94 gpio-keys { 95 95 compatible = "gpio-keys"; 96 96 97 - rfkill { 97 + button-rfkill { 98 98 label = "WiFi"; 99 99 linux,code = <KEY_RFKILL>; 100 100 gpios = <&chipcommon 0 GPIO_ACTIVE_LOW>; 101 101 }; 102 102 103 - wps { 103 + button-wps { 104 104 label = "WPS"; 105 105 linux,code = <KEY_WPS_BUTTON>; 106 106 gpios = <&chipcommon 7 GPIO_ACTIVE_LOW>; 107 107 }; 108 108 109 - restart { 109 + button-restart { 110 110 label = "Reset"; 111 111 linux,code = <KEY_RESTART>; 112 112 gpios = <&chipcommon 11 GPIO_ACTIVE_LOW>;
+2 -2
arch/arm/boot/dts/bcm47081-asus-rt-n18u.dts
··· 60 60 gpio-keys { 61 61 compatible = "gpio-keys"; 62 62 63 - restart { 63 + button-restart { 64 64 label = "Reset"; 65 65 linux,code = <KEY_RESTART>; 66 66 gpios = <&chipcommon 7 GPIO_ACTIVE_LOW>; 67 67 }; 68 68 69 - wps { 69 + button-wps { 70 70 label = "WPS"; 71 71 linux,code = <KEY_WPS_BUTTON>; 72 72 gpios = <&chipcommon 11 GPIO_ACTIVE_LOW>;
+4 -4
arch/arm/boot/dts/bcm47081-buffalo-wzr-600dhp2.dts
··· 91 91 gpio-keys { 92 92 compatible = "gpio-keys"; 93 93 94 - aoss { 94 + button-aoss { 95 95 label = "AOSS"; 96 96 linux,code = <KEY_WPS_BUTTON>; 97 97 gpios = <&chipcommon 9 GPIO_ACTIVE_LOW>; 98 98 }; 99 99 100 - restart { 100 + button-restart { 101 101 label = "Reset"; 102 102 linux,code = <KEY_RESTART>; 103 103 gpios = <&chipcommon 11 GPIO_ACTIVE_LOW>; 104 104 }; 105 105 106 106 /* Switch device mode? */ 107 - mode { 107 + button-mode { 108 108 label = "Mode"; 109 109 linux,code = <KEY_SETUP>; 110 110 gpios = <&chipcommon 14 GPIO_ACTIVE_LOW>; 111 111 }; 112 112 113 - eject { 113 + button-eject { 114 114 label = "USB eject"; 115 115 linux,code = <KEY_EJECTCD>; 116 116 gpios = <&chipcommon 15 GPIO_ACTIVE_LOW>;
+1 -1
arch/arm/boot/dts/bcm47081-buffalo-wzr-900dhp.dts
··· 96 96 gpio-keys { 97 97 compatible = "gpio-keys"; 98 98 99 - restart { 99 + button-restart { 100 100 label = "Reset"; 101 101 linux,code = <KEY_RESTART>; 102 102 gpios = <&chipcommon 11 GPIO_ACTIVE_LOW>;
+1 -1
arch/arm/boot/dts/bcm47081-luxul-xap-1410.dts
··· 45 45 gpio-keys { 46 46 compatible = "gpio-keys"; 47 47 48 - restart { 48 + button-restart { 49 49 label = "Reset"; 50 50 linux,code = <KEY_RESTART>; 51 51 gpios = <&chipcommon 11 GPIO_ACTIVE_LOW>;
+1 -1
arch/arm/boot/dts/bcm47081-luxul-xwr-1200.dts
··· 94 94 gpio-keys { 95 95 compatible = "gpio-keys"; 96 96 97 - restart { 97 + button-restart { 98 98 label = "Reset"; 99 99 linux,code = <KEY_RESTART>; 100 100 gpios = <&chipcommon 11 GPIO_ACTIVE_LOW>;
+2 -2
arch/arm/boot/dts/bcm4709-asus-rt-ac87u.dts
··· 50 50 #address-cells = <1>; 51 51 #size-cells = <0>; 52 52 53 - wps { 53 + button-wps { 54 54 label = "WPS"; 55 55 linux,code = <KEY_WPS_BUTTON>; 56 56 gpios = <&chipcommon 2 GPIO_ACTIVE_LOW>; 57 57 }; 58 58 59 - restart { 59 + button-restart { 60 60 label = "Reset"; 61 61 linux,code = <KEY_RESTART>; 62 62 gpios = <&chipcommon 11 GPIO_ACTIVE_LOW>;
+6 -6
arch/arm/boot/dts/bcm4709-buffalo-wxr-1900dhp.dts
··· 80 80 #address-cells = <1>; 81 81 #size-cells = <0>; 82 82 83 - power { 83 + button-power { 84 84 label = "Power"; 85 85 linux,code = <KEY_POWER>; 86 86 gpios = <&chipcommon 1 GPIO_ACTIVE_LOW>; 87 87 }; 88 88 89 - restart { 89 + button-restart { 90 90 label = "Reset"; 91 91 linux,code = <KEY_RESTART>; 92 92 gpios = <&chipcommon 15 GPIO_ACTIVE_LOW>; 93 93 }; 94 94 95 - aoss { 95 + button-aoss { 96 96 label = "AOSS"; 97 97 linux,code = <KEY_WPS_BUTTON>; 98 98 gpios = <&chipcommon 16 GPIO_ACTIVE_LOW>; 99 99 }; 100 100 101 101 /* Commit mode set by switch? */ 102 - mode { 102 + button-mode { 103 103 label = "Mode"; 104 104 linux,code = <KEY_SETUP>; 105 105 gpios = <&chipcommon 17 GPIO_ACTIVE_LOW>; 106 106 }; 107 107 108 108 /* Switch: AP mode */ 109 - sw_ap { 109 + button-sw-ap { 110 110 label = "AP"; 111 111 linux,code = <BTN_0>; 112 112 gpios = <&chipcommon 18 GPIO_ACTIVE_LOW>; 113 113 }; 114 114 115 - eject { 115 + button-eject { 116 116 label = "USB eject"; 117 117 linux,code = <KEY_EJECTCD>; 118 118 gpios = <&chipcommon 20 GPIO_ACTIVE_LOW>;
+2 -2
arch/arm/boot/dts/bcm4709-linksys-ea9200.dts
··· 32 32 #address-cells = <1>; 33 33 #size-cells = <0>; 34 34 35 - wps { 35 + button-wps { 36 36 label = "WPS"; 37 37 linux,code = <KEY_WPS_BUTTON>; 38 38 gpios = <&chipcommon 3 GPIO_ACTIVE_LOW>; 39 39 }; 40 40 41 - restart { 41 + button-restart { 42 42 label = "Reset"; 43 43 linux,code = <KEY_RESTART>; 44 44 gpios = <&chipcommon 17 GPIO_ACTIVE_LOW>;
+3 -3
arch/arm/boot/dts/bcm4709-netgear-r7000.dts
··· 75 75 #address-cells = <1>; 76 76 #size-cells = <0>; 77 77 78 - wps { 78 + button-wps { 79 79 label = "WPS"; 80 80 linux,code = <KEY_WPS_BUTTON>; 81 81 gpios = <&chipcommon 4 GPIO_ACTIVE_LOW>; 82 82 }; 83 83 84 - rfkill { 84 + button-rfkill { 85 85 label = "WiFi"; 86 86 linux,code = <KEY_RFKILL>; 87 87 gpios = <&chipcommon 5 GPIO_ACTIVE_LOW>; 88 88 }; 89 89 90 - restart { 90 + button-restart { 91 91 label = "Reset"; 92 92 linux,code = <KEY_RESTART>; 93 93 gpios = <&chipcommon 6 GPIO_ACTIVE_LOW>;
+4 -4
arch/arm/boot/dts/bcm4709-netgear-r8000.dts
··· 102 102 #address-cells = <1>; 103 103 #size-cells = <0>; 104 104 105 - rfkill { 105 + button-rfkill { 106 106 label = "WiFi"; 107 107 linux,code = <KEY_RFKILL>; 108 108 gpios = <&chipcommon 4 GPIO_ACTIVE_LOW>; 109 109 }; 110 110 111 - wps { 111 + button-wps { 112 112 label = "WPS"; 113 113 linux,code = <KEY_WPS_BUTTON>; 114 114 gpios = <&chipcommon 5 GPIO_ACTIVE_LOW>; 115 115 }; 116 116 117 - restart { 117 + button-restart { 118 118 label = "Reset"; 119 119 linux,code = <KEY_RESTART>; 120 120 gpios = <&chipcommon 6 GPIO_ACTIVE_LOW>; 121 121 }; 122 122 123 - brightness { 123 + button-brightness { 124 124 label = "Backlight"; 125 125 linux,code = <KEY_BRIGHTNESS_ZERO>; 126 126 gpios = <&chipcommon 19 GPIO_ACTIVE_LOW>;
+4 -4
arch/arm/boot/dts/bcm47094-asus-rt-ac88u.dts
··· 72 72 gpio-keys { 73 73 compatible = "gpio-keys"; 74 74 75 - wps { 75 + button-wps { 76 76 label = "WPS"; 77 77 linux,code = <KEY_WPS_BUTTON>; 78 78 gpios = <&chipcommon 20 GPIO_ACTIVE_LOW>; 79 79 }; 80 80 81 - reset { 81 + button-reset { 82 82 label = "Reset"; 83 83 linux,code = <KEY_RESTART>; 84 84 gpios = <&chipcommon 11 GPIO_ACTIVE_LOW>; 85 85 }; 86 86 87 - wifi { 87 + button-wifi { 88 88 label = "Wi-Fi"; 89 89 linux,code = <KEY_RFKILL>; 90 90 gpios = <&chipcommon 18 GPIO_ACTIVE_LOW>; 91 91 }; 92 92 93 - led { 93 + button-led { 94 94 label = "Backlight"; 95 95 linux,code = <KEY_BRIGHTNESS_ZERO>; 96 96 gpios = <&chipcommon 4 GPIO_ACTIVE_LOW>;
+3 -3
arch/arm/boot/dts/bcm47094-linksys-panamera.dts
··· 30 30 gpio-keys { 31 31 compatible = "gpio-keys"; 32 32 33 - wps { 33 + button-wps { 34 34 label = "WPS"; 35 35 linux,code = <KEY_WPS_BUTTON>; 36 36 gpios = <&chipcommon 3 GPIO_ACTIVE_LOW>; 37 37 }; 38 38 39 - rfkill { 39 + button-rfkill { 40 40 label = "WiFi"; 41 41 linux,code = <KEY_RFKILL>; 42 42 gpios = <&chipcommon 16 GPIO_ACTIVE_LOW>; 43 43 }; 44 44 45 - reset { 45 + button-reset { 46 46 label = "Reset"; 47 47 linux,code = <KEY_RESTART>; 48 48 gpios = <&chipcommon 17 GPIO_ACTIVE_LOW>;
+1 -1
arch/arm/boot/dts/bcm47094-luxul-abr-4500.dts
··· 49 49 gpio-keys { 50 50 compatible = "gpio-keys"; 51 51 52 - restart { 52 + button-restart { 53 53 label = "Reset"; 54 54 linux,code = <KEY_RESTART>; 55 55 gpios = <&chipcommon 17 GPIO_ACTIVE_LOW>;
+1 -1
arch/arm/boot/dts/bcm47094-luxul-xap-1610.dts
··· 43 43 gpio-keys { 44 44 compatible = "gpio-keys"; 45 45 46 - restart { 46 + button-restart { 47 47 label = "Reset"; 48 48 linux,code = <KEY_RESTART>; 49 49 gpios = <&chipcommon 17 GPIO_ACTIVE_LOW>;
+1 -1
arch/arm/boot/dts/bcm47094-luxul-xbr-4500.dts
··· 49 49 gpio-keys { 50 50 compatible = "gpio-keys"; 51 51 52 - restart { 52 + button-restart { 53 53 label = "Reset"; 54 54 linux,code = <KEY_RESTART>; 55 55 gpios = <&chipcommon 17 GPIO_ACTIVE_LOW>;
+1 -1
arch/arm/boot/dts/bcm47094-luxul-xwc-2000.dts
··· 37 37 #address-cells = <1>; 38 38 #size-cells = <0>; 39 39 40 - restart { 40 + button-restart { 41 41 label = "Reset"; 42 42 linux,code = <KEY_RESTART>; 43 43 gpios = <&chipcommon 19 GPIO_ACTIVE_LOW>;
+1 -1
arch/arm/boot/dts/bcm47094-luxul-xwr-3100.dts
··· 89 89 gpio-keys { 90 90 compatible = "gpio-keys"; 91 91 92 - restart { 92 + button-restart { 93 93 label = "Reset"; 94 94 linux,code = <KEY_RESTART>; 95 95 gpios = <&chipcommon 17 GPIO_ACTIVE_LOW>;
+1 -1
arch/arm/boot/dts/bcm47094-luxul-xwr-3150-v1.dts
··· 67 67 gpio-keys { 68 68 compatible = "gpio-keys"; 69 69 70 - restart { 70 + button-restart { 71 71 label = "Reset"; 72 72 linux,code = <KEY_RESTART>; 73 73 gpios = <&chipcommon 17 GPIO_ACTIVE_LOW>;
+4 -4
arch/arm/boot/dts/bcm47094-netgear-r8500.dts
··· 65 65 gpio-keys { 66 66 compatible = "gpio-keys"; 67 67 68 - brightness { 68 + button-brightness { 69 69 label = "Backlight"; 70 70 linux,code = <KEY_BRIGHTNESS_ZERO>; 71 71 gpios = <&chipcommon 1 GPIO_ACTIVE_LOW>; 72 72 }; 73 73 74 - restart { 74 + button-restart { 75 75 label = "Reset"; 76 76 linux,code = <KEY_RESTART>; 77 77 gpios = <&chipcommon 10 GPIO_ACTIVE_LOW>; 78 78 }; 79 79 80 - wps { 80 + button-wps { 81 81 label = "WPS"; 82 82 linux,code = <KEY_WPS_BUTTON>; 83 83 gpios = <&chipcommon 14 GPIO_ACTIVE_LOW>; 84 84 }; 85 85 86 - rfkill { 86 + button-rfkill { 87 87 label = "WiFi"; 88 88 linux,code = <KEY_RFKILL>; 89 89 gpios = <&chipcommon 20 GPIO_ACTIVE_LOW>;
+1 -1
arch/arm/boot/dts/bcm47094-phicomm-k3.dts
··· 22 22 gpio-keys { 23 23 compatible = "gpio-keys"; 24 24 25 - restart { 25 + button-restart { 26 26 label = "Reset"; 27 27 linux,code = <KEY_RESTART>; 28 28 gpios = <&chipcommon 17 GPIO_ACTIVE_LOW>;
+1 -1
arch/arm/boot/dts/bcm47189-luxul-xap-1440.dts
··· 39 39 gpio-keys { 40 40 compatible = "gpio-keys"; 41 41 42 - restart { 42 + button-restart { 43 43 label = "Reset"; 44 44 linux,code = <KEY_RESTART>; 45 45 gpios = <&chipcommon 7 GPIO_ACTIVE_LOW>;
+1 -1
arch/arm/boot/dts/bcm47189-luxul-xap-810.dts
··· 49 49 gpio-keys { 50 50 compatible = "gpio-keys"; 51 51 52 - restart { 52 + button-restart { 53 53 label = "Reset"; 54 54 linux,code = <KEY_RESTART>; 55 55 gpios = <&chipcommon 7 GPIO_ACTIVE_LOW>;
+3 -3
arch/arm/boot/dts/bcm47189-tenda-ac9.dts
··· 59 59 gpio-keys { 60 60 compatible = "gpio-keys"; 61 61 62 - rfkill { 62 + button-rfkill { 63 63 label = "WiFi"; 64 64 linux,code = <KEY_RFKILL>; 65 65 gpios = <&chipcommon 3 GPIO_ACTIVE_LOW>; 66 66 }; 67 67 68 - restart { 68 + button-restart { 69 69 label = "Reset"; 70 70 linux,code = <KEY_RESTART>; 71 71 gpios = <&chipcommon 7 GPIO_ACTIVE_LOW>; 72 72 }; 73 73 74 - wps { 74 + button-wps { 75 75 label = "WPS"; 76 76 linux,code = <KEY_WPS_BUTTON>; 77 77 gpios = <&chipcommon 9 GPIO_ACTIVE_LOW>;
+1 -1
arch/arm/boot/dts/bcm53016-meraki-mr32.dts
··· 50 50 #address-cells = <1>; 51 51 #size-cells = <0>; 52 52 53 - restart { 53 + button-restart { 54 54 label = "Reset"; 55 55 linux,code = <KEY_RESTART>; 56 56 gpios = <&chipcommon 21 GPIO_ACTIVE_LOW>;
+2 -2
arch/arm/boot/dts/bcm911360_entphn.dts
··· 47 47 stdout-path = "serial0:115200n8"; 48 48 }; 49 49 50 - gpio_keys { 50 + gpio-keys { 51 51 compatible = "gpio-keys"; 52 52 53 - hook { 53 + button-hook { 54 54 label = "HOOK"; 55 55 linux,code = <KEY_O>; 56 56 gpios = <&gpio_asiu 48 0>;
+2 -2
arch/arm/boot/dts/bcm947189acdbmr.dts
··· 44 44 gpio-keys { 45 45 compatible = "gpio-keys"; 46 46 47 - restart { 47 + button-restart { 48 48 label = "Reset"; 49 49 linux,code = <KEY_RESTART>; 50 50 gpios = <&chipcommon 7 GPIO_ACTIVE_HIGH>; 51 51 }; 52 52 53 - wps { 53 + button-wps { 54 54 label = "WPS"; 55 55 linux,code = <KEY_WPS_BUTTON>; 56 56 gpios = <&chipcommon 9 GPIO_ACTIVE_LOW>;
+2 -2
arch/arm/boot/dts/bcm953012er.dts
··· 47 47 gpio-keys { 48 48 compatible = "gpio-keys"; 49 49 50 - wps { 50 + button-wps { 51 51 label = "WPS"; 52 52 linux,code = <KEY_WPS_BUTTON>; 53 53 gpios = <&chipcommon 6 GPIO_ACTIVE_LOW>; 54 54 }; 55 55 56 - restart { 56 + button-restart { 57 57 label = "Reset"; 58 58 linux,code = <KEY_RESTART>; 59 59 gpios = <&chipcommon 15 GPIO_ACTIVE_LOW>;
+1 -1
arch/arm/boot/dts/bcm958625-meraki-alamo.dtsi
··· 13 13 autorepeat; 14 14 poll-interval = <20>; 15 15 16 - reset { 16 + button-reset { 17 17 label = "reset"; 18 18 linux,code = <KEY_RESTART>; 19 19 gpios = <&gpioa 8 GPIO_ACTIVE_LOW>;
+1 -1
arch/arm/boot/dts/bcm958625-meraki-kingpin.dtsi
··· 14 14 autorepeat; 15 15 poll-interval = <20>; 16 16 17 - reset { 17 + button-reset { 18 18 label = "reset"; 19 19 linux,code = <KEY_RESTART>; 20 20 gpios = <&gpioa 6 GPIO_ACTIVE_LOW>;