浏览代码

arm/mach-mx2: add watchdog device to Phytec-boards

Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Cc: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Wolfram Sang 15 年之前
父节点
当前提交
f13899da00
共有 2 个文件被更改,包括 2 次插入0 次删除
  1. 1 0
      arch/arm/mach-mx2/mach-pca100.c
  2. 1 0
      arch/arm/mach-mx2/mach-pcm038.c

+ 1 - 0
arch/arm/mach-mx2/mach-pca100.c

@@ -145,6 +145,7 @@ static struct mxc_nand_platform_data pca100_nand_board_info = {
 static struct platform_device *platform_devices[] __initdata = {
 	&mxc_w1_master_device,
 	&mxc_fec_device,
+	&mxc_wdt,
 };
 
 static struct imxi2c_platform_data pca100_i2c_1_data = {

+ 1 - 0
arch/arm/mach-mx2/mach-pcm038.c

@@ -182,6 +182,7 @@ static struct platform_device *platform_devices[] __initdata = {
 	&mxc_w1_master_device,
 	&mxc_fec_device,
 	&pcm038_sram_mtd_device,
+	&mxc_wdt,
 };
 
 /* On pcm038 there's a sram attached to CS1, we enable the chipselect here and