Remove upstreamed patches and refresh remaining ones. 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>
27 lines
597 B
Diff
27 lines
597 B
Diff
--- a/arch/arm64/boot/dts/rockchip/rk3399-rock-4c-plus.dts
|
|
+++ b/arch/arm64/boot/dts/rockchip/rk3399-rock-4c-plus.dts
|
|
@@ -17,6 +17,10 @@
|
|
ethernet0 = &gmac;
|
|
mmc0 = &sdhci;
|
|
mmc1 = &sdmmc;
|
|
+ led-boot = &led_blue;
|
|
+ led-failsafe = &led_blue;
|
|
+ led-running = &led_blue;
|
|
+ led-upgrade = &led_blue;
|
|
};
|
|
|
|
chosen {
|
|
@@ -44,11 +48,11 @@
|
|
};
|
|
|
|
/* USER_LED2 */
|
|
- led-1 {
|
|
+ led_blue: led-1 {
|
|
function = LED_FUNCTION_STATUS;
|
|
color = <LED_COLOR_ID_BLUE>;
|
|
+ default-state = "on";
|
|
gpios = <&gpio3 RK_PD5 GPIO_ACTIVE_HIGH>;
|
|
- linux,default-trigger = "heartbeat";
|
|
};
|
|
};
|
|
|