Browse Source

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>
Wim Van Sebroeck 13 năm trước cách đây
mục cha
commit
805b237a63
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      drivers/mfd/lpc_sch.c

+ 1 - 1
drivers/mfd/lpc_sch.c

@@ -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,
 	},