[ARM] 4443/1: OSIRIS: Add watchdog device to machine devices

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>
This commit is contained in:
Ben Dooks 2007-06-06 09:53:00 +01:00 committed by Russell King
parent c362aecdb5
commit 55ba86bc6c
1 changed files with 1 additions and 0 deletions

View File

@ -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,
};