[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20171011104055.21269-1-joakim.tjernlund@infinera.com>
Date: Wed, 11 Oct 2017 12:40:55 +0200
From: Joakim Tjernlund <joakim.tjernlund@...inera.com>
To: Peter Tyser <ptyser@...-inc.com>, Lee Jones <lee.jones@...aro.org>,
linux-kernel@...r.kernel.org
Cc: Joakim Tjernlund <joakim.tjernlund@...inera.com>
Subject: [PATCH] mfd: lpc_ich: Avoton/Rangeley uses SPI_BYT method
Avoton/Rangeley are based on Silvermount micro-architecture, like
Bay Trail, and uses the INTEL_SPI_BYT method to drive SPI.
Signed-off-by: Joakim Tjernlund <joakim.tjernlund@...inera.com>
---
drivers/mfd/lpc_ich.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/mfd/lpc_ich.c b/drivers/mfd/lpc_ich.c
index 450ae36645aa..cf1120abbf52 100644
--- a/drivers/mfd/lpc_ich.c
+++ b/drivers/mfd/lpc_ich.c
@@ -522,6 +522,7 @@ static struct lpc_ich_info lpc_chipset_info[] = {
.name = "Avoton SoC",
.iTCO_version = 3,
.gpio_version = AVOTON_GPIO,
+ .spi_type = INTEL_SPI_BYT,
},
[LPC_BAYTRAIL] = {
.name = "Bay Trail SoC",
--
2.13.6
Powered by blists - more mailing lists