diff mbox series

[U-Boot,3/4] spi: stm32_qspi: Remove "st, stm32-qspi" compatible string

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

Commit Message

Patrice CHOTARD June 28, 2019, 1:03 p.m. UTC
"st,stm32-qspi" is no more used, remove it.

Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
---

 drivers/spi/stm32_qspi.c | 1 -
 1 file changed, 1 deletion(-)

Comments

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

> From: Patrice CHOTARD <patrice.chotard@st.com>
> Sent: vendredi 28 juin 2019 15:03
> 
> "st,stm32-qspi" is no more used, remove it.
> 
> Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
> ---
> 
>  drivers/spi/stm32_qspi.c | 1 -
>  1 file changed, 1 deletion(-)
> 

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

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

> From: Patrice CHOTARD <patrice.chotard@st.com>
> Sent: vendredi 28 juin 2019 15:03
> 
> "st,stm32-qspi" is no more used, remove it.
> 
> Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
> ---
> 
>  drivers/spi/stm32_qspi.c | 1 -
>  1 file changed, 1 deletion(-)
> 

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

Patrick
diff mbox series

Patch

diff --git a/drivers/spi/stm32_qspi.c b/drivers/spi/stm32_qspi.c
index bb1067ff4a..c5878e4058 100644
--- a/drivers/spi/stm32_qspi.c
+++ b/drivers/spi/stm32_qspi.c
@@ -524,7 +524,6 @@  static const struct dm_spi_ops stm32_qspi_ops = {
 };
 
 static const struct udevice_id stm32_qspi_ids[] = {
-	{ .compatible = "st,stm32-qspi" },
 	{ .compatible = "st,stm32f469-qspi" },
 	{ }
 };