Skip to content

Commit

Permalink
mfd: Change tunnelcreek watchdog name on the lpc_sch subdevices array
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Wim Van Sebroeck authored and Samuel Ortiz committed May 20, 2012
1 parent 664dd06 commit 805b237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/mfd/lpc_sch.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
Expand Down

0 comments on commit 805b237

Please sign in to comment.