From: J. Neuschäfer Date: Wed, 11 Mar 2026 17:35:58 +0000 (+0100) Subject: powerpc: wii: Fix LED name pattern X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=47a05517c6edbf5160ce1bff107c10b76aa09ef7;p=thirdparty%2Flinux.git powerpc: wii: Fix LED name pattern Adjust the name of the drive slot LED node to comply with the schema in Documentation/devicetree/bindings/leds/leds-gpio.yaml. arch/powerpc/boot/dts/wii.dtb: gpio-leds: 'drive-slot' does not match any of the regexes: '(^led-[0-9a-f]$|led)', 'pinctrl-[0-9]+' Signed-off-by: J. Neuschäfer Signed-off-by: Madhavan Srinivasan Link: https://patch.msgid.link/20260311-wii-schema-v1-3-1563ac4aefa8@posteo.net --- diff --git a/arch/powerpc/boot/dts/wii.dts b/arch/powerpc/boot/dts/wii.dts index 57d428b1f7874..473d9feb9cdb8 100644 --- a/arch/powerpc/boot/dts/wii.dts +++ b/arch/powerpc/boot/dts/wii.dts @@ -246,7 +246,7 @@ compatible = "gpio-leds"; /* This is the blue LED in the disk drive slot */ - drive-slot { + led-0 { label = "wii:blue:drive_slot"; gpios = <&GPIO 5 GPIO_ACTIVE_HIGH>; panic-indicator;