diff mbox series

[U-Boot,1/4] ARM: dts: stm32: Use kernel qspi compatible string for stm32f7-uboot.dtsi

Message ID 20190628130301.18094-2-patrice.chotard@st.com
State Accepted
Commit 2cc83cedc15b3ea2d6033997108934622d6be80b
Delegated to: Patrick Delaunay
Headers show
Series Align QSPI compatible string with kernel one: | expand

Commit Message

Patrice CHOTARD June 28, 2019, 1:02 p.m. UTC
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>
---

 arch/arm/dts/stm32f7-u-boot.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Patrick DELAUNAY July 12, 2019, 12:44 p.m. UTC | #1
Hi,

> From: Patrice CHOTARD <patrice.chotard@st.com>
> Sent: vendredi 28 juin 2019 15:03
> 
> 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>
> ---
> 
>  arch/arm/dts/stm32f7-u-boot.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Applied to u-boot-stm32/master, thanks!

Patrick
Patrick DELAUNAY July 22, 2019, 12:31 p.m. UTC | #2
Hi,

> From: Patrice CHOTARD <patrice.chotard@st.com>
> Sent: vendredi 28 juin 2019 15:03
> 
> 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>
> ---
> 
>  arch/arm/dts/stm32f7-u-boot.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Applied to u-boot-stm32/master, thanks!

Patrick
diff mbox series

Patch

diff --git a/arch/arm/dts/stm32f7-u-boot.dtsi b/arch/arm/dts/stm32f7-u-boot.dtsi
index 29b157324e..ef30afbabb 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>;