summaryrefslogtreecommitdiff
path: root/arch/arm/plat-mxc
diff options
context:
space:
mode:
authorRob Herring <r.herring@freescale.com>2010-02-15 13:42:23 -0600
committerAlejandro Gonzalez <alex.gonzalez@digi.com>2010-05-25 10:44:19 +0200
commit49f8d7511147a2f0296d78f402b6e49412f08ccc (patch)
treee2e17494016464addc7c77c79541512a304ed4d3 /arch/arm/plat-mxc
parent5f8e11fb72a1aa84a025b18e94fdce959743bdec (diff)
ENGR00120957-1 mx51: restructure device resources and registration
Separate resources and platform devices from platform data. Move platform data and device registration to board files. Signed-off-by: Rob Herring <r.herring@freescale.com> Signed-off-by: Alejandro Gonzalez <alex.gonzalez@digi.com>
Diffstat (limited to 'arch/arm/plat-mxc')
-rw-r--r--arch/arm/plat-mxc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-mxc/Makefile b/arch/arm/plat-mxc/Makefile
index 49eaf043d8f6..0a76967e3af3 100644
--- a/arch/arm/plat-mxc/Makefile
+++ b/arch/arm/plat-mxc/Makefile
@@ -3,7 +3,7 @@
#
# Common support
-obj-y := cpu.o cpu_common.o gpio.o clock.o wdog.o snoop.o io.o time.o
+obj-y := cpu.o cpu_common.o gpio.o clock.o wdog.o snoop.o io.o time.o devices.o
obj-$(CONFIG_IRAM_ALLOC) += iram.o