On Apr 28, 2011, at 2:00 AM, Prabhakar Kushwaha wrote:
Create the dts files for each core and splits the devices between the =
two cores
for P1020RDB.
=20
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.
=20
MPIC is shared between two cores but each core will protect its =
interrupts from
other core by using "protected-sources" of mpic.
=20
Fix compatible property for global-util node of P1020si.dtsi.
=20
Signed-off-by: Prabhakar Kushwaha <redacted>
---
Based upon =
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git(branc=
h master)
=20
This patch depends on following patch
"powerpc/85xx: P1020 DTS : re-organize dts files"
=20
arch/powerpc/boot/dts/p1020rdb_camp_core0.dts | 213 =
+++++++++++++++++++++++++
arch/powerpc/boot/dts/p1020rdb_camp_core1.dts | 148 +++++++++++++++++
arch/powerpc/boot/dts/p1020si.dtsi | 2 +-
3 files changed, 362 insertions(+), 1 deletions(-)
create mode 100644 arch/powerpc/boot/dts/p1020rdb_camp_core0.dts
create mode 100644 arch/powerpc/boot/dts/p1020rdb_camp_core1.dts
applied to next
- k=