mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-22 04:56:15 +00:00
bbf1c300c8
Backport ir-receiver/minipcie/poweroff/spi/usb-c support and other minor fixes for the NanoPC T6 board. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org> Link: https://github.com/openwrt/openwrt/pull/16443 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
23 lines
555 B
Diff
23 lines
555 B
Diff
--- a/arch/arm64/boot/dts/rockchip/rk3588-nanopc-t6.dtsi
|
|
+++ b/arch/arm64/boot/dts/rockchip/rk3588-nanopc-t6.dtsi
|
|
@@ -20,6 +20,10 @@
|
|
aliases {
|
|
mmc0 = &sdhci;
|
|
mmc1 = &sdmmc;
|
|
+ led-boot = &sys_led;
|
|
+ led-failsafe = &sys_led;
|
|
+ led-running = &sys_led;
|
|
+ led-upgrade = &sys_led;
|
|
};
|
|
|
|
adc-keys-0 {
|
|
@@ -53,7 +57,7 @@
|
|
sys_led: led-0 {
|
|
gpios = <&gpio2 RK_PB7 GPIO_ACTIVE_HIGH>;
|
|
label = "system-led";
|
|
- linux,default-trigger = "heartbeat";
|
|
+ default-state = "on";
|
|
pinctrl-names = "default";
|
|
pinctrl-0 = <&sys_led_pin>;
|
|
};
|