diff options
author | Andrew Lunn <andrew@lunn.ch> | 2012-06-10 09:20:06 -0400 |
---|---|---|
committer | Andrew Lunn <andrew@lunn.ch> | 2012-07-27 10:48:38 -0400 |
commit | 1e7bad0f5b91150fef78d732095ca84ca4a16585 (patch) | |
tree | e207c3b588a060914f75f811aff900d70209bce7 /arch/arm/mach-kirkwood | |
parent | e91cac0a7746b2ce9d4134098678e3cc8cbf032d (diff) |
ARM: Orion: DTify the watchdog timer.
Add device tree support to the Orion watchdog timer, and enable its
use in the kirkwood devices using device tree.
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Acked-by: Sebastian Hesselbarth <sebastian.hesselbarth@googlemail.com>
Tested-by: Simon Baatz <gmbnomis@gmail.com>
Diffstat (limited to 'arch/arm/mach-kirkwood')
-rw-r--r-- | arch/arm/mach-kirkwood/board-dt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-kirkwood/board-dt.c b/arch/arm/mach-kirkwood/board-dt.c index 24c8fdd174d1..aa229fc1cdc4 100644 --- a/arch/arm/mach-kirkwood/board-dt.c +++ b/arch/arm/mach-kirkwood/board-dt.c | |||
@@ -30,6 +30,7 @@ struct of_dev_auxdata kirkwood_auxdata_lookup[] __initdata = { | |||
30 | OF_DEV_AUXDATA("marvell,orion-spi", 0xf1010600, "orion_spi.0", NULL), | 30 | OF_DEV_AUXDATA("marvell,orion-spi", 0xf1010600, "orion_spi.0", NULL), |
31 | OF_DEV_AUXDATA("marvell,mv64xxx-i2c", 0xf1011000, "mv64xxx_i2c.0", | 31 | OF_DEV_AUXDATA("marvell,mv64xxx-i2c", 0xf1011000, "mv64xxx_i2c.0", |
32 | NULL), | 32 | NULL), |
33 | OF_DEV_AUXDATA("marvell,orion-wdt", 0xf1020300, "orion_wdt", NULL), | ||
33 | {}, | 34 | {}, |
34 | }; | 35 | }; |
35 | 36 | ||
@@ -55,7 +56,6 @@ static void __init kirkwood_dt_init(void) | |||
55 | kirkwood_clk_init(); | 56 | kirkwood_clk_init(); |
56 | 57 | ||
57 | /* internal devices that every board has */ | 58 | /* internal devices that every board has */ |
58 | kirkwood_wdt_init(); | ||
59 | kirkwood_xor0_init(); | 59 | kirkwood_xor0_init(); |
60 | kirkwood_xor1_init(); | 60 | kirkwood_xor1_init(); |
61 | kirkwood_crypto_init(); | 61 | kirkwood_crypto_init(); |