mirror of
https://github.com/Fishwaldo/build.git
synced 2025-04-04 05:01:24 +00:00
Remove already implemented patch
This commit is contained in:
parent
2d4de2d447
commit
c701ece323
1 changed files with 0 additions and 60 deletions
|
@ -1,60 +0,0 @@
|
||||||
From 08bffe9dba8b5c67437fb553335686ec22e3f8e8 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Russell King <rmk+kernel@armlinux.org.uk>
|
|
||||||
Date: Mon, 4 Jul 2016 10:17:28 +0100
|
|
||||||
Subject: [PATCH] ARM: dts: armada388-clearfog: number LAN ports properly
|
|
||||||
|
|
||||||
Currently, the ports as seen from the rear number as:
|
|
||||||
|
|
||||||
eth0 sfp lan5 lan4 lan3 lan2 lan1 lan6
|
|
||||||
|
|
||||||
which is illogical - this came about because the rev 2.0 boards have the
|
|
||||||
LEDs on the front for the DSA switch (lan5-1) reversed. Rev 2.1 boards
|
|
||||||
fixed the LED issue, and the Clearfog case numbers the lan ports
|
|
||||||
increasing from left to right.
|
|
||||||
|
|
||||||
Maintaining this illogical numbering causes confusion, with reports that
|
|
||||||
"my link isn't coming up" and "my connection negotiates 10base-Half"
|
|
||||||
both of which are due to people thinking that the port next to the SFP
|
|
||||||
is lan1.
|
|
||||||
|
|
||||||
Fix this by renumbering the ports to match people's expectations.
|
|
||||||
|
|
||||||
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
|
|
||||||
---
|
|
||||||
arch/arm/boot/dts/armada-388-clearfog.dts | 8 ++++----
|
|
||||||
1 file changed, 4 insertions(+), 4 deletions(-)
|
|
||||||
|
|
||||||
diff --git a/arch/arm/boot/dts/armada-388-clearfog.dts b/arch/arm/boot/dts/armada-388-clearfog.dts
|
|
||||||
index 8fa7b27..de3d1ea 100644
|
|
||||||
--- a/arch/arm/boot/dts/armada-388-clearfog.dts
|
|
||||||
+++ b/arch/arm/boot/dts/armada-388-clearfog.dts
|
|
||||||
@@ -400,12 +400,12 @@
|
|
||||||
|
|
||||||
port@0 {
|
|
||||||
reg = <0>;
|
|
||||||
- label = "lan1";
|
|
||||||
+ label = "lan5";
|
|
||||||
};
|
|
||||||
|
|
||||||
port@1 {
|
|
||||||
reg = <1>;
|
|
||||||
- label = "lan2";
|
|
||||||
+ label = "lan4";
|
|
||||||
};
|
|
||||||
|
|
||||||
port@2 {
|
|
||||||
@@ -415,12 +415,12 @@
|
|
||||||
|
|
||||||
port@3 {
|
|
||||||
reg = <3>;
|
|
||||||
- label = "lan4";
|
|
||||||
+ label = "lan2";
|
|
||||||
};
|
|
||||||
|
|
||||||
port@4 {
|
|
||||||
reg = <4>;
|
|
||||||
- label = "lan5";
|
|
||||||
+ label = "lan1";
|
|
||||||
};
|
|
||||||
|
|
||||||
port@5 {
|
|
Loading…
Add table
Reference in a new issue