diff options
author | John Crispin <john@openwrt.org> | 2014-12-01 21:30:40 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-12-01 21:30:40 +0000 |
commit | b5675ad92a4d8801d4a90c761c0e77ac69750c0d (patch) | |
tree | 752bcf05ac216901d21d58ef171116c5db744afa /target/linux/kirkwood/patches-3.14 | |
parent | 9b5f5839066ff8958c0bb468623db3a82a9806be (diff) | |
download | mtk-20170518-b5675ad92a4d8801d4a90c761c0e77ac69750c0d.zip mtk-20170518-b5675ad92a4d8801d4a90c761c0e77ac69750c0d.tar.gz mtk-20170518-b5675ad92a4d8801d4a90c761c0e77ac69750c0d.tar.bz2 |
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.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 0abf1a1..eeed2a4 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 { |