kernel: backport mtd patches with Broadcom of_match_table-s
[openwrt/openwrt.git] / target / linux / bcm53xx / patches-4.14 / 035-v4.15-0001-ARM-dts-BCM5301X-Specify-USB-ports-for-USB-LED-of-Lu.patch
1 From 2460266f21f140936e627f28f28d1a4f30887ae9 Mon Sep 17 00:00:00 2001
2 From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= <rafal@milecki.pl>
3 Date: Fri, 6 Oct 2017 10:52:35 +0200
4 Subject: [PATCH] ARM: dts: BCM5301X: Specify USB ports for USB LED of Luxul
5 XWR-1200
6 MIME-Version: 1.0
7 Content-Type: text/plain; charset=UTF-8
8 Content-Transfer-Encoding: 8bit
9
10 This info can be used by operating system to setup LED behavior.
11
12 Reported-by: Dan Haab <dhaab@luxul.com>
13 Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
14 Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
15 ---
16 arch/arm/boot/dts/bcm47081-luxul-xwr-1200.dts | 3 ++-
17 1 file changed, 2 insertions(+), 1 deletion(-)
18
19 --- a/arch/arm/boot/dts/bcm47081-luxul-xwr-1200.dts
20 +++ b/arch/arm/boot/dts/bcm47081-luxul-xwr-1200.dts
21 @@ -57,7 +57,8 @@
22 usb {
23 label = "bcm53xx:green:usb";
24 gpios = <&chipcommon 8 GPIO_ACTIVE_LOW>;
25 - linux,default-trigger = "none";
26 + trigger-sources = <&ohci_port2>, <&ehci_port2>;
27 + linux,default-trigger = "usbport";
28 };
29
30 status {