mirror of
https://github.com/cjdelisle/openwrt.git
synced 2025-08-29 15:03:23 +00:00
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: Tianling Shen <cnsztl@immortalwrt.org> Link: https://github.com/openwrt/openwrt/pull/18683 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
15 lines
335 B
Diff
15 lines
335 B
Diff
--- a/arch/arm64/boot/dts/rockchip/rk3566-nanopi-r3s.dts
|
|
+++ b/arch/arm64/boot/dts/rockchip/rk3566-nanopi-r3s.dts
|
|
@@ -24,6 +24,11 @@
|
|
ethernet0 = &gmac1;
|
|
mmc0 = &sdhci;
|
|
mmc1 = &sdmmc0;
|
|
+
|
|
+ led-boot = &power_led;
|
|
+ led-failsafe = &power_led;
|
|
+ led-running = &power_led;
|
|
+ led-upgrade = &power_led;
|
|
};
|
|
|
|
chosen: chosen {
|