Skip to content

Commit 461d536

Browse files
neuschaefermaddy-kerneldev
authored andcommitted
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 <j.ne@posteo.net> Signed-off-by: Madhavan Srinivasan <maddy@linux.ibm.com> Link: https://patch.msgid.link/20260311-wii-schema-v1-3-1563ac4aefa8@posteo.net
1 parent eef5f2d commit 461d536

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/powerpc/boot/dts/wii.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@
246246
compatible = "gpio-leds";
247247

248248
/* This is the blue LED in the disk drive slot */
249-
drive-slot {
249+
led-0 {
250250
label = "wii:blue:drive_slot";
251251
gpios = <&GPIO 5 GPIO_ACTIVE_HIGH>;
252252
panic-indicator;

0 commit comments

Comments
 (0)