aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mpc85xx/patches-3.14/130-mpc8548_cds_disable_i8259_irq.patch
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2014-11-19 09:20:55 +0000
committerJohn Crispin <blogic@openwrt.org>2014-11-19 09:20:55 +0000
commitc3e4dee7574a5d6bcdcf913fa7ec5d2e61d35f45 (patch)
tree29a09118a5e8048d861b11963e1a53fdbbc03ab2 /target/linux/mpc85xx/patches-3.14/130-mpc8548_cds_disable_i8259_irq.patch
parent7d83bcf0bf1a66a8e956bdcb75c3e8a275b94eee (diff)
downloadupstream-c3e4dee7574a5d6bcdcf913fa7ec5d2e61d35f45.tar.gz
upstream-c3e4dee7574a5d6bcdcf913fa7ec5d2e61d35f45.tar.bz2
upstream-c3e4dee7574a5d6bcdcf913fa7ec5d2e61d35f45.zip
mpc85xx: add 3.14 kernel support for mpc85xx platform
This patch adds 3.14 kernel support for the mpc85xx platform. Works fine here with a TL-WDR4900 which seems to be the only supported device using this platform. There might be differences depending on HW version, therefore I'd ask others to test too. Changes to 3.10 missing config options added to 3.14 config file patch 001: rebased patch 100: rebased patch 110: rebased patch 120: rebased patch 130: rebased patch 140: minor adjustment patch 200: removed, change went upstream patch 210: rebased patch 220: removed, change went upstream patch 750: new, fixes an issue with ethernet port autoneg being disabled due to changes in kernel phy handling Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43308 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/mpc85xx/patches-3.14/130-mpc8548_cds_disable_i8259_irq.patch')
-rw-r--r--target/linux/mpc85xx/patches-3.14/130-mpc8548_cds_disable_i8259_irq.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/target/linux/mpc85xx/patches-3.14/130-mpc8548_cds_disable_i8259_irq.patch b/target/linux/mpc85xx/patches-3.14/130-mpc8548_cds_disable_i8259_irq.patch
new file mode 100644
index 0000000000..7d9e63c750
--- /dev/null
+++ b/target/linux/mpc85xx/patches-3.14/130-mpc8548_cds_disable_i8259_irq.patch
@@ -0,0 +1,13 @@
+--- a/arch/powerpc/boot/dts/mpc8548cds.dtsi
++++ b/arch/powerpc/boot/dts/mpc8548cds.dtsi
+@@ -289,8 +289,10 @@
+ #address-cells = <0>;
+ #interrupt-cells = <2>;
+ compatible = "chrp,iic";
++/*
+ interrupts = <0 1 0 0>;
+ interrupt-parent = <&mpic>;
++*/
+ };
+
+ rtc@70 {