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

ARM: dts: aspeed: 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>
Link: https://lore.kernel.org/r/20220616005333.18491-36-krzysztof.kozlowski@linaro.org

+118 -117
+15 -15
arch/arm/boot/dts/aspeed-bmc-ampere-mtjade.dts
··· 100 100 gpio-keys { 101 101 compatible = "gpio-keys"; 102 102 103 - shutdown_ack { 103 + event-shutdown-ack { 104 104 label = "SHUTDOWN_ACK"; 105 105 gpios = <&gpio ASPEED_GPIO(G, 2) GPIO_ACTIVE_LOW>; 106 106 linux,code = <ASPEED_GPIO(G, 2)>; 107 107 }; 108 108 109 - reboot_ack { 109 + event-reboot-ack { 110 110 label = "REBOOT_ACK"; 111 111 gpios = <&gpio ASPEED_GPIO(J, 3) GPIO_ACTIVE_LOW>; 112 112 linux,code = <ASPEED_GPIO(J, 3)>; 113 113 }; 114 114 115 - S0_overtemp { 115 + event-s0-overtemp { 116 116 label = "S0_OVERTEMP"; 117 117 gpios = <&gpio ASPEED_GPIO(G, 3) GPIO_ACTIVE_LOW>; 118 118 linux,code = <ASPEED_GPIO(G, 3)>; 119 119 }; 120 120 121 - S0_hightemp { 121 + event-s0-hightemp { 122 122 label = "S0_HIGHTEMP"; 123 123 gpios = <&gpio ASPEED_GPIO(J, 0) GPIO_ACTIVE_LOW>; 124 124 linux,code = <ASPEED_GPIO(J, 0)>; 125 125 }; 126 126 127 - S0_cpu_fault { 127 + event-s0-cpu-fault { 128 128 label = "S0_CPU_FAULT"; 129 129 gpios = <&gpio ASPEED_GPIO(J, 1) GPIO_ACTIVE_HIGH>; 130 130 linux,code = <ASPEED_GPIO(J, 1)>; 131 131 }; 132 132 133 - S0_scp_auth_fail { 133 + event-s0-scp-auth-fail { 134 134 label = "S0_SCP_AUTH_FAIL"; 135 135 gpios = <&gpio ASPEED_GPIO(J, 2) GPIO_ACTIVE_LOW>; 136 136 linux,code = <ASPEED_GPIO(J, 2)>; 137 137 }; 138 138 139 - S1_scp_auth_fail { 139 + event-s1-scp-auth-fail { 140 140 label = "S1_SCP_AUTH_FAIL"; 141 141 gpios = <&gpio ASPEED_GPIO(Z, 5) GPIO_ACTIVE_LOW>; 142 142 linux,code = <ASPEED_GPIO(Z, 5)>; 143 143 }; 144 144 145 - S1_overtemp { 145 + event-s1-overtemp { 146 146 label = "S1_OVERTEMP"; 147 147 gpios = <&gpio ASPEED_GPIO(Z, 6) GPIO_ACTIVE_LOW>; 148 148 linux,code = <ASPEED_GPIO(Z, 6)>; 149 149 }; 150 150 151 - S1_hightemp { 151 + event-s1-hightemp { 152 152 label = "S1_HIGHTEMP"; 153 153 gpios = <&gpio ASPEED_GPIO(AB, 0) GPIO_ACTIVE_LOW>; 154 154 linux,code = <ASPEED_GPIO(AB, 0)>; 155 155 }; 156 156 157 - S1_cpu_fault { 157 + event-s1-cpu-fault { 158 158 label = "S1_CPU_FAULT"; 159 159 gpios = <&gpio ASPEED_GPIO(Z, 1) GPIO_ACTIVE_HIGH>; 160 160 linux,code = <ASPEED_GPIO(Z, 1)>; 161 161 }; 162 162 163 - id_button { 163 + event-id { 164 164 label = "ID_BUTTON"; 165 165 gpios = <&gpio ASPEED_GPIO(Q, 5) GPIO_ACTIVE_LOW>; 166 166 linux,code = <ASPEED_GPIO(Q, 5)>; 167 167 }; 168 168 169 - psu1_vin_good { 169 + event-psu1-vin-good { 170 170 label = "PSU1_VIN_GOOD"; 171 171 gpios = <&gpio ASPEED_GPIO(H, 4) GPIO_ACTIVE_LOW>; 172 172 linux,code = <ASPEED_GPIO(H, 4)>; 173 173 }; 174 174 175 - psu2_vin_good { 175 + event-psu2-vin-good { 176 176 label = "PSU2_VIN_GOOD"; 177 177 gpios = <&gpio ASPEED_GPIO(H, 5) GPIO_ACTIVE_LOW>; 178 178 linux,code = <ASPEED_GPIO(H, 5)>; 179 179 }; 180 180 181 - psu1_present { 181 + event-psu1-present { 182 182 label = "PSU1_PRESENT"; 183 183 gpios = <&gpio ASPEED_GPIO(I, 0) GPIO_ACTIVE_LOW>; 184 184 linux,code = <ASPEED_GPIO(I, 0)>; 185 185 }; 186 186 187 - psu2_present { 187 + event-psu2-present { 188 188 label = "PSU2_PRESENT"; 189 189 gpios = <&gpio ASPEED_GPIO(I, 1) GPIO_ACTIVE_LOW>; 190 190 linux,code = <ASPEED_GPIO(I, 1)>;
+24 -24
arch/arm/boot/dts/aspeed-bmc-bytedance-g220a.dts
··· 100 100 101 101 gpio-keys { 102 102 compatible = "gpio-keys"; 103 - burn-in-signal { 103 + event-burn-in-signal { 104 104 label = "burn-in"; 105 105 gpios = <&gpio ASPEED_GPIO(R, 5) GPIO_ACTIVE_LOW>; 106 106 linux,code = <ASPEED_GPIO(R, 5)>; ··· 111 111 compatible = "gpio-keys-polled"; 112 112 poll-interval = <1000>; 113 113 114 - rear-riser1-presence { 114 + event-rear-riser1-presence { 115 115 label = "rear-riser1-presence"; 116 116 gpios = <&pca0 1 GPIO_ACTIVE_LOW>; 117 117 linux,code = <1>; 118 118 }; 119 119 120 - alrt-pvddq-cpu0 { 120 + event-alrt-pvddq-cpu0 { 121 121 label = "alrt-pvddq-cpu0"; 122 122 gpios = <&pca0 8 GPIO_ACTIVE_LOW>; 123 123 linux,code = <2>; 124 124 }; 125 125 126 - rear-riser0-presence { 126 + event-rear-riser0-presence { 127 127 label = "rear-riser0-presence"; 128 128 gpios = <&pca0 9 GPIO_ACTIVE_LOW>; 129 129 linux,code = <3>; 130 130 }; 131 131 132 - fault-pvddq-cpu0 { 132 + event-fault-pvddq-cpu0 { 133 133 label = "fault-pvddq-cpu0"; 134 134 gpios = <&pca0 10 GPIO_ACTIVE_LOW>; 135 135 linux,code = <4>; 136 136 }; 137 137 138 - alrt-pvddq-cpu1 { 138 + event-alrt-pvddq-cpu1 { 139 139 label = "alrt-pvddq-cpu1"; 140 140 gpios = <&pca0 11 GPIO_ACTIVE_LOW>; 141 141 linux,code = <5>; 142 142 }; 143 143 144 - fault-pvddq-cpu1 { 144 + event-fault-pvddq-cpu1 { 145 145 label = "alrt-pvddq-cpu1"; 146 146 gpios = <&pca0 12 GPIO_ACTIVE_LOW>; 147 147 linux,code = <6>; 148 148 }; 149 149 150 - fault-pvccin-cpu1 { 150 + event-fault-pvccin-cpu1 { 151 151 label = "fault-pvccin-cpuq"; 152 152 gpios = <&pca0 13 GPIO_ACTIVE_LOW>; 153 153 linux,code = <7>; 154 154 }; 155 155 156 - bmc-rom0-wp { 156 + event-bmc-rom0-wp { 157 157 label = "bmc-rom0-wp"; 158 158 gpios = <&pca1 0 GPIO_ACTIVE_LOW>; 159 159 linux,code = <8>; 160 160 }; 161 161 162 - bmc-rom1-wp { 162 + event-bmc-rom1-wp { 163 163 label = "bmc-rom1-wp"; 164 164 gpios = <&pca1 1 GPIO_ACTIVE_LOW>; 165 165 linux,code = <9>; 166 166 }; 167 167 168 - fan0-presence { 168 + event-fan0-presence { 169 169 label = "fan0-presence"; 170 170 gpios = <&pca1 2 GPIO_ACTIVE_LOW>; 171 171 linux,code = <10>; 172 172 }; 173 173 174 - fan1-presence { 174 + event-fan1-presence { 175 175 label = "fan1-presence"; 176 176 gpios = <&pca1 3 GPIO_ACTIVE_LOW>; 177 177 linux,code = <11>; 178 178 }; 179 179 180 - fan2-presence { 180 + event-fan2-presence { 181 181 label = "fan2-presence"; 182 182 gpios = <&pca1 4 GPIO_ACTIVE_LOW>; 183 183 linux,code = <12>; 184 184 }; 185 185 186 - fan3-presence { 186 + event-fan3-presence { 187 187 label = "fan3-presence"; 188 188 gpios = <&pca1 5 GPIO_ACTIVE_LOW>; 189 189 linux,code = <13>; 190 190 }; 191 191 192 - fan4-presence { 192 + event-fan4-presence { 193 193 label = "fan4-presence"; 194 194 gpios = <&pca1 6 GPIO_ACTIVE_LOW>; 195 195 linux,code = <14>; 196 196 }; 197 197 198 - fan5-presence { 198 + event-fan5-presence { 199 199 label = "fan5-presence"; 200 200 gpios = <&pca1 7 GPIO_ACTIVE_LOW>; 201 201 linux,code = <15>; 202 202 }; 203 203 204 - front-bp1-presence { 204 + event-front-bp1-presence { 205 205 label = "front-bp1-presence"; 206 206 gpios = <&pca1 8 GPIO_ACTIVE_LOW>; 207 207 linux,code = <16>; 208 208 }; 209 209 210 - rear-bp-presence { 210 + event-rear-bp-presence { 211 211 label = "rear-bp-presence"; 212 212 gpios = <&pca1 9 GPIO_ACTIVE_LOW>; 213 213 linux,code = <17>; 214 214 }; 215 215 216 - fault-pvccin-cpu0 { 216 + event-fault-pvccin-cpu0 { 217 217 label = "fault-pvccin-cpu0"; 218 218 gpios = <&pca1 10 GPIO_ACTIVE_LOW>; 219 219 linux,code = <18>; 220 220 }; 221 221 222 - alrt-p1v05-pvcc { 222 + event-alrt-p1v05-pvcc { 223 223 label = "alrt-p1v05-pvcc1"; 224 224 gpios = <&pca1 11 GPIO_ACTIVE_LOW>; 225 225 linux,code = <19>; 226 226 }; 227 227 228 - fault-p1v05-pvccio { 228 + event-fault-p1v05-pvccio { 229 229 label = "alrt-p1v05-pvcc1"; 230 230 gpios = <&pca1 12 GPIO_ACTIVE_LOW>; 231 231 linux,code = <20>; 232 232 }; 233 233 234 - alrt-p1v8-pvccio { 234 + event-alrt-p1v8-pvccio { 235 235 label = "alrt-p1v8-pvccio"; 236 236 gpios = <&pca1 13 GPIO_ACTIVE_LOW>; 237 237 linux,code = <21>; 238 238 }; 239 239 240 - fault-p1v8-pvccio { 240 + event-fault-p1v8-pvccio { 241 241 label = "fault-p1v8-pvccio"; 242 242 gpios = <&pca1 14 GPIO_ACTIVE_LOW>; 243 243 linux,code = <22>; 244 244 }; 245 245 246 - front-bp0-presence { 246 + event-front-bp0-presence { 247 247 label = "front-bp0-presence"; 248 248 gpios = <&pca1 15 GPIO_ACTIVE_LOW>; 249 249 linux,code = <23>;
+4 -4
arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts
··· 193 193 #size-cells = <0>; 194 194 poll-interval = <1000>; 195 195 196 - fan0-presence { 196 + event-fan0-presence { 197 197 label = "fan0-presence"; 198 198 gpios = <&pca0 15 GPIO_ACTIVE_LOW>; 199 199 linux,code = <15>; 200 200 }; 201 201 202 - fan1-presence { 202 + event-fan1-presence { 203 203 label = "fan1-presence"; 204 204 gpios = <&pca0 14 GPIO_ACTIVE_LOW>; 205 205 linux,code = <14>; 206 206 }; 207 207 208 - fan2-presence { 208 + event-fan2-presence { 209 209 label = "fan2-presence"; 210 210 gpios = <&pca0 13 GPIO_ACTIVE_LOW>; 211 211 linux,code = <13>; 212 212 }; 213 213 214 - fan3-presence { 214 + event-fan3-presence { 215 215 label = "fan3-presence"; 216 216 gpios = <&pca0 12 GPIO_ACTIVE_LOW>; 217 217 linux,code = <12>;
+6 -6
arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts
··· 183 183 #size-cells = <0>; 184 184 poll-interval = <1000>; 185 185 186 - fan0-presence { 186 + event-fan0-presence { 187 187 label = "fan0-presence"; 188 188 gpios = <&pca0 6 GPIO_ACTIVE_LOW>; 189 189 linux,code = <6>; 190 190 }; 191 191 192 - fan1-presence { 192 + event-fan1-presence { 193 193 label = "fan1-presence"; 194 194 gpios = <&pca0 7 GPIO_ACTIVE_LOW>; 195 195 linux,code = <7>; 196 196 }; 197 197 198 - fan2-presence { 198 + event-fan2-presence { 199 199 label = "fan2-presence"; 200 200 gpios = <&pca0 8 GPIO_ACTIVE_LOW>; 201 201 linux,code = <8>; 202 202 }; 203 203 204 - fan3-presence { 204 + event-fan3-presence { 205 205 label = "fan3-presence"; 206 206 gpios = <&pca0 9 GPIO_ACTIVE_LOW>; 207 207 linux,code = <9>; 208 208 }; 209 209 210 - fan4-presence { 210 + event-fan4-presence { 211 211 label = "fan4-presence"; 212 212 gpios = <&pca0 10 GPIO_ACTIVE_LOW>; 213 213 linux,code = <10>; 214 214 }; 215 215 216 - fan5-presence { 216 + event-fan5-presence { 217 217 label = "fan5-presence"; 218 218 gpios = <&pca0 11 GPIO_ACTIVE_LOW>; 219 219 linux,code = <11>;
+11 -11
arch/arm/boot/dts/aspeed-bmc-inspur-fp5280g2.dts
··· 73 73 gpio-keys { 74 74 compatible = "gpio-keys"; 75 75 76 - checkstop { 76 + event-checkstop { 77 77 label = "checkstop"; 78 78 gpios = <&gpio ASPEED_GPIO(B, 3) GPIO_ACTIVE_LOW>; 79 79 linux,code = <ASPEED_GPIO(B, 3)>; 80 80 }; 81 81 82 - ps0-presence { 82 + event-ps0-presence { 83 83 label = "ps0-presence"; 84 84 gpios = <&gpio ASPEED_GPIO(F, 0) GPIO_ACTIVE_LOW>; 85 85 linux,code = <ASPEED_GPIO(F, 0)>; 86 86 }; 87 87 88 - ps1-presence { 88 + event-ps1-presence { 89 89 label = "ps1-presence"; 90 90 gpios = <&gpio ASPEED_GPIO(F, 1) GPIO_ACTIVE_LOW>; 91 91 linux,code = <ASPEED_GPIO(F, 1)>; ··· 97 97 compatible = "gpio-keys-polled"; 98 98 poll-interval = <1000>; 99 99 100 - fan0-presence { 100 + event-fan0-presence { 101 101 label = "fan0-presence"; 102 102 gpios = <&pca1 0 GPIO_ACTIVE_LOW>; 103 103 linux,code = <1>; 104 104 }; 105 105 106 - fan1-presence { 106 + event-fan1-presence { 107 107 label = "fan1-presence"; 108 108 gpios = <&pca1 1 GPIO_ACTIVE_LOW>; 109 109 linux,code = <2>; 110 110 }; 111 111 112 - fan2-presence { 112 + event-fan2-presence { 113 113 label = "fan2-presence"; 114 114 gpios = <&pca1 2 GPIO_ACTIVE_LOW>; 115 115 linux,code = <3>; 116 116 }; 117 117 118 - fan3-presence { 118 + event-fan3-presence { 119 119 label = "fan3-presence"; 120 120 gpios = <&pca1 3 GPIO_ACTIVE_LOW>; 121 121 linux,code = <4>; 122 122 }; 123 123 124 - fan4-presence { 124 + event-fan4-presence { 125 125 label = "fan4-presence"; 126 126 gpios = <&pca1 4 GPIO_ACTIVE_LOW>; 127 127 linux,code = <5>; 128 128 }; 129 129 130 - fan5-presence { 130 + event-fan5-presence { 131 131 label = "fan5-presence"; 132 132 gpios = <&pca1 5 GPIO_ACTIVE_LOW>; 133 133 linux,code = <6>; 134 134 }; 135 135 136 - fan6-presence { 136 + event-fan6-presence { 137 137 label = "fan6-presence"; 138 138 gpios = <&pca1 6 GPIO_ACTIVE_LOW>; 139 139 linux,code = <7>; 140 140 }; 141 141 142 - fan7-presence { 142 + event-fan7-presence { 143 143 label = "fan7-presence"; 144 144 gpios = <&pca1 7 GPIO_ACTIVE_LOW>; 145 145 linux,code = <8>;
+12 -11
arch/arm/boot/dts/aspeed-bmc-opp-mihawk.dts
··· 92 92 gpio-keys { 93 93 compatible = "gpio-keys"; 94 94 95 - air-water { 95 + event-air-water { 96 96 label = "air-water"; 97 97 gpios = <&gpio ASPEED_GPIO(F, 6) GPIO_ACTIVE_LOW>; 98 98 linux,code = <ASPEED_GPIO(F, 6)>; 99 99 }; 100 100 101 - checkstop { 101 + event-checkstop { 102 102 label = "checkstop"; 103 103 gpios = <&gpio ASPEED_GPIO(J, 2) GPIO_ACTIVE_LOW>; 104 104 linux,code = <ASPEED_GPIO(J, 2)>; 105 105 }; 106 106 107 - ps0-presence { 107 + event-ps0-presence { 108 108 label = "ps0-presence"; 109 109 gpios = <&gpio ASPEED_GPIO(Z, 2) GPIO_ACTIVE_LOW>; 110 110 linux,code = <ASPEED_GPIO(Z, 2)>; 111 111 }; 112 112 113 - ps1-presence { 113 + event-ps1-presence { 114 114 label = "ps1-presence"; 115 115 gpios = <&gpio ASPEED_GPIO(Z, 0) GPIO_ACTIVE_LOW>; 116 116 linux,code = <ASPEED_GPIO(Z, 0)>; 117 117 }; 118 - id-button { 118 + 119 + button-id { 119 120 label = "id-button"; 120 121 gpios = <&gpio ASPEED_GPIO(F, 1) GPIO_ACTIVE_LOW>; 121 122 linux,code = <ASPEED_GPIO(F, 1)>; ··· 127 126 compatible = "gpio-keys-polled"; 128 127 poll-interval = <1000>; 129 128 130 - fan0-presence { 129 + event-fan0-presence { 131 130 label = "fan0-presence"; 132 131 gpios = <&pca9552 9 GPIO_ACTIVE_LOW>; 133 132 linux,code = <9>; 134 133 }; 135 134 136 - fan1-presence { 135 + event-fan1-presence { 137 136 label = "fan1-presence"; 138 137 gpios = <&pca9552 10 GPIO_ACTIVE_LOW>; 139 138 linux,code = <10>; 140 139 }; 141 140 142 - fan2-presence { 141 + event-fan2-presence { 143 142 label = "fan2-presence"; 144 143 gpios = <&pca9552 11 GPIO_ACTIVE_LOW>; 145 144 linux,code = <11>; 146 145 }; 147 146 148 - fan3-presence { 147 + event-fan3-presence { 149 148 label = "fan3-presence"; 150 149 gpios = <&pca9552 12 GPIO_ACTIVE_LOW>; 151 150 linux,code = <12>; 152 151 }; 153 152 154 - fan4-presence { 153 + event-fan4-presence { 155 154 label = "fan4-presence"; 156 155 gpios = <&pca9552 13 GPIO_ACTIVE_LOW>; 157 156 linux,code = <13>; 158 157 }; 159 158 160 - fan5-presence { 159 + event-fan5-presence { 161 160 label = "fan5-presence"; 162 161 gpios = <&pca9552 14 GPIO_ACTIVE_LOW>; 163 162 linux,code = <14>;
+10 -10
arch/arm/boot/dts/aspeed-bmc-opp-mowgli.dts
··· 46 46 gpio-keys { 47 47 compatible = "gpio-keys"; 48 48 49 - air-water { 49 + event-air-water { 50 50 label = "air-water"; 51 51 gpios = <&gpio ASPEED_GPIO(F, 6) GPIO_ACTIVE_LOW>; 52 52 linux,code = <ASPEED_GPIO(F, 6)>; 53 53 }; 54 54 55 - checkstop { 55 + event-checkstop { 56 56 label = "checkstop"; 57 57 gpios = <&gpio ASPEED_GPIO(J, 2) GPIO_ACTIVE_LOW>; 58 58 linux,code = <ASPEED_GPIO(J, 2)>; 59 59 }; 60 60 61 - ps0-presence { 61 + event-ps0-presence { 62 62 label = "ps0-presence"; 63 63 gpios = <&gpio ASPEED_GPIO(Z, 2) GPIO_ACTIVE_LOW>; 64 64 linux,code = <ASPEED_GPIO(Z, 2)>; 65 65 }; 66 66 67 - ps1-presence { 67 + event-ps1-presence { 68 68 label = "ps1-presence"; 69 69 gpios = <&gpio ASPEED_GPIO(Z, 0) GPIO_ACTIVE_LOW>; 70 70 linux,code = <ASPEED_GPIO(Z, 0)>; 71 71 }; 72 72 73 - id-button { 73 + button-id { 74 74 label = "id-button"; 75 75 gpios = <&gpio ASPEED_GPIO(F, 1) GPIO_ACTIVE_LOW>; 76 76 linux,code = <ASPEED_GPIO(F, 1)>; ··· 81 81 compatible = "gpio-keys-polled"; 82 82 poll-interval = <1000>; 83 83 84 - fan0-presence { 84 + event-fan0-presence { 85 85 label = "fan0-presence"; 86 86 gpios = <&pca9552 9 GPIO_ACTIVE_LOW>; 87 87 linux,code = <9>; 88 88 }; 89 89 90 - fan1-presence { 90 + event-fan1-presence { 91 91 label = "fan1-presence"; 92 92 gpios = <&pca9552 10 GPIO_ACTIVE_LOW>; 93 93 linux,code = <10>; 94 94 }; 95 95 96 - fan2-presence { 96 + event-fan2-presence { 97 97 label = "fan2-presence"; 98 98 gpios = <&pca9552 11 GPIO_ACTIVE_LOW>; 99 99 linux,code = <11>; 100 100 }; 101 101 102 - fan3-presence { 102 + event-fan3-presence { 103 103 label = "fan3-presence"; 104 104 gpios = <&pca9552 12 GPIO_ACTIVE_LOW>; 105 105 linux,code = <12>; 106 106 }; 107 107 108 - fan4-presence { 108 + event-fan4-presence { 109 109 label = "fan4-presence"; 110 110 gpios = <&pca9552 13 GPIO_ACTIVE_LOW>; 111 111 linux,code = <13>;
+1 -1
arch/arm/boot/dts/aspeed-bmc-opp-nicole.dts
··· 96 96 gpio-keys { 97 97 compatible = "gpio-keys"; 98 98 99 - checkstop { 99 + event-checkstop { 100 100 label = "checkstop"; 101 101 gpios = <&gpio ASPEED_GPIO(J, 2) GPIO_ACTIVE_LOW>; 102 102 linux,code = <ASPEED_GPIO(J, 2)>;
+1 -1
arch/arm/boot/dts/aspeed-bmc-opp-palmetto.dts
··· 73 73 gpio-keys { 74 74 compatible = "gpio-keys"; 75 75 76 - checkstop { 76 + event-checkstop { 77 77 label = "checkstop"; 78 78 gpios = <&gpio ASPEED_GPIO(P, 5) GPIO_ACTIVE_LOW>; 79 79 linux,code = <ASPEED_GPIO(P, 5)>;
+1 -1
arch/arm/boot/dts/aspeed-bmc-opp-romulus.dts
··· 87 87 gpio-keys { 88 88 compatible = "gpio-keys"; 89 89 90 - checkstop { 90 + event-checkstop { 91 91 label = "checkstop"; 92 92 gpios = <&gpio ASPEED_GPIO(J, 2) GPIO_ACTIVE_LOW>; 93 93 linux,code = <ASPEED_GPIO(J, 2)>;
+15 -15
arch/arm/boot/dts/aspeed-bmc-opp-swift.dts
··· 38 38 gpio-keys { 39 39 compatible = "gpio-keys"; 40 40 41 - air-water { 41 + event-air-water { 42 42 label = "air-water"; 43 43 gpios = <&gpio ASPEED_GPIO(B, 5) GPIO_ACTIVE_LOW>; 44 44 linux,code = <ASPEED_GPIO(B, 5)>; 45 45 }; 46 46 47 - checkstop { 47 + event-checkstop { 48 48 label = "checkstop"; 49 49 gpios = <&gpio ASPEED_GPIO(J, 2) GPIO_ACTIVE_LOW>; 50 50 linux,code = <ASPEED_GPIO(J, 2)>; 51 51 }; 52 52 53 - ps0-presence { 53 + event-ps0-presence { 54 54 label = "ps0-presence"; 55 55 gpios = <&gpio ASPEED_GPIO(R, 7) GPIO_ACTIVE_LOW>; 56 56 linux,code = <ASPEED_GPIO(R, 7)>; 57 57 }; 58 58 59 - ps1-presence { 59 + event-ps1-presence { 60 60 label = "ps1-presence"; 61 61 gpios = <&gpio ASPEED_GPIO(N, 0) GPIO_ACTIVE_LOW>; 62 62 linux,code = <ASPEED_GPIO(N, 0)>; 63 63 }; 64 64 65 - oppanel-presence { 65 + event-oppanel-presence { 66 66 label = "oppanel-presence"; 67 67 gpios = <&gpio ASPEED_GPIO(A, 7) GPIO_ACTIVE_LOW>; 68 68 linux,code = <ASPEED_GPIO(A, 7)>; 69 69 }; 70 70 71 - opencapi-riser-presence { 71 + event-opencapi-riser-presence { 72 72 label = "opencapi-riser-presence"; 73 73 gpios = <&gpio ASPEED_GPIO(I, 0) GPIO_ACTIVE_LOW>; 74 74 linux,code = <ASPEED_GPIO(I, 0)>; ··· 84 84 compatible = "gpio-keys-polled"; 85 85 poll-interval = <1000>; 86 86 87 - scm0-presence { 87 + event-scm0-presence { 88 88 label = "scm0-presence"; 89 89 gpios = <&pca9552 6 GPIO_ACTIVE_LOW>; 90 90 linux,code = <6>; 91 91 }; 92 92 93 - scm1-presence { 93 + event-scm1-presence { 94 94 label = "scm1-presence"; 95 95 gpios = <&pca9552 7 GPIO_ACTIVE_LOW>; 96 96 linux,code = <7>; 97 97 }; 98 98 99 - cpu0vrm-presence { 99 + event-cpu0vrm-presence { 100 100 label = "cpu0vrm-presence"; 101 101 gpios = <&pca9552 12 GPIO_ACTIVE_LOW>; 102 102 linux,code = <12>; 103 103 }; 104 104 105 - cpu1vrm-presence { 105 + event-cpu1vrm-presence { 106 106 label = "cpu1vrm-presence"; 107 107 gpios = <&pca9552 13 GPIO_ACTIVE_LOW>; 108 108 linux,code = <13>; 109 109 }; 110 110 111 - fan0-presence { 111 + event-fan0-presence { 112 112 label = "fan0-presence"; 113 113 gpios = <&pca0 5 GPIO_ACTIVE_LOW>; 114 114 linux,code = <5>; 115 115 }; 116 116 117 - fan1-presence { 117 + event-fan1-presence { 118 118 label = "fan1-presence"; 119 119 gpios = <&pca0 6 GPIO_ACTIVE_LOW>; 120 120 linux,code = <6>; 121 121 }; 122 122 123 - fan2-presence { 123 + event-fan2-presence { 124 124 label = "fan2-presence"; 125 125 gpios = <&pca0 7 GPIO_ACTIVE_LOW>; 126 126 linux,code = <7>; 127 127 }; 128 128 129 - fan3-presence { 129 + event-fan3-presence { 130 130 label = "fan3-presence"; 131 131 gpios = <&pca0 8 GPIO_ACTIVE_LOW>; 132 132 linux,code = <8>; 133 133 }; 134 134 135 - fanboost-presence { 135 + event-fanboost-presence { 136 136 label = "fanboost-presence"; 137 137 gpios = <&pca0 9 GPIO_ACTIVE_LOW>; 138 138 linux,code = <9>;
+6 -6
arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts
··· 50 50 gpio-keys { 51 51 compatible = "gpio-keys"; 52 52 53 - ps0-presence { 53 + event-ps0-presence { 54 54 label = "ps0-presence"; 55 55 gpios = <&gpio0 ASPEED_GPIO(H, 3) GPIO_ACTIVE_LOW>; 56 56 linux,code = <ASPEED_GPIO(H, 3)>; 57 57 }; 58 58 59 - ps1-presence { 59 + event-ps1-presence { 60 60 label = "ps1-presence"; 61 61 gpios = <&gpio0 ASPEED_GPIO(E, 5) GPIO_ACTIVE_LOW>; 62 62 linux,code = <ASPEED_GPIO(E, 5)>; ··· 69 69 #size-cells = <0>; 70 70 poll-interval = <1000>; 71 71 72 - fan0-presence { 72 + event-fan0-presence { 73 73 label = "fan0-presence"; 74 74 gpios = <&pca0 4 GPIO_ACTIVE_LOW>; 75 75 linux,code = <4>; 76 76 }; 77 77 78 - fan1-presence { 78 + event-fan1-presence { 79 79 label = "fan1-presence"; 80 80 gpios = <&pca0 5 GPIO_ACTIVE_LOW>; 81 81 linux,code = <5>; 82 82 }; 83 83 84 - fan2-presence { 84 + event-fan2-presence { 85 85 label = "fan2-presence"; 86 86 gpios = <&pca0 6 GPIO_ACTIVE_LOW>; 87 87 linux,code = <6>; 88 88 }; 89 89 90 - fan3-presence { 90 + event-fan3-presence { 91 91 label = "fan3-presence"; 92 92 gpios = <&pca0 7 GPIO_ACTIVE_LOW>; 93 93 linux,code = <7>;
+2 -2
arch/arm/boot/dts/aspeed-bmc-opp-vesnin.dts
··· 63 63 gpio-keys { 64 64 compatible = "gpio-keys"; 65 65 66 - button_checkstop { 66 + event-checkstop { 67 67 label = "checkstop"; 68 68 linux,code = <74>; 69 69 gpios = <&gpio ASPEED_GPIO(P, 5) GPIO_ACTIVE_LOW>; 70 70 }; 71 71 72 - button_identify { 72 + event-identify { 73 73 label = "identify"; 74 74 linux,code = <152>; 75 75 gpios = <&gpio ASPEED_GPIO(O, 7) GPIO_ACTIVE_LOW>;
+8 -8
arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts
··· 51 51 gpio-keys { 52 52 compatible = "gpio-keys"; 53 53 54 - air-water { 54 + event-air-water { 55 55 label = "air-water"; 56 56 gpios = <&gpio ASPEED_GPIO(B, 5) GPIO_ACTIVE_LOW>; 57 57 linux,code = <ASPEED_GPIO(B, 5)>; 58 58 }; 59 59 60 - checkstop { 60 + event-checkstop { 61 61 label = "checkstop"; 62 62 gpios = <&gpio ASPEED_GPIO(J, 2) GPIO_ACTIVE_LOW>; 63 63 linux,code = <ASPEED_GPIO(J, 2)>; 64 64 }; 65 65 66 - ps0-presence { 66 + event-ps0-presence { 67 67 label = "ps0-presence"; 68 68 gpios = <&gpio ASPEED_GPIO(P, 7) GPIO_ACTIVE_LOW>; 69 69 linux,code = <ASPEED_GPIO(P, 7)>; 70 70 }; 71 71 72 - ps1-presence { 72 + event-ps1-presence { 73 73 label = "ps1-presence"; 74 74 gpios = <&gpio ASPEED_GPIO(N, 0) GPIO_ACTIVE_LOW>; 75 75 linux,code = <ASPEED_GPIO(N, 0)>; ··· 85 85 compatible = "gpio-keys-polled"; 86 86 poll-interval = <1000>; 87 87 88 - fan0-presence { 88 + event-fan0-presence { 89 89 label = "fan0-presence"; 90 90 gpios = <&pca0 4 GPIO_ACTIVE_LOW>; 91 91 linux,code = <4>; 92 92 }; 93 93 94 - fan1-presence { 94 + event-fan1-presence { 95 95 label = "fan1-presence"; 96 96 gpios = <&pca0 5 GPIO_ACTIVE_LOW>; 97 97 linux,code = <5>; 98 98 }; 99 99 100 - fan2-presence { 100 + event-fan2-presence { 101 101 label = "fan2-presence"; 102 102 gpios = <&pca0 6 GPIO_ACTIVE_LOW>; 103 103 linux,code = <6>; 104 104 }; 105 105 106 - fan3-presence { 106 + event-fan3-presence { 107 107 label = "fan3-presence"; 108 108 gpios = <&pca0 7 GPIO_ACTIVE_LOW>; 109 109 linux,code = <7>;
+2 -2
arch/arm/boot/dts/aspeed-bmc-opp-zaius.dts
··· 58 58 gpio-keys { 59 59 compatible = "gpio-keys"; 60 60 61 - checkstop { 61 + event-checkstop { 62 62 label = "checkstop"; 63 63 gpios = <&gpio ASPEED_GPIO(F, 7) GPIO_ACTIVE_LOW>; 64 64 linux,code = <ASPEED_GPIO(F, 7)>; 65 65 }; 66 66 67 - pcie-e2b-present{ 67 + event-pcie-e2b-present{ 68 68 label = "pcie-e2b-present"; 69 69 gpios = <&gpio ASPEED_GPIO(E, 7) GPIO_ACTIVE_LOW>; 70 70 linux,code = <ASPEED_GPIO(E, 7)>;