Skip to content

Commit 31618e0

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 <[email protected]> Signed-off-by: Madhavan Srinivasan <[email protected]> Link: https://patch.msgid.link/[email protected]
1 parent 4f43974 commit 31618e0

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)