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 | a8ca723b3bc5ed5b8d4b67406a9edd12f5408ef9 (patch) | |
tree | 21143998b480e96fec2cc15801e9d61af04db1bb /target/linux/mvebu/patches-3.18 | |
parent | de97391c61f21340b678bfcfd685aa3e808a342e (diff) | |
download | upstream-a8ca723b3bc5ed5b8d4b67406a9edd12f5408ef9.tar.gz upstream-a8ca723b3bc5ed5b8d4b67406a9edd12f5408ef9.tar.bz2 upstream-a8ca723b3bc5ed5b8d4b67406a9edd12f5408ef9.zip |
[mvebu]: enable swconfig and the mvsw6171 driver
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43854 3c298f89-4303-0410-b956-a3cf2f4a3e73
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"; |