浏览代码

x86: braswell: cherryhill: Update dts for SPI lock down

Intel Braswell FSP requires SPI controller settings to be locked down,
let's do this in the chrryhill.dts and remove previous Kconfig option.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Bin Meng 7 年之前
父节点
当前提交
4c9f4c5ee4
共有 2 个文件被更改,包括 1 次插入4 次删除
  1. 0 4
      arch/x86/cpu/braswell/Kconfig
  2. 1 0
      arch/x86/dts/cherryhill.dts

+ 0 - 4
arch/x86/cpu/braswell/Kconfig

@@ -31,8 +31,4 @@ config FSP_ADDR
 	hex
 	default 0xfff20000
 
-config FSP_LOCKDOWN_SPI
-	bool
-	default y
-
 endif

+ 1 - 0
arch/x86/dts/cherryhill.dts

@@ -143,6 +143,7 @@
 				#address-cells = <1>;
 				#size-cells = <0>;
 				compatible = "intel,ich9-spi";
+				intel,spi-lock-down;
 
 				spi-flash@0 {
 					#address-cells = <1>;