diff options
author | Luka Perkov <luka@openwrt.org> | 2015-01-18 16:45:01 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2015-01-18 16:45:01 +0000 |
commit | 34f6c6fc3809e3a5ecaf7698b048741d1792ba2b (patch) | |
tree | f4a5d3abdaac8635e70ae3e400d85bb76aa9aa25 /target/linux/kirkwood/patches-3.14/170-ea3500.patch | |
parent | d41d7cc19909037156a74a4a06cfa3ffe3a6c992 (diff) | |
download | upstream-34f6c6fc3809e3a5ecaf7698b048741d1792ba2b.tar.gz upstream-34f6c6fc3809e3a5ecaf7698b048741d1792ba2b.tar.bz2 upstream-34f6c6fc3809e3a5ecaf7698b048741d1792ba2b.zip |
kirkwood: enable switch on Linksys EA3500
Signed-off-by: Claudio Leite <leitec@staticky.com>
SVN-Revision: 44036
Diffstat (limited to 'target/linux/kirkwood/patches-3.14/170-ea3500.patch')
-rw-r--r-- | target/linux/kirkwood/patches-3.14/170-ea3500.patch | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/target/linux/kirkwood/patches-3.14/170-ea3500.patch b/target/linux/kirkwood/patches-3.14/170-ea3500.patch index ac4f45ca3e..58e7a1fbd1 100644 --- a/target/linux/kirkwood/patches-3.14/170-ea3500.patch +++ b/target/linux/kirkwood/patches-3.14/170-ea3500.patch @@ -10,7 +10,7 @@ kirkwood-guruplug-server-plus.dtb \ --- /dev/null +++ b/arch/arm/boot/dts/kirkwood-ea3500.dts -@@ -0,0 +1,149 @@ +@@ -0,0 +1,160 @@ +/* + * kirkwood-ea3500.dts - Device Tree file for Linksys EA3500 + * @@ -112,6 +112,17 @@ + gpios = <&gpio0 7 GPIO_ACTIVE_HIGH>; + }; + }; ++ ++ mvsw61xx { ++ compatible = "marvell,88e6171"; ++ status = "okay"; ++ reg = <0x10>; ++ ++ mii-bus = <&mdio>; ++ cpu-port-0 = <5>; ++ cpu-port-1 = <6>; ++ is-indirect; ++ }; +}; + +&nand { |