diff options
author | Wim Van Sebroeck <wim@iguana.be> | 2012-05-10 14:54:32 -0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2012-05-20 11:27:03 -0400 |
commit | 805b237a63f686f87870af000a5ac464633cb9c8 (patch) | |
tree | 4e04233a36afdf51e373a0f9c45283b0113c17f2 /drivers/mfd | |
parent | 664dd0665ef18462b7fc62dd8bbb3ad5d6e5a7de (diff) |
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>
Diffstat (limited to 'drivers/mfd')
-rw-r--r-- | drivers/mfd/lpc_sch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/lpc_sch.c b/drivers/mfd/lpc_sch.c index 9bf08393d747..9f20abc5e393 100644 --- a/drivers/mfd/lpc_sch.c +++ b/drivers/mfd/lpc_sch.c | |||
@@ -69,7 +69,7 @@ static struct resource wdt_sch_resource = { | |||
69 | 69 | ||
70 | static struct mfd_cell tunnelcreek_cells[] = { | 70 | static struct mfd_cell tunnelcreek_cells[] = { |
71 | { | 71 | { |
72 | .name = "tunnelcreek_wdt", | 72 | .name = "ie6xx_wdt", |
73 | .num_resources = 1, | 73 | .num_resources = 1, |
74 | .resources = &wdt_sch_resource, | 74 | .resources = &wdt_sch_resource, |
75 | }, | 75 | }, |