diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2015-01-05 15:02:18 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2015-01-05 15:02:18 +0000 |
commit | bfa1f18bfbe0113eccff80161b98b93f5a91c26c (patch) | |
tree | 90739a69271e89fdf4d08ae4ad5b253c27caea9f /target/linux/mvebu/patches-3.18 | |
parent | b898695bdd3ed4b41703a665f69e8631c0bb1a3e (diff) | |
download | upstream-bfa1f18bfbe0113eccff80161b98b93f5a91c26c.tar.gz upstream-bfa1f18bfbe0113eccff80161b98b93f5a91c26c.tar.bz2 upstream-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/patches-3.18')
-rw-r--r-- | target/linux/mvebu/patches-3.18/140-alias_mdio_node.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/mvebu/patches-3.18/140-alias_mdio_node.patch b/target/linux/mvebu/patches-3.18/140-alias_mdio_node.patch new file mode 100644 index 0000000000..4d3c49883e --- /dev/null +++ b/target/linux/mvebu/patches-3.18/140-alias_mdio_node.patch @@ -0,0 +1,11 @@ +--- a/arch/arm/boot/dts/armada-370-xp.dtsi ++++ b/arch/arm/boot/dts/armada-370-xp.dtsi +@@ -232,7 +232,7 @@ + status = "disabled"; + }; + +- mdio { ++ mdio: mdio { + #address-cells = <1>; + #size-cells = <0>; + compatible = "marvell,orion-mdio"; |