Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

authored by

J. Neuschäfer and committed by
Madhavan Srinivasan
31618e0e 4f439747

+2 -2
+2 -2
arch/powerpc/boot/dts/mpc8315erdb.dts
··· 478 478 leds { 479 479 compatible = "gpio-leds"; 480 480 481 - pwr { 481 + led-pwr { 482 482 gpios = <&mcu_pio 0 0>; 483 483 default-state = "on"; 484 484 }; 485 485 486 - hdd { 486 + led-hdd { 487 487 gpios = <&mcu_pio 1 0>; 488 488 linux,default-trigger = "disk-activity"; 489 489 };