From c48cf59878685cc06b71bb2a3ca17b61103c8de7 Mon Sep 17 00:00:00 2001
From: Peter Tyser <ptyser@xes-inc.com>
Date: Mon, 10 Mar 2014 16:34:56 -0500
Subject: [PATCH] mfd: lpc_ich: Change Avoton to iTCO v3
Git-commit: c48cf59878685cc06b71bb2a3ca17b61103c8de7
Patch-mainline: 3.15-rc1
References: bnc#908012,FATE#317358

The register layout of the Avoton is compatible with the iTCO v3
register layout.

[The patch is heavily modified to be applied to iTCO_wdt.c instead of
 mfd/lpc_ich.c -- tiwai]

Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
Tested-by: Rajat Jain <rajatjain@juniper.net>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>

---
 drivers/watchdog/iTCO_wdt.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/drivers/watchdog/iTCO_wdt.c
+++ b/drivers/watchdog/iTCO_wdt.c
@@ -199,7 +199,7 @@ static struct {
 	{"Lynx Point", 2},
 	{"Lynx Point_LP", 2},
 	{"Wellsburg", 2},
-	{"Avoton SoC", 1},
+	{"Avoton SoC", 3},
 	{NULL, 0}
 };
 
