aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/kirkwood/patches-3.14
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-12-01 21:30:40 +0000
committerJohn Crispin <john@openwrt.org>2014-12-01 21:30:40 +0000
commitb5675ad92a4d8801d4a90c761c0e77ac69750c0d (patch)
tree752bcf05ac216901d21d58ef171116c5db744afa /target/linux/kirkwood/patches-3.14
parent9b5f5839066ff8958c0bb468623db3a82a9806be (diff)
downloadupstream-b5675ad92a4d8801d4a90c761c0e77ac69750c0d.tar.gz
upstream-b5675ad92a4d8801d4a90c761c0e77ac69750c0d.tar.bz2
upstream-b5675ad92a4d8801d4a90c761c0e77ac69750c0d.zip
kirkwood: enable mvsw6171 switch driver on EA4500
Signed-off-by: Claudio Leite <leitec@staticky.com> SVN-Revision: 43487
Diffstat (limited to 'target/linux/kirkwood/patches-3.14')
-rw-r--r--target/linux/kirkwood/patches-3.14/160-ea4500.patch13
1 files changed, 12 insertions, 1 deletions
diff --git a/target/linux/kirkwood/patches-3.14/160-ea4500.patch b/target/linux/kirkwood/patches-3.14/160-ea4500.patch
index 0abf1a1c7c..eeed2a4f69 100644
--- a/target/linux/kirkwood/patches-3.14/160-ea4500.patch
+++ b/target/linux/kirkwood/patches-3.14/160-ea4500.patch
@@ -10,7 +10,7 @@
kirkwood-ib62x0.dtb \
--- /dev/null
+++ b/arch/arm/boot/dts/kirkwood-ea4500.dts
-@@ -0,0 +1,156 @@
+@@ -0,0 +1,167 @@
+/*
+ * kirkwood-ea4500.dts - Device Tree file for Linksys EA4500
+ *
@@ -120,6 +120,17 @@
+ gpios = <&gpio0 14 GPIO_ACTIVE_HIGH>;
+ };
+ };
++
++ mvsw6171 {
++ compatible = "marvell,88e6171";
++ status = "okay";
++ reg = <0x10>;
++
++ mii-bus = <&mdio>;
++ cpu-port-0 = <5>;
++ cpu-port-1 = <6>;
++ is-indirect;
++ };
+};
+
+&nand {