mvebu: mcbin-singleshot: enable hearbeat LED by default
[openwrt/openwrt.git] / target / linux / mvebu / patches-5.15 / 314-arm64-dts-marvell-enable-heartbeat-LED-by-default.patch
1 From: Tomasz Maciej Nowak <tmn505@gmail.com>
2 Date: Fri, 7 Jul 2023 19:06:05 +0200
3 Subject: [PATCH] arm64: dts: marvell: enable heartbeat LED by default
4
5 Some boards could be placed in an enclosure, so enable LED18 by default,
6 since that'll be the only visible indicator that the board is operating.
7
8 Signed-off-by: Tomasz Maciej Nowak <tmn505@gmail.com>
9 ---
10 arch/arm64/boot/dts/marvell/armada-8040-mcbin-singleshot.dts | 1 +
11 1 file changed, 1 insertion(+)
12
13 --- a/arch/arm64/boot/dts/marvell/armada-8040-mcbin-singleshot.dts
14 +++ b/arch/arm64/boot/dts/marvell/armada-8040-mcbin-singleshot.dts
15 @@ -25,6 +25,7 @@
16 function = LED_FUNCTION_HEARTBEAT;
17 color = <LED_COLOR_ID_GREEN>;
18 linux,default-trigger = "heartbeat";
19 + default-state = "on";
20 };
21 };
22 };