Re: [U-Boot] [PATCH 03/13] x86: cougarcanyon2: Update dts for SPI lock down

2018-06-11 Thread Bin Meng
On Fri, Jun 8, 2018 at 4:31 AM, Simon Glass wrote: > On 3 June 2018 at 18:04, Bin Meng wrote: >> It turns out that like Braswell, Intel FSP for IvyBridge requires >> SPI controller settings to be locked down, as the U-Boot ICH SPI >> driver fails with the following message on Cougar Canyon 2 boar

Re: [U-Boot] [PATCH 03/13] x86: cougarcanyon2: Update dts for SPI lock down

2018-06-07 Thread Simon Glass
On 3 June 2018 at 18:04, Bin Meng wrote: > It turns out that like Braswell, Intel FSP for IvyBridge requires > SPI controller settings to be locked down, as the U-Boot ICH SPI > driver fails with the following message on Cougar Canyon 2 board: > > "ICH SPI: Opcode 9f not found" > > Update the SP

[U-Boot] [PATCH 03/13] x86: cougarcanyon2: Update dts for SPI lock down

2018-06-03 Thread Bin Meng
It turns out that like Braswell, Intel FSP for IvyBridge requires SPI controller settings to be locked down, as the U-Boot ICH SPI driver fails with the following message on Cougar Canyon 2 board: "ICH SPI: Opcode 9f not found" Update the SPI node property to indicate this fact. Signed-off-by: