Prechádzať zdrojové kódy

rockchip: rework LED configurations for the NanoPi R6C/R6S

This commits fixes the LED on the NanoPi R6 series
after changes in the DTS
https://lore.kernel.org/all/[email protected]
Reported by Github user: gSpotx2f

Signed-off-by: Antonio Flores <[email protected]>
Link: https://github.com/openwrt/openwrt/pull/16275
Signed-off-by: Hauke Mehrtens <[email protected]>
Antonio Flores 1 rok pred
rodič
commit
37cedc7e86

+ 4 - 7
target/linux/rockchip/armv8/base-files/etc/board.d/01_leds

@@ -13,6 +13,7 @@ friendlyarm,nanopi-r2c-plus|\
 friendlyarm,nanopi-r2s|\
 friendlyarm,nanopi-r4s|\
 friendlyarm,nanopi-r4s-enterprise|\
+friendlyarm,nanopi-r6c|\
 xunlong,orangepi-r1-plus|\
 xunlong,orangepi-r1-plus-lts)
 	ucidef_set_led_netdev "wan" "WAN" "green:wan" "eth0"
@@ -28,14 +29,10 @@ friendlyarm,nanopi-r5s)
 	ucidef_set_led_netdev "lan1" "LAN1" "green:lan-1" "eth1"
 	ucidef_set_led_netdev "lan2" "LAN2" "green:lan-2" "eth2"
 	;;
-friendlyarm,nanopi-r6c)
-	ucidef_set_led_netdev "wan" "WAN" "wan_led" "eth0"
-	ucidef_set_led_netdev "lan1" "LAN1" "lan1_led" "eth1"
-	;;
 friendlyarm,nanopi-r6s)
-	ucidef_set_led_netdev "wan" "WAN" "wan_led" "eth1"
-	ucidef_set_led_netdev "lan1" "LAN1" "lan1_led" "eth2"
-	ucidef_set_led_netdev "lan2" "LAN2" "lan2_led" "eth0"
+	ucidef_set_led_netdev "wan" "WAN" "green:wan" "eth1"
+	ucidef_set_led_netdev "lan1" "LAN1" "green:lan-1" "eth2"
+	ucidef_set_led_netdev "lan2" "LAN2" "green:lan-2" "eth0"
 	;;
 esac