diff options
author | Prabhakar Kushwaha <prabhakar@freescale.com> | 2011-04-28 03:00:00 -0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2011-05-19 02:36:21 -0400 |
commit | 41cd08560bbf8371bbd00e783e992b0dc7e7c83d (patch) | |
tree | 0b870954332ef09311f8b6d9c8911b81b7d85c44 /arch/powerpc/boot/dts/p1020si.dtsi | |
parent | bc99d09abe14b4841454701c47e45f22444a890a (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.dtsi | 2 |
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 @@ | |||
343 | }; | 343 | }; |
344 | 344 | ||
345 | global-utilities@e0000 { //global utilities block | 345 | global-utilities@e0000 { //global utilities block |
346 | compatible = "fsl,p1020-guts"; | 346 | compatible = "fsl,p1020-guts","fsl,p2020-guts"; |
347 | reg = <0xe0000 0x1000>; | 347 | reg = <0xe0000 0x1000>; |
348 | fsl,has-rstcr; | 348 | fsl,has-rstcr; |
349 | }; | 349 | }; |