From 1f75fdeac0a4b84a912286d33247740af8346f25 Mon Sep 17 00:00:00 2001 From: Andrej Unrau Date: Tue, 10 Mar 2026 14:50:51 +0100 Subject: [PATCH] arm64: dts: ti: k3-am623-pfc-750-84xx: fix LED name 'eb' to 'em' The LED on the PFC400 interaction board was incorrectly named 'eb'. Rename all occurrences (node names, labels, and multicolor group) to the correct name 'em'. Signed-off-by: Andrej Unrau --- .../ti/k3-am623-pfc-750-84xx-interaction.dtsi | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/arch/arm64/boot/dts/ti/k3-am623-pfc-750-84xx-interaction.dtsi b/arch/arm64/boot/dts/ti/k3-am623-pfc-750-84xx-interaction.dtsi index 091a41fd0a9c..c69a237ce1f0 100644 --- a/arch/arm64/boot/dts/ti/k3-am623-pfc-750-84xx-interaction.dtsi +++ b/arch/arm64/boot/dts/ti/k3-am623-pfc-750-84xx-interaction.dtsi @@ -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 = ; default-state = "off"; }; - lb60_10: eb-green@10 { - label = "eb-green"; + lb60_10: em-green@10 { + label = "em-green"; reg = <10>; color = ; default-state = "off"; }; - lb60_11: eb-blue@11 { - label = "eb-blue"; + lb60_11: em-blue@11 { + label = "em-blue"; reg = <11>; color = ; 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 = ; function = LED_FUNCTION_INDICATOR; default-state = "off";