aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-powerpc-fsl-git
diff options
context:
space:
mode:
authorLeon Woestenberg <leon@sidebranch.com>2009-06-05 22:15:36 +0200
committerLeon Woestenberg <leon@sidebranch.com>2009-06-05 22:15:36 +0200
commitabedbebdf0d39348558d2ac580c8930fabe52c1a (patch)
tree380bdb388e81744a2730d7ad98d8f08d6136cb6d /recipes/linux/linux-powerpc-fsl-git
parent5a4a6ef271187ed28df8191af29e7fce43b43998 (diff)
downloadopenembedded-abedbebdf0d39348558d2ac580c8930fabe52c1a.tar.gz
linux-powerpc-fsl-git: Actually add the patch.
Diffstat (limited to 'recipes/linux/linux-powerpc-fsl-git')
-rw-r--r--recipes/linux/linux-powerpc-fsl-git/mpc8315e-rdb/mpc8315erdb-add-msi-to-dts.patch29
1 files changed, 29 insertions, 0 deletions
diff --git a/recipes/linux/linux-powerpc-fsl-git/mpc8315e-rdb/mpc8315erdb-add-msi-to-dts.patch b/recipes/linux/linux-powerpc-fsl-git/mpc8315e-rdb/mpc8315erdb-add-msi-to-dts.patch
new file mode 100644
index 0000000000..149ad3c1c5
--- /dev/null
+++ b/recipes/linux/linux-powerpc-fsl-git/mpc8315e-rdb/mpc8315erdb-add-msi-to-dts.patch
@@ -0,0 +1,29 @@
+Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
+Tested-by: Leon Woestenberg <leon@sidebranch.com>
+
+diff --git a/arch/powerpc/boot/dts/mpc8315erdb.dts b/arch/powerpc/boot/dts/mpc8315erdb.dts
+index 3f4c5fb..4f04667 100644
+--- a/arch/powerpc/boot/dts/mpc8315erdb.dts
++++ b/arch/powerpc/boot/dts/mpc8315erdb.dts
+@@ -322,6 +322,21 @@
+ reg = <0x700 0x100>;
+ device_type = "ipic";
+ };
++
++ ipic-msi@7c0 {
++ compatible = "fsl,ipic-msi";
++ reg = <0x7c0 0x40>;
++ msi-available-ranges = <0 0x100>;
++ interrupts = < 0x43 0x8
++ 0x4 0x8
++ 0x51 0x8
++ 0x52 0x8
++ 0x56 0x8
++ 0x57 0x8
++ 0x58 0x8
++ 0x59 0x8 >;
++ interrupt-parent = < &ipic >;
++ };
+ };
+
+ pci0: pci@e0008500 {