diff options
author | Patrice Chotard <patrice.chotard@st.com> | 2019-04-29 17:52:19 +0200 |
---|---|---|
committer | Patrice Chotard <patrice.chotard@st.com> | 2019-05-06 09:50:27 +0200 |
commit | 48769a2824b4a8eabaa61f14c5cd2051c40ddca4 (patch) | |
tree | 88450a18c58d6e57c083d8a3ea7138580b1e5db7 /arch/arm | |
parent | b42721d644282b50ee3e7c6132c91b6cb1b8220c (diff) |
ARM: dts: stm32: add qspi flash compatible string for stm32f746-eval
Add missing flash compatible string to be able to read/write into
qspi flash.
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/dts/stm32746g-eval-u-boot.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/dts/stm32746g-eval-u-boot.dtsi b/arch/arm/dts/stm32746g-eval-u-boot.dtsi index 935d44d8a9..58c6adbf3a 100644 --- a/arch/arm/dts/stm32746g-eval-u-boot.dtsi +++ b/arch/arm/dts/stm32746g-eval-u-boot.dtsi @@ -181,6 +181,7 @@ qflash0: n25q512a { #address-cells = <1>; #size-cells = <1>; + compatible = "jedec,spi-nor"; spi-max-frequency = <108000000>; spi-tx-bus-width = <1>; spi-rx-bus-width = <1>; |