Skip to content

Commit 207c479

Browse files
neuschaefermaddy-kerneldev
authored andcommitted
powerpc: dts: mpc8315erdb: Rename LED nodes to comply with schema
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
1 parent ac0648b commit 207c479

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

arch/powerpc/boot/dts/mpc8315erdb.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -478,12 +478,12 @@
478478
leds {
479479
compatible = "gpio-leds";
480480

481-
pwr {
481+
led-pwr {
482482
gpios = <&mcu_pio 0 0>;
483483
default-state = "on";
484484
};
485485

486-
hdd {
486+
led-hdd {
487487
gpios = <&mcu_pio 1 0>;
488488
linux,default-trigger = "disk-activity";
489489
};

0 commit comments

Comments
 (0)