Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 805b237a authored by Wim Van Sebroeck's avatar Wim Van Sebroeck Committed by Samuel Ortiz
Browse files

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: default avatarWim Van Sebroeck <wim@iguana.be>
Signed-off-by: default avatarSamuel Ortiz <sameo@linux.intel.com>
parent 664dd066
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,
	},