summaryrefslogtreecommitdiff
path: root/arch/arm/dts/stm32f7-u-boot.dtsi
diff options
context:
space:
mode:
authorPatrice Chotard <patrice.chotard@st.com>2019-06-28 15:02:58 +0200
committerPatrick Delaunay <patrick.delaunay@st.com>2019-07-22 11:04:52 +0200
commit2cc83cedc15b3ea2d6033997108934622d6be80b (patch)
tree50e1d547d6e7e5c6a5190aaf2079065ca42a22bc /arch/arm/dts/stm32f7-u-boot.dtsi
parent9bb9ad2d63531ff0d9a7e0459af5d2aacdde9835 (diff)
ARM: dts: stm32: Use kernel qspi compatible string for stm32f7-uboot.dtsi
For STM32 QSPI driver, "st,stm32-qspi" compatible string was first introduced in U-boot. But later in kernel side, "st,stm32f469-qspi" was used. To simplify, align U-boot QSPI compatible string with kernel one. Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Diffstat (limited to 'arch/arm/dts/stm32f7-u-boot.dtsi')
-rw-r--r--arch/arm/dts/stm32f7-u-boot.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/stm32f7-u-boot.dtsi b/arch/arm/dts/stm32f7-u-boot.dtsi
index 3ba7f8410d..32613c9769 100644
--- a/arch/arm/dts/stm32f7-u-boot.dtsi
+++ b/arch/arm/dts/stm32f7-u-boot.dtsi
@@ -44,7 +44,7 @@
};
qspi: quadspi@A0001000 {
- compatible = "st,stm32-qspi";
+ compatible = "st,stm32f469-qspi";
#address-cells = <1>;
#size-cells = <0>;
reg = <0xA0001000 0x1000>, <0x90000000 0x10000000>;