Skip to content

Commit 889e53c

Browse files
Rafał Miłeckiffainelli
authored andcommitted
arm64: dts: broadcom: bcmbca: bcm4908: add Netgear R8000P USB LED triggers
This device has 2 USB LEDs meant to be triggered by devices in relevant USB ports. 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 477cad7 commit 889e53c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

arch/arm64/boot/dts/broadcom/bcmbca/bcm4906-netgear-r8000p.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,16 @@
5858
function = "usb2";
5959
color = <LED_COLOR_ID_WHITE>;
6060
gpios = <&gpio0 17 GPIO_ACTIVE_LOW>;
61+
trigger-sources = <&ohci_port1>, <&ehci_port1>;
62+
linux,default-trigger = "usbport";
6163
};
6264

6365
led-usb3 {
6466
function = "usb3";
6567
color = <LED_COLOR_ID_WHITE>;
6668
gpios = <&gpio0 18 GPIO_ACTIVE_LOW>;
69+
trigger-sources = <&ohci_port2>, <&ehci_port2>, <&xhci_port2>;
70+
linux,default-trigger = "usbport";
6771
};
6872

6973
led-wifi {

0 commit comments

Comments
 (0)