diff options
author | Ivan Khoronzhuk <ivan.khoronzhuk@ti.com> | 2013-11-27 14:31:53 +0100 |
---|---|---|
committer | Sekhar Nori <nsekhar@ti.com> | 2014-01-09 12:18:31 +0100 |
commit | 843748123d95ae77a489b41f2f193e8502fc7ea8 (patch) | |
tree | 0b539db9b08dc1cf4e4cd94e0224fa460f0a6b47 /arch/arm/mach-davinci/devices.c | |
parent | Linux 3.13-rc1 (diff) | |
download | linux-843748123d95ae77a489b41f2f193e8502fc7ea8.tar.xz linux-843748123d95ae77a489b41f2f193e8502fc7ea8.zip |
watchdog: davinci: rename platform driver to davinci-wdt
As we switch to use the watchdog core which permits more than one
active watchdog in the system, rename platform driver to
"davinci-wdt" to be identifiable.
Acked-by: Wim Van Sebroeck <wim@iguana.be>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk@ti.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Diffstat (limited to 'arch/arm/mach-davinci/devices.c')
-rw-r--r-- | arch/arm/mach-davinci/devices.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-davinci/devices.c b/arch/arm/mach-davinci/devices.c index 3996e98f52fb..5cf9a027dcc6 100644 --- a/arch/arm/mach-davinci/devices.c +++ b/arch/arm/mach-davinci/devices.c @@ -302,7 +302,7 @@ static struct resource wdt_resources[] = { }; struct platform_device davinci_wdt_device = { - .name = "watchdog", + .name = "davinci-wdt", .id = -1, .num_resources = ARRAY_SIZE(wdt_resources), .resource = wdt_resources, |