diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2015-12-10 12:11:39 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2015-12-10 12:11:39 +0000 |
commit | 618fae4a7f899ff52e8d7961f938eab9504c095d (patch) | |
tree | 87792ea7917f8c587b906df674f27ff899108afe /target/linux/mvebu/patches-4.4/003-add_switch_nodes.patch | |
parent | 8466384db1154a107b86bf3ca10b166a21bd81d0 (diff) | |
download | master-187ad058-618fae4a7f899ff52e8d7961f938eab9504c095d.tar.gz master-187ad058-618fae4a7f899ff52e8d7961f938eab9504c095d.tar.bz2 master-187ad058-618fae4a7f899ff52e8d7961f938eab9504c095d.zip |
mvebu: add support for 4.4-rc
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47819 3c298f89-4303-0410-b956-a3cf2f4a3e73
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.patch | 40 |
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 { |