]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[POWERPC] mpc5200: Add generic support for simple MPC5200 based boards
authorMarian Balakowicz <m8@semihalf.com>
Thu, 15 Nov 2007 11:40:21 +0000 (22:40 +1100)
committerGrant Likely <grant.likely@secretlab.ca>
Sat, 19 Jan 2008 03:57:09 +0000 (20:57 -0700)
commit5b5820d08b8cc90ba0148bf8d4a5a1f792e9e8ba
tree6c5e744f235ea8dcf24fc937bdb015b75bedabdd
parent0238aa54b598af5919d82f6b196fd34f0182c78d
[POWERPC] mpc5200: Add generic support for simple MPC5200 based boards

This patch adds support for 'mpc5200-simple-platform' compatible
boards which do not need a platform specific setup. Such boards
are supported assuming the following:

- GPIO pins are configured by the firmware,
- CDM configuration (clocking) is setup correctly by firmware,
- if the 'fsl,has-wdt' property is present in one of the
  gpt nodes, then it is safe to use such gpt to reset the board,
- PCI is supported if enabled in the kernel configuration
  and if there is a PCI bus node defined in the device tree.

Signed-off-by: Marian Balakowicz <m8@semihalf.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
arch/powerpc/boot/dts/lite5200.dts
arch/powerpc/boot/dts/lite5200b.dts
arch/powerpc/platforms/52xx/Kconfig
arch/powerpc/platforms/52xx/Makefile
arch/powerpc/platforms/52xx/mpc5200_simple.c [new file with mode: 0644]