From b17844d21af30b467e108c765c7010eba2b2b28e Mon Sep 17 00:00:00 2001 From: Imre Kaloz Date: Thu, 10 Dec 2015 12:08:13 +0000 Subject: mvebu: add support for 4.1 and switch over Signed-off-by: Imre Kaloz SVN-Revision: 47818 --- .../mvebu/patches-4.1/003-add_switch_nodes.patch | 40 ++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 target/linux/mvebu/patches-4.1/003-add_switch_nodes.patch (limited to 'target/linux/mvebu/patches-4.1/003-add_switch_nodes.patch') diff --git a/target/linux/mvebu/patches-4.1/003-add_switch_nodes.patch b/target/linux/mvebu/patches-4.1/003-add_switch_nodes.patch new file mode 100644 index 0000000000..bb170f6617 --- /dev/null +++ b/target/linux/mvebu/patches-4.1/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 { -- cgit v1.2.3