mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] mfd: lpc_ich: Avoton/Rangeley uses SPI_BYT method
@ 2017-10-11 10:40 Joakim Tjernlund
  2017-10-13  9:04 ` Lee Jones
  2017-10-23 13:36 ` Lee Jones
  0 siblings, 2 replies; 6+ messages in thread
From: Joakim Tjernlund @ 2017-10-11 10:40 UTC (permalink / raw)
  To: Peter Tyser, Lee Jones, linux-kernel; +Cc: Joakim Tjernlund

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@infinera.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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-10-24  8:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-11 10:40 [PATCH] mfd: lpc_ich: Avoton/Rangeley uses SPI_BYT method Joakim Tjernlund
2017-10-13  9:04 ` Lee Jones
2017-10-13 20:52   ` Mika Westerberg
2017-10-23 13:36 ` Lee Jones
2017-10-24  7:17   ` Joakim Tjernlund
2017-10-24  8:10     ` Lee Jones

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome