summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrice Chotard <patrice.chotard@st.com>2019-04-29 17:39:29 +0200
committerPatrice Chotard <patrice.chotard@st.com>2019-05-06 09:50:26 +0200
commitb42721d644282b50ee3e7c6132c91b6cb1b8220c (patch)
tree701761393dd5f9ac351f88eec40b4c288ae04a55
parentc987e086d9c34bcf0b64360805437eeec24e46d4 (diff)
downloadu-boot-b42721d644282b50ee3e7c6132c91b6cb1b8220c.tar.gz
u-boot-b42721d644282b50ee3e7c6132c91b6cb1b8220c.tar.xz
u-boot-b42721d644282b50ee3e7c6132c91b6cb1b8220c.zip
ARM: dts: stm32: add qspi flash compatible string for stm32f769-disco
Add missing flash compatible string to be able to read/write into qspi flash. Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
-rw-r--r--arch/arm/dts/stm32f769-disco-u-boot.dtsi1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/dts/stm32f769-disco-u-boot.dtsi b/arch/arm/dts/stm32f769-disco-u-boot.dtsi
index 96770daa52..1e8cd6dd2b 100644
--- a/arch/arm/dts/stm32f769-disco-u-boot.dtsi
+++ b/arch/arm/dts/stm32f769-disco-u-boot.dtsi
@@ -159,6 +159,7 @@
flash0: mx66l51235l {
#address-cells = <1>;
#size-cells = <1>;
+ compatible = "jedec,spi-nor";
spi-max-frequency = <108000000>;
spi-rx-bus-width = <4>;
reg = <0>;