diff options
author | John Crispin <john@openwrt.org> | 2015-02-17 20:28:36 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-02-17 20:28:36 +0000 |
commit | 7cfc88bac8ccda1019f19ab62c429f7b67217033 (patch) | |
tree | 092e774d61bf5842e37e70e11350976399efde50 /target/linux/mpc85xx/patches-3.18/150-powerpc-85xx-fix-etsec-ranges.patch | |
parent | ef87acc6a5fe04b8cd6424588f969d038c8c1e1e (diff) | |
download | upstream-7cfc88bac8ccda1019f19ab62c429f7b67217033.tar.gz upstream-7cfc88bac8ccda1019f19ab62c429f7b67217033.tar.bz2 upstream-7cfc88bac8ccda1019f19ab62c429f7b67217033.zip |
mpc85xx: add v3.18 support
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 44485
Diffstat (limited to 'target/linux/mpc85xx/patches-3.18/150-powerpc-85xx-fix-etsec-ranges.patch')
-rw-r--r-- | target/linux/mpc85xx/patches-3.18/150-powerpc-85xx-fix-etsec-ranges.patch | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/target/linux/mpc85xx/patches-3.18/150-powerpc-85xx-fix-etsec-ranges.patch b/target/linux/mpc85xx/patches-3.18/150-powerpc-85xx-fix-etsec-ranges.patch new file mode 100644 index 0000000000..1b93356bc8 --- /dev/null +++ b/target/linux/mpc85xx/patches-3.18/150-powerpc-85xx-fix-etsec-ranges.patch @@ -0,0 +1,30 @@ +--- a/arch/powerpc/boot/dts/fsl/pq3-etsec2-0.dtsi ++++ b/arch/powerpc/boot/dts/fsl/pq3-etsec2-0.dtsi +@@ -50,6 +50,7 @@ ethernet@b0000 { + fsl,num_tx_queues = <0x8>; + fsl,magic-packet; + local-mac-address = [ 00 00 00 00 00 00 ]; ++ ranges; + + queue-group@b0000 { + #address-cells = <1>; +--- a/arch/powerpc/boot/dts/fsl/pq3-etsec2-1.dtsi ++++ b/arch/powerpc/boot/dts/fsl/pq3-etsec2-1.dtsi +@@ -50,6 +50,7 @@ ethernet@b1000 { + fsl,num_tx_queues = <0x8>; + fsl,magic-packet; + local-mac-address = [ 00 00 00 00 00 00 ]; ++ ranges; + + queue-group@b1000 { + #address-cells = <1>; +--- a/arch/powerpc/boot/dts/fsl/pq3-etsec2-2.dtsi ++++ b/arch/powerpc/boot/dts/fsl/pq3-etsec2-2.dtsi +@@ -49,6 +49,7 @@ ethernet@b2000 { + fsl,num_tx_queues = <0x8>; + fsl,magic-packet; + local-mac-address = [ 00 00 00 00 00 00 ]; ++ ranges; + + queue-group@b2000 { + #address-cells = <1>; |