From: "J. Neuschäfer" <[email protected]>

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 <[email protected]>
---
 arch/powerpc/boot/dts/wii.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/powerpc/boot/dts/wii.dts b/arch/powerpc/boot/dts/wii.dts
index 57d428b1f78740..473d9feb9cdb83 100644
--- a/arch/powerpc/boot/dts/wii.dts
+++ b/arch/powerpc/boot/dts/wii.dts
@@ -246,7 +246,7 @@ gpio-leds {
                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;

-- 
2.51.0



Reply via email to