Skip to content

Commit eef5f2d

Browse files
neuschaefermaddy-kerneldev
authored andcommitted
powerpc: wii: Fix GPIO key name pattern
Adjust the names of GPIO key nodes to comply with the schema in Documentation/devicetree/bindings/input/gpio-keys.yaml. Signed-off-by: J. Neuschäfer <j.ne@posteo.net> Signed-off-by: Madhavan Srinivasan <maddy@linux.ibm.com> Link: https://patch.msgid.link/20260311-wii-schema-v1-2-1563ac4aefa8@posteo.net
1 parent 0b98eed commit eef5f2d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

arch/powerpc/boot/dts/wii.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,13 +256,13 @@
256256
gpio-keys {
257257
compatible = "gpio-keys";
258258

259-
power {
259+
button-power {
260260
label = "Power Button";
261261
gpios = <&GPIO 0 GPIO_ACTIVE_HIGH>;
262262
linux,code = <KEY_POWER>;
263263
};
264264

265-
eject {
265+
button-eject {
266266
label = "Eject Button";
267267
gpios = <&GPIO 6 GPIO_ACTIVE_HIGH>;
268268
linux,code = <KEY_EJECTCD>;

0 commit comments

Comments
 (0)