Skip to content

Commit

Permalink
arm/mach-mx2: add watchdog device to Phytec-boards
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Wolfram Sang authored and Sascha Hauer committed May 17, 2010
1 parent 3170ba5 commit f13899d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/mach-mx2/mach-pca100.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down
1 change: 1 addition & 0 deletions arch/arm/mach-mx2/mach-pcm038.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f13899d

Please sign in to comment.