[PATCH 2/3] powerpc: wii: Fix GPIO key name pattern

From: J. Neuschäfer via B4 Relay

Date: Wed Mar 11 2026 - 13:36:25 EST


From: "J. Neuschäfer" <j.ne@xxxxxxxxxx>

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@xxxxxxxxxx>
---
arch/powerpc/boot/dts/wii.dts | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/powerpc/boot/dts/wii.dts b/arch/powerpc/boot/dts/wii.dts
index e001c4c6fd79ad..57d428b1f78740 100644
--- a/arch/powerpc/boot/dts/wii.dts
+++ b/arch/powerpc/boot/dts/wii.dts
@@ -256,13 +256,13 @@ drive-slot {
gpio-keys {
compatible = "gpio-keys";

- power {
+ button-power {
label = "Power Button";
gpios = <&GPIO 0 GPIO_ACTIVE_HIGH>;
linux,code = <KEY_POWER>;
};

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

--
2.51.0