]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
powerpc: dts: mpc8315erdb: Rename LED nodes to comply with schema
authorJ. Neuschäfer <j.ne@posteo.net>
Tue, 3 Mar 2026 15:50:53 +0000 (16:50 +0100)
committerMadhavan Srinivasan <maddy@linux.ibm.com>
Sat, 7 Mar 2026 10:32:27 +0000 (16:02 +0530)
The leds-gpio.yaml schema requires that GPIO LED nodes contain "led",
and preferably start with "led-"

Signed-off-by: J. Neuschäfer <j.ne@posteo.net>
Signed-off-by: Madhavan Srinivasan <maddy@linux.ibm.com>
Link: https://patch.msgid.link/20260303-mpc83xx-cleanup-v2-3-187d3a13effa@posteo.net
arch/powerpc/boot/dts/mpc8315erdb.dts

index 1957b6687b29871961ec6dc79206d808ae8f76ef..f4938a7292b9c88b5e091711b62414311aae4343 100644 (file)
        leds {
                compatible = "gpio-leds";
 
-               pwr {
+               led-pwr {
                        gpios = <&mcu_pio 0 0>;
                        default-state = "on";
                };
 
-               hdd {
+               led-hdd {
                        gpios = <&mcu_pio 1 0>;
                        linux,default-trigger = "disk-activity";
                };