diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-02-21 17:48:31 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-02-21 17:48:31 +0000 |
commit | 96cd75dc05256f550a3b8a829b34c7bd1cd66156 (patch) | |
tree | 6fb965568cd0aab9b4e5c4a4010971180a5f9b6b /target/linux/mpc85xx/patches-3.8/130-mpc8548_cds_disable_i8259_irq.patch | |
parent | 14ba941bf14ddb1d6b66a7fdbb583bb000c726c5 (diff) |
mpc85xx: add support for 3.8
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35729 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/mpc85xx/patches-3.8/130-mpc8548_cds_disable_i8259_irq.patch')
-rw-r--r-- | target/linux/mpc85xx/patches-3.8/130-mpc8548_cds_disable_i8259_irq.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/target/linux/mpc85xx/patches-3.8/130-mpc8548_cds_disable_i8259_irq.patch b/target/linux/mpc85xx/patches-3.8/130-mpc8548_cds_disable_i8259_irq.patch new file mode 100644 index 000000000..9b2c7bbb6 --- /dev/null +++ b/target/linux/mpc85xx/patches-3.8/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 +@@ -293,8 +293,10 @@ + #address-cells = <0>; + #interrupt-cells = <2>; + compatible = "chrp,iic"; ++/* + interrupts = <0 1 0 0>; + interrupt-parent = <&mpic>; ++*/ + }; + + rtc@70 { |