This is an automatically generated commit which aids following Kernel patch history, as git will see the move and copy as a rename thus defeating the purpose. For the original discussion see: https://lists.openwrt.org/pipermail/openwrt-devel/2023-October/041673.html Signed-off-by: Stefan Kalscheuer <stefan@stklcode.de> Link: https://github.com/openwrt/openwrt/pull/18975 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
22 lines
766 B
Diff
22 lines
766 B
Diff
From: Tomasz Maciej Nowak <tmn505@gmail.com>
|
|
Date: Fri, 7 Jul 2023 19:06:05 +0200
|
|
Subject: [PATCH] arm64: dts: marvell: enable heartbeat LED by default
|
|
|
|
Some boards could be placed in an enclosure, so enable LED18 by default,
|
|
since that'll be the only visible indicator that the board is operating.
|
|
|
|
Signed-off-by: Tomasz Maciej Nowak <tmn505@gmail.com>
|
|
---
|
|
arch/arm64/boot/dts/marvell/armada-8040-mcbin-singleshot.dts | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
--- a/arch/arm64/boot/dts/marvell/armada-8040-mcbin-singleshot.dts
|
|
+++ b/arch/arm64/boot/dts/marvell/armada-8040-mcbin-singleshot.dts
|
|
@@ -25,6 +25,7 @@
|
|
function = LED_FUNCTION_HEARTBEAT;
|
|
color = <LED_COLOR_ID_GREEN>;
|
|
linux,default-trigger = "heartbeat";
|
|
+ default-state = "on";
|
|
};
|
|
};
|
|
};
|