From 2a9e87ea75b30a452eb8ea25bfabfa477db7c2e3 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 31 Oct 2023 09:40:24 +0100 Subject: [PATCH] board/aarch64: alder: Update LED mapping Also, blink the red boot LED during the kernel boot phase. --- board/aarch64/dts/alder/alder.dtsi | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/board/aarch64/dts/alder/alder.dtsi b/board/aarch64/dts/alder/alder.dtsi index 31c75cd7..8137c0d6 100644 --- a/board/aarch64/dts/alder/alder.dtsi +++ b/board/aarch64/dts/alder/alder.dtsi @@ -585,25 +585,27 @@ gpios = <&GPIO_LED3R>; }; - led-dbgg { - function = LED_FUNCTION_DEBUG; + led-bootg { + function = LED_FUNCTION_BOOT; color = ; gpios = <&GPIO_LED4G>; }; - led-dbgr { - function = LED_FUNCTION_DEBUG; + led-bootr { + function = LED_FUNCTION_BOOT; color = ; gpios = <&GPIO_LED4R>; + default-state = "on"; + linux,default-trigger = "timer"; }; - led-vin1_alert { + led-vin1-alert { function = "power-1"; color = ; gpios = <&GPIO_LED_VIN1_ALERT>; }; - led-vin2_alert { + led-vin2-alert { function = "power-2"; color = ; gpios = <&GPIO_LED_VIN2_ALERT>;