aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mvebu/patches-4.4/003-add_switch_nodes.patch
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2015-12-10 12:11:39 +0000
committerImre Kaloz <kaloz@openwrt.org>2015-12-10 12:11:39 +0000
commit5ebd542e37333a71ef23f61f86f97c7b3905c819 (patch)
tree586bbb68a965ff81d5d2012dde6ae46a36e4319b /target/linux/mvebu/patches-4.4/003-add_switch_nodes.patch
parentb17844d21af30b467e108c765c7010eba2b2b28e (diff)
downloadupstream-5ebd542e37333a71ef23f61f86f97c7b3905c819.tar.gz
upstream-5ebd542e37333a71ef23f61f86f97c7b3905c819.tar.bz2
upstream-5ebd542e37333a71ef23f61f86f97c7b3905c819.zip
mvebu: add support for 4.4-rc
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 47819
Diffstat (limited to 'target/linux/mvebu/patches-4.4/003-add_switch_nodes.patch')
-rw-r--r--target/linux/mvebu/patches-4.4/003-add_switch_nodes.patch40
1 files changed, 40 insertions, 0 deletions
diff --git a/target/linux/mvebu/patches-4.4/003-add_switch_nodes.patch b/target/linux/mvebu/patches-4.4/003-add_switch_nodes.patch
new file mode 100644
index 0000000000..bb170f6617
--- /dev/null
+++ b/target/linux/mvebu/patches-4.4/003-add_switch_nodes.patch
@@ -0,0 +1,40 @@
+--- a/arch/arm/boot/dts/armada-xp-linksys-mamba.dts
++++ b/arch/arm/boot/dts/armada-xp-linksys-mamba.dts
+@@ -465,6 +465,16 @@
+ };
+ };
+ };
++
++ mvsw61xx {
++ compatible = "marvell,88e6172";
++ status = "okay";
++ reg = <0x10>;
++
++ mii-bus = <&mdio>;
++ cpu-port-0 = <5>;
++ cpu-port-1 = <6>;
++ };
+ };
+
+ &pinctrl {
+--- a/arch/arm/boot/dts/armada-385-linksys.dtsi
++++ b/arch/arm/boot/dts/armada-385-linksys.dtsi
+@@ -307,6 +307,18 @@
+ };
+ };
+ };
++
++ mvsw61xx {
++ #address-cells = <1>;
++ #size-cells = <0>;
++ compatible = "marvell,88e6176";
++ status = "okay";
++ reg = <0x10>;
++
++ mii-bus = <&mdio>;
++ cpu-port-0 = <5>;
++ cpu-port-1 = <6>;
++ };
+ };
+
+ &pinctrl {