mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-08 14:03:06 +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>
17 lines
453 B
Diff
17 lines
453 B
Diff
--- a/arch/arm64/boot/dts/rockchip/rk3399-nanopc-t4.dts
|
|
+++ b/arch/arm64/boot/dts/rockchip/rk3399-nanopc-t4.dts
|
|
@@ -15,6 +15,13 @@
|
|
model = "FriendlyElec NanoPC-T4";
|
|
compatible = "friendlyarm,nanopc-t4", "rockchip,rk3399";
|
|
|
|
+ aliases {
|
|
+ led-boot = &status_led;
|
|
+ led-failsafe = &status_led;
|
|
+ led-running = &status_led;
|
|
+ led-upgrade = &status_led;
|
|
+ };
|
|
+
|
|
vcc12v0_sys: vcc12v0-sys {
|
|
compatible = "regulator-fixed";
|
|
regulator-always-on;
|