From: Joakim Tjernlund Date: Wed, 11 Oct 2017 10:40:55 +0000 (+0200) Subject: mfd: lpc_ich: Avoton/Rangeley uses SPI_BYT method X-Git-Tag: v4.14.3~95 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=04dd27af8ea24db24d0777a9ef3259621f32d6f5;p=platform%2Fkernel%2Flinux-rpi.git mfd: lpc_ich: Avoton/Rangeley uses SPI_BYT method commit 07d70913dce59f3c8e5d0ca76250861158a9ca6c upstream. 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 Acked-by: Mika Westerberg Signed-off-by: Lee Jones Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/mfd/lpc_ich.c b/drivers/mfd/lpc_ich.c index 450ae36..cf1120a 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",