Commit e6d356b1 authored by Rafał Miłecki's avatar Rafał Miłecki Committed by Florian Fainelli
Browse files

arm64: dts: broadcom: bcmbca: bcm4908: add TP-Link C2300 USB LED triggers



This device has 2 USB LEDs meant to be triggered by devices in relevant
USB ports.

While at it fix typo in USB LED name.

Signed-off-by: default avatarRafał Miłecki <rafal@milecki.pl>
Link: https://lore.kernel.org/all/20230228144520.21816-3-zajec5@gmail.com/


Signed-off-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
parent 889e53cc
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -64,12 +64,16 @@ led-usb2 {
			function = "usb2";
			color = <LED_COLOR_ID_BLUE>;
			gpios = <&gpio0 15 GPIO_ACTIVE_LOW>;
			trigger-sources = <&ohci_port1>, <&ehci_port1>;
			linux,default-trigger = "usbport";
		};

		led-usb3 {
			function = "usbd3";
			function = "usb3";
			color = <LED_COLOR_ID_BLUE>;
			gpios = <&gpio0 17 GPIO_ACTIVE_LOW>;
			trigger-sources = <&ohci_port2>, <&ehci_port2>, <&xhci_port2>;
			linux,default-trigger = "usbport";
		};

		led-brightness {