summaryrefslogtreecommitdiff
path: root/arch/arm/mach-ux500/devices-db8500.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-ux500/devices-db8500.c')
-rw-r--r--arch/arm/mach-ux500/devices-db8500.c22
1 files changed, 1 insertions, 21 deletions
diff --git a/arch/arm/mach-ux500/devices-db8500.c b/arch/arm/mach-ux500/devices-db8500.c
index c604bdd2f4c..2f4778a656f 100644
--- a/arch/arm/mach-ux500/devices-db8500.c
+++ b/arch/arm/mach-ux500/devices-db8500.c
@@ -273,29 +273,9 @@ struct platform_device u8500_b2r2_device = {
* WATCHDOG
*/
-static struct resource u8500_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 u8500_wdt_device = {
- .name = "mpcore_wdt",
+ .name = "u8500_wdt",
.id = -1,
- .resource = u8500_wdt_resources,
- .num_resources = ARRAY_SIZE(u8500_wdt_resources),
-};
-
-struct platform_device u8500_prcmu_wdt_device = {
- .name = "ux500_wdt",
- .id = -1,
};
/*