Commit 226cc022 authored by Rafał Miłecki's avatar Rafał Miłecki Committed by Florian Fainelli

ARM: dts: BCM5301X: Fix LAN LED labels for Luxul XWR-3100

They were named incorrectly most likely due to copy & paste mistake.
Signed-off-by: default avatarRafał Miłecki <rafal@milecki.pl>
Signed-off-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
parent 7b790d3b
...@@ -31,13 +31,13 @@ power { ...@@ -31,13 +31,13 @@ power {
}; };
lan3 { lan3 {
label = "bcm53xx:green:lan1"; label = "bcm53xx:green:lan3";
gpios = <&chipcommon 1 GPIO_ACTIVE_LOW>; gpios = <&chipcommon 1 GPIO_ACTIVE_LOW>;
linux,default-trigger = "default-off"; linux,default-trigger = "default-off";
}; };
lan4 { lan4 {
label = "bcm53xx:green:lan0"; label = "bcm53xx:green:lan4";
gpios = <&chipcommon 2 GPIO_ACTIVE_LOW>; gpios = <&chipcommon 2 GPIO_ACTIVE_LOW>;
linux,default-trigger = "default-off"; linux,default-trigger = "default-off";
}; };
...@@ -49,7 +49,7 @@ wan { ...@@ -49,7 +49,7 @@ wan {
}; };
lan1 { lan1 {
label = "bcm53xx:green:lan3"; label = "bcm53xx:green:lan1";
gpios = <&chipcommon 4 GPIO_ACTIVE_LOW>; gpios = <&chipcommon 4 GPIO_ACTIVE_LOW>;
linux,default-trigger = "default-off"; linux,default-trigger = "default-off";
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment