diff options
author | John Crispin <john@openwrt.org> | 2015-02-24 11:59:35 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-02-24 11:59:35 +0000 |
commit | 1175e83f5050aae6c421b4c8b272deef1a61e7f6 (patch) | |
tree | 9d34ce034e38327fadde837c3241f64222a21664 /target/linux/mpc85xx/patches-3.19/150-powerpc-85xx-fix-etsec-ranges.patch | |
parent | ae9999a76683e3d1670932f494e33c902c6f27d1 (diff) | |
download | mtk-20170518-1175e83f5050aae6c421b4c8b272deef1a61e7f6.zip mtk-20170518-1175e83f5050aae6c421b4c8b272deef1a61e7f6.tar.gz mtk-20170518-1175e83f5050aae6c421b4c8b272deef1a61e7f6.tar.bz2 |
mpc85xx: add 3.19 support
It took very little to make the TL-WDR4900 work under 3.19:
- config is the same as for 3.18
- only patch 210 had to be refreshed, the other patches are
the same as for 3.18
- in /etc/config/wireless the path options need to be prefixed
with "platform/" ('platform/ffe09000.pci/...')
Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
SVN-Revision: 44517
Diffstat (limited to 'target/linux/mpc85xx/patches-3.19/150-powerpc-85xx-fix-etsec-ranges.patch')
-rw-r--r-- | target/linux/mpc85xx/patches-3.19/150-powerpc-85xx-fix-etsec-ranges.patch | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/target/linux/mpc85xx/patches-3.19/150-powerpc-85xx-fix-etsec-ranges.patch b/target/linux/mpc85xx/patches-3.19/150-powerpc-85xx-fix-etsec-ranges.patch new file mode 100644 index 0000000..1b93356 --- /dev/null +++ b/target/linux/mpc85xx/patches-3.19/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>; |