From: Bin Meng Date: Mon, 4 Jun 2018 02:04:16 +0000 (-0700) Subject: x86: cougarcanyon2: Update dts for SPI lock down X-Git-Tag: v2018.07-rc2~52^2~16 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=80abc8165e658f4538ef2ab00ceba118e097dbfd;p=platform%2Fkernel%2Fu-boot.git x86: cougarcanyon2: Update dts for SPI lock down 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: Bin Meng Reviewed-by: Simon Glass --- diff --git a/arch/x86/dts/cougarcanyon2.dts b/arch/x86/dts/cougarcanyon2.dts index ea836ee..8c71e98 100644 --- a/arch/x86/dts/cougarcanyon2.dts +++ b/arch/x86/dts/cougarcanyon2.dts @@ -70,6 +70,8 @@ #address-cells = <1>; #size-cells = <0>; compatible = "intel,ich9-spi"; + intel,spi-lock-down; + spi-flash@0 { reg = <0>; compatible = "winbond,w25q64bv", "spi-flash";