ag71xx: Fix rx ring buffer stall on small packets flood on qca956x and qca953x.
[openwrt/openwrt.git] / target / linux / bcm53xx / patches-4.9 / 032-0002-ARM-BCM5301X-Fix-LAN-LED-labels-for-Luxul-XWR-3100.patch
1 From 24e24f72379638d598aec5d0525ef57d5bfc5c51 Mon Sep 17 00:00:00 2001
2 From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= <rafal@milecki.pl>
3 Date: Wed, 7 Dec 2016 08:56:51 +0100
4 Subject: [PATCH 2/6] ARM: BCM5301X: Fix LAN LED labels for Luxul XWR-3100
5 MIME-Version: 1.0
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
8
9 They were named incorrectly most likely due to copy & paste mistake.
10
11 Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
12 Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
13 ---
14 arch/arm/boot/dts/bcm47094-luxul-xwr-3100.dts | 6 +++---
15 1 file changed, 3 insertions(+), 3 deletions(-)
16
17 --- a/arch/arm/boot/dts/bcm47094-luxul-xwr-3100.dts
18 +++ b/arch/arm/boot/dts/bcm47094-luxul-xwr-3100.dts
19 @@ -31,13 +31,13 @@
20 };
21
22 lan3 {
23 - label = "bcm53xx:green:lan1";
24 + label = "bcm53xx:green:lan3";
25 gpios = <&chipcommon 1 GPIO_ACTIVE_LOW>;
26 linux,default-trigger = "default-off";
27 };
28
29 lan4 {
30 - label = "bcm53xx:green:lan0";
31 + label = "bcm53xx:green:lan4";
32 gpios = <&chipcommon 2 GPIO_ACTIVE_LOW>;
33 linux,default-trigger = "default-off";
34 };
35 @@ -49,7 +49,7 @@
36 };
37
38 lan1 {
39 - label = "bcm53xx:green:lan3";
40 + label = "bcm53xx:green:lan1";
41 gpios = <&chipcommon 4 GPIO_ACTIVE_LOW>;
42 linux,default-trigger = "default-off";
43 };