diff options
author | John Crispin <blogic@openwrt.org> | 2014-12-01 21:30:40 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-12-01 21:30:40 +0000 |
commit | c3010861583f58e750c2c6276ada275cea430dca (patch) | |
tree | 4d03ad072d9333ff8bca526b1e6a4127ac813b7e /target/linux/kirkwood/patches-3.14/160-ea4500.patch | |
parent | 92a10265c427bdffe0b7da2f50395fe01a0c43b6 (diff) | |
download | master-187ad058-c3010861583f58e750c2c6276ada275cea430dca.tar.gz master-187ad058-c3010861583f58e750c2c6276ada275cea430dca.tar.bz2 master-187ad058-c3010861583f58e750c2c6276ada275cea430dca.zip |
kirkwood: enable mvsw6171 switch driver on EA4500
Signed-off-by: Claudio Leite <leitec@staticky.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43487 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/kirkwood/patches-3.14/160-ea4500.patch')
-rw-r--r-- | target/linux/kirkwood/patches-3.14/160-ea4500.patch | 13 |
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 { |