diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2017-08-02 06:40:41 +0200 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2017-08-07 10:38:54 -0700 |
commit | 0b1f11002a70abf958aacbf4c18858443f504986 (patch) | |
tree | 88d53c6bd3e9e90eaf8356270990da7aff62b0fd /arch/arm/boot/dts/bcm47094-luxul-xwr-3100.dts | |
parent | bbe526f55b60b76a22dfe43e7c8ffe18f5eb30a3 (diff) |
ARM: dts: BCM5301X: Specify USB ports for USB LEDs of few devices
This uses trigger-sources documented in commit 80dc6e1cd85fc ("dt-bindings:
leds: document new trigger-sources property") to specify USB ports. Such an
information can be used by operating system to setup LEDs behavior.
I updated dts files for 7 devices I own and I was able to test.
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Diffstat (limited to 'arch/arm/boot/dts/bcm47094-luxul-xwr-3100.dts')
-rw-r--r-- | arch/arm/boot/dts/bcm47094-luxul-xwr-3100.dts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/bcm47094-luxul-xwr-3100.dts b/arch/arm/boot/dts/bcm47094-luxul-xwr-3100.dts index 5f8621d00c50..bc1d1e10d4ac 100644 --- a/arch/arm/boot/dts/bcm47094-luxul-xwr-3100.dts +++ b/arch/arm/boot/dts/bcm47094-luxul-xwr-3100.dts @@ -59,6 +59,9 @@ usb3 { label = "bcm53xx:green:usb3"; gpios = <&chipcommon 8 GPIO_ACTIVE_LOW>; + trigger-sources = <&ohci_port1>, <&ehci_port1>, + <&xhci_port1>; + linux,default-trigger = "usbport"; }; status { |