From e0144ef9a3e973e04cd240fb200d4498651b1ee4 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Mon, 27 Nov 2023 11:05:22 +0100 Subject: [PATCH] board/aarch64: alder: Swap LED colors on 1G ports On the P2's the only reasonable way (in terms of hardware patching effort) of driving the LEDs is to have the green LEDs at the top and the yellow ones at the bottom. --- board/aarch64/dts/alder/alder.dtsi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/board/aarch64/dts/alder/alder.dtsi b/board/aarch64/dts/alder/alder.dtsi index b8719536..ee3ef461 100644 --- a/board/aarch64/dts/alder/alder.dtsi +++ b/board/aarch64/dts/alder/alder.dtsi @@ -411,14 +411,14 @@ led@0 { \ reg = <0>; \ function = "tp"; \ - color = ; \ - default-state = "off"; \ + color = ; \ + default-state = "keep"; \ }; \ led@1 { \ reg = <1>; \ function = "tp"; \ - color = ; \ - default-state = "keep"; \ + color = ; \ + default-state = "off"; \ }; \ }; \ }