summaryrefslogtreecommitdiff
path: root/arch/powerpc/boot/dts/p1020si.dtsi
diff options
context:
space:
mode:
authorPrabhakar Kushwaha <prabhakar@freescale.com>2011-04-28 12:30:00 +0530
committerKumar Gala <galak@kernel.crashing.org>2011-05-19 01:36:21 -0500
commit41cd08560bbf8371bbd00e783e992b0dc7e7c83d (patch)
tree0b870954332ef09311f8b6d9c8911b81b7d85c44 /arch/powerpc/boot/dts/p1020si.dtsi
parentbc99d09abe14b4841454701c47e45f22444a890a (diff)
powerpc/85xx: Create dts of each core in CAMP mode for P1020RDB
Create the dts files for each core and splits the devices between the two cores for P1020RDB. Core0 has core0 to have memory, l2, i2c, spi, gpio, tdm, dma, usb, eth1, eth2, sdhc, crypto, global-util, message, pci0, pci1, msi. Core1 has l2, eth0, crypto. MPIC is shared between two cores but each core will protect its interrupts from other core by using "protected-sources" of mpic. Fix compatible property for global-util node of P1020si.dtsi. Signed-off-by: Prabhakar Kushwaha <prabhakar@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/boot/dts/p1020si.dtsi')
-rw-r--r--arch/powerpc/boot/dts/p1020si.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/boot/dts/p1020si.dtsi b/arch/powerpc/boot/dts/p1020si.dtsi
index f6f110096c5f..5c5acb66c3fc 100644
--- a/arch/powerpc/boot/dts/p1020si.dtsi
+++ b/arch/powerpc/boot/dts/p1020si.dtsi
@@ -343,7 +343,7 @@
};
global-utilities@e0000 { //global utilities block
- compatible = "fsl,p1020-guts";
+ compatible = "fsl,p1020-guts","fsl,p2020-guts";
reg = <0xe0000 0x1000>;
fsl,has-rstcr;
};