summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/sysdev/Makefile
diff options
context:
space:
mode:
authorKumar Gala2006-01-13 18:19:13 +0100
committerPaul Mackerras2006-01-14 01:13:22 +0100
commiteed320010872a11f5255b3d076e5b4f142af553d (patch)
tree68653741ed32150a7402f43c6a1adabeb8915f20 /arch/powerpc/sysdev/Makefile
parent[PATCH] powerpc: Allow for ppc_md restart, power_off, and halt to be NULL (diff)
downloadkernel-qcow2-linux-eed320010872a11f5255b3d076e5b4f142af553d.tar.gz
kernel-qcow2-linux-eed320010872a11f5255b3d076e5b4f142af553d.tar.xz
kernel-qcow2-linux-eed320010872a11f5255b3d076e5b4f142af553d.zip
[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>
Diffstat (limited to 'arch/powerpc/sysdev/Makefile')
-rw-r--r--arch/powerpc/sysdev/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/sysdev/Makefile b/arch/powerpc/sysdev/Makefile
index 0ae841347a09..4c2b356774ea 100644
--- a/arch/powerpc/sysdev/Makefile
+++ b/arch/powerpc/sysdev/Makefile
@@ -7,3 +7,4 @@ obj-$(CONFIG_40x) += dcr.o
obj-$(CONFIG_U3_DART) += dart_iommu.o
obj-$(CONFIG_MMIO_NVRAM) += mmio_nvram.o
obj-$(CONFIG_PPC_83xx) += ipic.o
+obj-$(CONFIG_FSL_SOC) += fsl_soc.o