]> git.karo-electronics.de Git - karo-tx-linux.git/commit
powerpc/85xx: Create dts for each core in CAMP mode for P2020RDB
authorPoonam Aggrwal <poonam.aggrwal@freescale.com>
Sat, 19 Sep 2009 17:13:56 +0000 (22:43 +0530)
committerKumar Gala <galak@kernel.crashing.org>
Thu, 12 Nov 2009 03:43:12 +0000 (21:43 -0600)
commitdc2e673dbcbaebdf84c09956b85c3be3a8b7bd02
tree7b5c6af518780a8837d08024a1de3b3df9f7c00b
parentb79ddf2c2dba44114d150c7758002ef29e693086
powerpc/85xx: Create dts for each core in CAMP mode for P2020RDB

This patch creates the dts files for each core and splits the devices
between the two cores for P2020RDB.

core0 has memory, L2, i2c, spi, dma1, usb, eth0, eth1, crypto,
global-util, pci0,
core1 has L2, dma2, eth0, pci1, msi.

MPIC is shared between two cores but each core will protect its
interrupts from other core by using "protected-sources" of mpic.

Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/boot/dts/p2020rdb_camp_core0.dts [new file with mode: 0644]
arch/powerpc/boot/dts/p2020rdb_camp_core1.dts [new file with mode: 0644]
arch/powerpc/platforms/85xx/mpc85xx_rdb.c