summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Langlais <philippe.langlais@linaro.org>2012-01-16 09:50:25 +0100
committerPhilippe Langlais <philippe.langlais@stericsson.com>2012-05-22 11:02:39 +0200
commita93bebdf02e430192a2c9e67e29e96a2f5db35bc (patch)
tree99ad0e94e011541b9ee425f17edc19f6e9ee1c14
parent36549314f87e045a29c20a77824d4dd32191df17 (diff)
mach-ux500: watchdog: Driver rename
Rename the u8500 watchdog driver as ux500 watchdog driver. This is done inorder to add 5500 support. Signed-off-by: Virupax Sadashivpetimath <virupax.sadashivpetimath@stericsson.com>
-rw-r--r--arch/arm/mach-ux500/devices-db8500.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-ux500/devices-db8500.c b/arch/arm/mach-ux500/devices-db8500.c
index 0069cde7050..b4da60f2f76 100644
--- a/arch/arm/mach-ux500/devices-db8500.c
+++ b/arch/arm/mach-ux500/devices-db8500.c
@@ -277,8 +277,8 @@ struct platform_device u8500_b2r2_device = {
*/
struct platform_device u8500_wdt_device = {
- .name = "u8500_wdt",
- .id = -1,
+ .name = "ux500_wdt",
+ .id = -1,
};
#ifdef CONFIG_HSI