Skip to content

Commit

Permalink
[ARM] 4443/1: OSIRIS: Add watchdog device to machine devices
Browse files Browse the repository at this point in the history
Add the watchdog timer to the list of devices
the Osiris registers at startup.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Ben Dooks authored and Russell King committed Jun 11, 2007
1 parent c362aec commit 55ba86b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/mach-s3c2440/mach-osiris.c
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ static struct platform_device osiris_pcmcia = {

static struct platform_device *osiris_devices[] __initdata = {
&s3c_device_i2c,
&s3c_device_wdt,
&s3c_device_nand,
&osiris_pcmcia,
};
Expand Down

0 comments on commit 55ba86b

Please sign in to comment.