diff --git a/target/linux/mediatek/dts/mt7986a-bananapi-bpi-r3-mini.dts b/target/linux/mediatek/dts/mt7986a-bananapi-bpi-r3-mini.dts index b83ebecf154..fdf6b8818ce 100644 --- a/target/linux/mediatek/dts/mt7986a-bananapi-bpi-r3-mini.dts +++ b/target/linux/mediatek/dts/mt7986a-bananapi-bpi-r3-mini.dts @@ -50,17 +50,22 @@ compatible = "gpio-leds"; status_led: led-0 { - label = "green:status"; + function = LED_FUNCTION_STATUS; + color = ; gpios = <&pio 19 GPIO_ACTIVE_HIGH>; }; led-1 { - label = "blue:wlan2g"; + function = LED_FUNCTION_WLAN; + color = ; + function-enumerator = <1>; gpios = <&pio 1 GPIO_ACTIVE_HIGH>; }; led-2 { - label = "blue:wlan5g"; + function = LED_FUNCTION_WLAN; + color = ; + function-enumerator = <2>; gpios = <&pio 2 GPIO_ACTIVE_HIGH>; }; };