ARM: dts: stm32: add qspi flash compatible string for stm32f769-disco
authorPatrice Chotard <patrice.chotard@st.com>
Mon, 29 Apr 2019 15:39:29 +0000 (17:39 +0200)
committerPatrice Chotard <patrice.chotard@st.com>
Mon, 6 May 2019 07:50:26 +0000 (09:50 +0200)
Add missing flash compatible string to be able to read/write into
qspi flash.

Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
arch/arm/dts/stm32f769-disco-u-boot.dtsi

index 96770daa523e24fc57457bb45ea33d3b35238e5a..1e8cd6dd2b68aeb644c968a4e7abe7a526166340 100644 (file)
        flash0: mx66l51235l {
                #address-cells = <1>;
                #size-cells = <1>;
+               compatible = "jedec,spi-nor";
                spi-max-frequency = <108000000>;
                spi-rx-bus-width = <4>;
                reg = <0>;