Commit 805b237a63f686f87870af000a5ac464633cb9c8

Authored by Wim Van Sebroeck
Committed by Samuel Ortiz
1 parent 664dd0665e

mfd: Change tunnelcreek watchdog name on the lpc_sch subdevices array

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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

drivers/mfd/lpc_sch.c
... ... @@ -69,7 +69,7 @@
69 69  
70 70 static struct mfd_cell tunnelcreek_cells[] = {
71 71 {
72   - .name = "tunnelcreek_wdt",
  72 + .name = "ie6xx_wdt",
73 73 .num_resources = 1,
74 74 .resources = &wdt_sch_resource,
75 75 },