diff options
| author | Shiji Yang | 2024-06-19 10:52:03 +0000 |
|---|---|---|
| committer | Nick Hainke | 2024-06-20 12:02:13 +0000 |
| commit | 66b41c4afd3d1cd7a674c773a5dd4025fe1cd0fb (patch) | |
| tree | 99037b68640607df2a423d4e73484681f525710c | |
| parent | 0a07a3a13dae4a59808359341493416f3653dcce (diff) | |
| download | openwrt-66b41c4afd3d1cd7a674c773a5dd4025fe1cd0fb.tar.gz | |
ath79: add back usb LED label for NETGEAR WNDR3x00 devices
The "reset-leds" driver does not support parsing color and function
properties.
Signed-off-by: Shiji Yang <yangshiji66@qq.com>
| -rw-r--r-- | target/linux/ath79/dts/ar7161_netgear_wndr.dtsi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/ath79/dts/ar7161_netgear_wndr.dtsi b/target/linux/ath79/dts/ar7161_netgear_wndr.dtsi index bc280976cb..0afa989ee3 100644 --- a/target/linux/ath79/dts/ar7161_netgear_wndr.dtsi +++ b/target/linux/ath79/dts/ar7161_netgear_wndr.dtsi @@ -19,8 +19,7 @@ compatible = "reset-leds"; usb_led { - function = LED_FUNCTION_USB; - color = <LED_COLOR_ID_GREEN>; + label = "green:usb"; resets = <&rst 12>; trigger-sources = <&usb_ohci_port>, <&usb_ehci_port>; linux,default-trigger = "usbport"; |