mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 14:13:16 +00:00
bb73ff25c3
Copy patches and config from 5.15 kernel version. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
17 lines
408 B
Diff
17 lines
408 B
Diff
--- a/arch/arm64/boot/dts/rockchip/rk3399-nanopi-r4s.dts
|
|
+++ b/arch/arm64/boot/dts/rockchip/rk3399-nanopi-r4s.dts
|
|
@@ -19,6 +19,13 @@
|
|
model = "FriendlyElec NanoPi R4S";
|
|
compatible = "friendlyarm,nanopi-r4s", "rockchip,rk3399";
|
|
|
|
+ aliases {
|
|
+ led-boot = &sys_led;
|
|
+ led-failsafe = &sys_led;
|
|
+ led-running = &sys_led;
|
|
+ led-upgrade = &sys_led;
|
|
+ };
|
|
+
|
|
/delete-node/ display-subsystem;
|
|
|
|
gpio-leds {
|