浏览代码

arm: mvebu: armada-xp-theadorable.dts: Add "spi-flash" compatible property

Add the "spi-flash" compatible string so that the generic sf_probe
driver can probe the SPI flash on the theadorable Armada-XP board.

Signed-off-by: Stefan Roese <sr@denx.de>
Stefan Roese 6 年之前
父节点
当前提交
6843db9922
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/arm/dts/armada-xp-theadorable.dts

+ 1 - 1
arch/arm/dts/armada-xp-theadorable.dts

@@ -134,7 +134,7 @@
 					u-boot,dm-pre-reloc;
 					#address-cells = <1>;
 					#size-cells = <1>;
-					compatible = "n25q128a13", "jedec,spi-nor";
+					compatible = "n25q128a13", "jedec,spi-nor", "spi-flash";
 					reg = <0>; /* Chip select 0 */
 					spi-max-frequency = <27777777>;
 				};