Merge pull request #424 from BU-Automation/fix/dts-rename-eb-led-to-em

arm64: dts: ti: k3-am623-pfc-750-84xx: fix LED name 'eb' to 'em'
This commit is contained in:
Andrej UNRAU
2026-03-10 15:57:18 +01:00
committed by GitHub Enterprise
@@ -105,22 +105,22 @@
default-state = "off";
};
lb60_9: eb-red@9 {
label = "eb-red";
lb60_9: em-red@9 {
label = "em-red";
reg = <9>;
color = <LED_COLOR_ID_RED>;
default-state = "off";
};
lb60_10: eb-green@10 {
label = "eb-green";
lb60_10: em-green@10 {
label = "em-green";
reg = <10>;
color = <LED_COLOR_ID_GREEN>;
default-state = "off";
};
lb60_11: eb-blue@11 {
label = "eb-blue";
lb60_11: em-blue@11 {
label = "em-blue";
reg = <11>;
color = <LED_COLOR_ID_BLUE>;
default-state = "off";
@@ -323,9 +323,9 @@
max-brightness = <255>;
};
eb_led: eb-led {
em_led: em-led {
compatible = "leds-group-multicolor";
label = "eb";
label = "em";
color = <LED_COLOR_ID_RGB>;
function = LED_FUNCTION_INDICATOR;
default-state = "off";