Skip to content

Commit e6d356b

Browse files
Rafał Miłeckiffainelli
authored andcommitted
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: Rafał Miłecki <[email protected]> Link: https://lore.kernel.org/all/[email protected]/ Signed-off-by: Florian Fainelli <[email protected]>
1 parent 889e53c commit e6d356b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

arch/arm64/boot/dts/broadcom/bcmbca/bcm4906-tplink-archer-c2300-v1.dts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,16 @@
6464
function = "usb2";
6565
color = <LED_COLOR_ID_BLUE>;
6666
gpios = <&gpio0 15 GPIO_ACTIVE_LOW>;
67+
trigger-sources = <&ohci_port1>, <&ehci_port1>;
68+
linux,default-trigger = "usbport";
6769
};
6870

6971
led-usb3 {
70-
function = "usbd3";
72+
function = "usb3";
7173
color = <LED_COLOR_ID_BLUE>;
7274
gpios = <&gpio0 17 GPIO_ACTIVE_LOW>;
75+
trigger-sources = <&ohci_port2>, <&ehci_port2>, <&xhci_port2>;
76+
linux,default-trigger = "usbport";
7377
};
7478

7579
led-brightness {

0 commit comments

Comments
 (0)