Skip to content

Commit 7f2815c

Browse files
Patrice ChotardAlexandre Torgue
authored andcommitted
ARM: dts: stm32: Add red LED for stm32mp157c-ed1 board
Add led-red node for stm32mp157c-ed1. This LED is used as status LED in U-Boot. Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com> Link: https://lore.kernel.org/r/20251113-upstream_update_led_nodes-v2-12-45090db9e2e5@foss.st.com Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
1 parent 31f0d9a commit 7f2815c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

arch/arm/boot/dts/st/stm32mp157c-ed1.dts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,12 @@
8181
function = LED_FUNCTION_HEARTBEAT;
8282
color = <LED_COLOR_ID_BLUE>;
8383
};
84+
85+
led-red {
86+
function = LED_FUNCTION_STATUS;
87+
color = <LED_COLOR_ID_RED>;
88+
gpios = <&gpioa 13 GPIO_ACTIVE_LOW>;
89+
};
8490
};
8591

8692
sd_switch: regulator-sd_switch {

0 commit comments

Comments
 (0)