diff options
author | Eric Bénard <eric@eukrea.com> | 2010-05-19 12:46:03 -0400 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2010-07-26 08:17:44 -0400 |
commit | ebfc7e6e13ea61d6f9b3e5353e63f4d185a516b9 (patch) | |
tree | 01f004659c3e3828aa72e3b0dbb36f158db62993 | |
parent | 9f2270da95aa0d19889d5511b1bb39465669b6aa (diff) |
mach-cpuimx27: register wdt and w1_master resources
Signed-off-by: Eric Bénard <eric@eukrea.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r-- | arch/arm/mach-mx2/mach-cpuimx27.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-mx2/mach-cpuimx27.c b/arch/arm/mach-mx2/mach-cpuimx27.c index 19877f13b89b..dc2dca3ff9b7 100644 --- a/arch/arm/mach-mx2/mach-cpuimx27.c +++ b/arch/arm/mach-mx2/mach-cpuimx27.c | |||
@@ -162,6 +162,8 @@ static struct mxc_nand_platform_data eukrea_cpuimx27_nand_board_info = { | |||
162 | static struct platform_device *platform_devices[] __initdata = { | 162 | static struct platform_device *platform_devices[] __initdata = { |
163 | &eukrea_cpuimx27_nor_mtd_device, | 163 | &eukrea_cpuimx27_nor_mtd_device, |
164 | &mxc_fec_device, | 164 | &mxc_fec_device, |
165 | &mxc_wdt, | ||
166 | &mxc_w1_master_device, | ||
165 | }; | 167 | }; |
166 | 168 | ||
167 | static struct imxi2c_platform_data eukrea_cpuimx27_i2c_1_data = { | 169 | static struct imxi2c_platform_data eukrea_cpuimx27_i2c_1_data = { |