summaryrefslogtreecommitdiffstats
path: root/target/linux/mvebu/files
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2015-01-05 15:02:18 +0000
committerImre Kaloz <kaloz@openwrt.org>2015-01-05 15:02:18 +0000
commitbfa1f18bfbe0113eccff80161b98b93f5a91c26c (patch)
tree90739a69271e89fdf4d08ae4ad5b253c27caea9f /target/linux/mvebu/files
parentb898695bdd3ed4b41703a665f69e8631c0bb1a3e (diff)
downloadmaster-31e0f0ae-bfa1f18bfbe0113eccff80161b98b93f5a91c26c.tar.gz
master-31e0f0ae-bfa1f18bfbe0113eccff80161b98b93f5a91c26c.tar.bz2
master-31e0f0ae-bfa1f18bfbe0113eccff80161b98b93f5a91c26c.zip
enable swconfig and the mvsw6171 driver
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 43854
Diffstat (limited to 'target/linux/mvebu/files')
-rw-r--r--target/linux/mvebu/files/arch/arm/boot/dts/armada-xp-mamba.dts15
1 files changed, 11 insertions, 4 deletions
diff --git a/target/linux/mvebu/files/arch/arm/boot/dts/armada-xp-mamba.dts b/target/linux/mvebu/files/arch/arm/boot/dts/armada-xp-mamba.dts
index d2d19ecc72..08af15cb26 100644
--- a/target/linux/mvebu/files/arch/arm/boot/dts/armada-xp-mamba.dts
+++ b/target/linux/mvebu/files/arch/arm/boot/dts/armada-xp-mamba.dts
@@ -116,10 +116,6 @@
status = "okay";
};
- mdio {
- status = "disabled";
- };
-
ethernet@70000 {
pinctrl-0 = <&pmx_ge0>;
pinctrl-names = "default";
@@ -279,4 +275,15 @@
gpio-fan,speed-map = <0 0
4500 1>;
};
+
+ mvsw6172 {
+ compatible = "marvell,88e6171";
+ status = "okay";
+ reg = <0x10>;
+
+ mii-bus = <&mdio>;
+ cpu-port-0 = <5>;
+ cpu-port-1 = <6>;
+ };
+
};