forked from luck/tmp_suning_uos_patched
[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:
parent
c362aecdb5
commit
55ba86bc6c
@ -249,6 +249,7 @@ static struct platform_device osiris_pcmcia = {
|
|||||||
|
|
||||||
static struct platform_device *osiris_devices[] __initdata = {
|
static struct platform_device *osiris_devices[] __initdata = {
|
||||||
&s3c_device_i2c,
|
&s3c_device_i2c,
|
||||||
|
&s3c_device_wdt,
|
||||||
&s3c_device_nand,
|
&s3c_device_nand,
|
||||||
&osiris_pcmcia,
|
&osiris_pcmcia,
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user