Commit 55ba86bc authored by Ben Dooks's avatar Ben Dooks Committed by Russell King

[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: default avatarBen Dooks <ben-linux@fluff.org>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent c362aecd
......@@ -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,
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment