mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-06 13:58:53 +00:00
dcd2367349
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. See: https://lists.openwrt.org/pipermail/openwrt-devel/2023-October/041673.html for the original discussion. Signed-off-by: Antonio Flores <antflores627@gmail.com>
25 lines
631 B
Diff
25 lines
631 B
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: Marius Durbaca <mariusd84@gmail.com>
|
|
Date: Tue Feb 27 16:25:27 2024 +0200
|
|
Subject: [PATCH] arm64: dts: rockchip: Update LED properties for Radxa
|
|
E25
|
|
|
|
Add OpenWrt's LED aliases for showing system status.
|
|
|
|
Signed-off-by: Marius Durbaca <mariusd84@gmail.com>
|
|
---
|
|
|
|
--- a/arch/arm64/boot/dts/rockchip/rk3568-radxa-e25.dts
|
|
+++ b/arch/arm64/boot/dts/rockchip/rk3568-radxa-e25.dts
|
|
@@ -9,6 +9,10 @@
|
|
|
|
aliases {
|
|
mmc1 = &sdmmc0;
|
|
+ led-boot = &led_user;
|
|
+ led-failsafe = &led_user;
|
|
+ led-running = &led_user;
|
|
+ led-upgrade = &led_user;
|
|
};
|
|
|
|
pwm-leds {
|