[PATCH] powerpc: Add FSL SOC library and setup code
authorKumar Gala <galak@gate.crashing.org>
Fri, 13 Jan 2006 17:19:13 +0000 (11:19 -0600)
committerPaul Mackerras <paulus@samba.org>
Sat, 14 Jan 2006 00:13:22 +0000 (11:13 +1100)
commiteed320010872a11f5255b3d076e5b4f142af553d
tree68653741ed32150a7402f43c6a1adabeb8915f20
parentb8e383d592daaa35c944a9083ee92c995dce66ca
[PATCH] powerpc: Add FSL SOC library and setup code

Parse the flat device tree for devices on Freescale SOC's that we know
about (gianfar, gianfar_mdio, i2c, mpc83xx_wdt).  We need to setup
platform devices and platform data for these devices to match arch/ppc
usage.

Also add a helper function (get_immrbase) that reports the base
address of the MMIO registers on the SOC.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/sysdev/Makefile
arch/powerpc/sysdev/fsl_soc.c [new file with mode: 0644]
arch/powerpc/sysdev/fsl_soc.h [new file with mode: 0644]