aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-ux500/devices-db8500.c
diff options
context:
space:
mode:
authorJonas Aaberg <jonas.aberg@stericsson.com>2011-09-21 10:02:50 +0200
committerRobert Marklund <robert.marklund@stericsson.com>2011-10-05 13:00:22 +0200
commitf025b193a6ac249f67509e152197aaca42b6e6e0 (patch)
tree8f11432c22e740fa0f6edc97c97d59efc6c8deb0 /arch/arm/mach-ux500/devices-db8500.c
parentba96925217a8010c0b52a72830ee84f724ee7b7b (diff)
u8500: watchdog: Reset to mainline status
Change-Id: I14fd6f9990e3fe58671ff256baa8e6dfa0376b1f Signed-off-by: Jonas Aaberg <jonas.aberg@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/32087
Diffstat (limited to 'arch/arm/mach-ux500/devices-db8500.c')
-rw-r--r--arch/arm/mach-ux500/devices-db8500.c29
1 files changed, 0 insertions, 29 deletions
diff --git a/arch/arm/mach-ux500/devices-db8500.c b/arch/arm/mach-ux500/devices-db8500.c
index 0353a14d02a..583ed2b104d 100644
--- a/arch/arm/mach-ux500/devices-db8500.c
+++ b/arch/arm/mach-ux500/devices-db8500.c
@@ -275,35 +275,6 @@ struct platform_device ux500_b2r2_device = {
};
/*
- * WATCHDOG
- */
-
-static struct resource ux500_wdt_resources[] = {
- [0] = {
- .start = U8500_TWD_BASE,
- .end = U8500_TWD_BASE+0x37,
- .flags = IORESOURCE_MEM,
- },
- [1] = {
- .start = IRQ_LOCALWDOG,
- .end = IRQ_LOCALWDOG,
- .flags = IORESOURCE_IRQ,
- }
-};
-
-struct platform_device ux500_wdt_device = {
- .name = "mpcore_wdt",
- .id = -1,
- .resource = ux500_wdt_resources,
- .num_resources = ARRAY_SIZE(ux500_wdt_resources),
-};
-
-struct platform_device ux500_prcmu_wdt_device = {
- .name = "ux500_wdt",
- .id = -1,
-};
-
-/*
* HSI
*/
#define HSIR_OVERRUN(num) { \