Commit 31618e0e authored by J. Neuschäfer's avatar J. Neuschäfer Committed by Madhavan Srinivasan
Browse files

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: default avatarJ. Neuschäfer <j.ne@posteo.net>
Signed-off-by: default avatarMadhavan Srinivasan <maddy@linux.ibm.com>
Link: https://patch.msgid.link/20260303-mpc83xx-cleanup-v2-3-187d3a13effa@posteo.net
parent 4f439747
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -478,12 +478,12 @@ pcie@0 {
	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";
		};