mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-12-16 23:11:30 +01:00
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 <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
b173b4ea34
commit
80abc8165e
@ -70,6 +70,8 @@
|
|||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
compatible = "intel,ich9-spi";
|
compatible = "intel,ich9-spi";
|
||||||
|
intel,spi-lock-down;
|
||||||
|
|
||||||
spi-flash@0 {
|
spi-flash@0 {
|
||||||
reg = <0>;
|
reg = <0>;
|
||||||
compatible = "winbond,w25q64bv", "spi-flash";
|
compatible = "winbond,w25q64bv", "spi-flash";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user