mfd: Change tunnelcreek watchdog name on the lpc_sch subdevices array
authorWim Van Sebroeck <wim@iguana.be>
Thu, 10 May 2012 18:54:32 +0000 (20:54 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Sun, 20 May 2012 15:27:03 +0000 (17:27 +0200)
The name of the tunnelcreek watchdog device is not tunnelcreek_wdt but
ie6xx_wdt.

Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/mfd/lpc_sch.c

index 9bf0839..9f20abc 100644 (file)
@@ -69,7 +69,7 @@ static struct resource wdt_sch_resource = {
 
 static struct mfd_cell tunnelcreek_cells[] = {
        {
-               .name = "tunnelcreek_wdt",
+               .name = "ie6xx_wdt",
                .num_resources = 1,
                .resources = &wdt_sch_resource,
        },