aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorStefan Roese2018-10-23 05:25:15 -0500
committerStefan Roese2018-11-06 06:21:13 -0600
commit6843db99224e1e94ef7ef4c1d7bce5615cd3589d (patch)
treea6022fd12c00c2166a8c517c01f67b608d18f278 /arch
parenta8483505e88e9e90bf4e166093dca5f99acbe2b2 (diff)
downloadu-boot-6843db99224e1e94ef7ef4c1d7bce5615cd3589d.tar.gz
u-boot-6843db99224e1e94ef7ef4c1d7bce5615cd3589d.tar.xz
u-boot-6843db99224e1e94ef7ef4c1d7bce5615cd3589d.zip
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>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/dts/armada-xp-theadorable.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/armada-xp-theadorable.dts b/arch/arm/dts/armada-xp-theadorable.dts
index 7087ccfc2f..065e443417 100644
--- a/arch/arm/dts/armada-xp-theadorable.dts
+++ b/arch/arm/dts/armada-xp-theadorable.dts
@@ -134,7 +134,7 @@
134 u-boot,dm-pre-reloc; 134 u-boot,dm-pre-reloc;
135 #address-cells = <1>; 135 #address-cells = <1>;
136 #size-cells = <1>; 136 #size-cells = <1>;
137 compatible = "n25q128a13", "jedec,spi-nor"; 137 compatible = "n25q128a13", "jedec,spi-nor", "spi-flash";
138 reg = <0>; /* Chip select 0 */ 138 reg = <0>; /* Chip select 0 */
139 spi-max-frequency = <27777777>; 139 spi-max-frequency = <27777777>;
140 }; 140 };