Re: [PATCH] mfd: lpc_ich: Do not touch SPI-NOR write protection bit on Apollo Lake

2018-01-08 Thread Lee Jones
On Thu, 04 Jan 2018, Mika Westerberg wrote: > Just to be on the safe side, don't touch the bit. If write access to the > flash chip is needed, the BIOS needs to enable it explicitly. > > Signed-off-by: Mika Westerberg > --- > drivers/mfd/lpc_ich.c | 5 - > 1 file changed, 5 deletions(-) Ap

[PATCH] mfd: lpc_ich: Do not touch SPI-NOR write protection bit on Apollo Lake

2018-01-04 Thread Mika Westerberg
Just to be on the safe side, don't touch the bit. If write access to the flash chip is needed, the BIOS needs to enable it explicitly. Signed-off-by: Mika Westerberg --- drivers/mfd/lpc_ich.c | 5 - 1 file changed, 5 deletions(-) diff --git a/drivers/mfd/lpc_ich.c b/drivers/mfd/lpc_ich.c in