summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Chotard <patrice.chotard@st.com>2019-06-28 15:03:00 +0200
committerPatrick Delaunay <patrick.delaunay@st.com>2019-07-22 11:04:52 +0200
commit637e288dc78c41f1e83dd54ee296e3266c9a3c67 (patch)
treec9ecd7956b376603a0f2911883624d611f9e6345
parente2a39a6e30f1f34f91d8e4e0f4ee0dc0bfd50063 (diff)
downloadu-boot-637e288dc78c41f1e83dd54ee296e3266c9a3c67.tar.gz
spi: stm32_qspi: Remove "st, stm32-qspi" compatible string
"st,stm32-qspi" is no more used, remove it. Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
-rw-r--r--drivers/spi/stm32_qspi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/spi/stm32_qspi.c b/drivers/spi/stm32_qspi.c
index 8d612f22d6..958c394a1a 100644
--- a/drivers/spi/stm32_qspi.c
+++ b/drivers/spi/stm32_qspi.c
@@ -526,7 +526,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" },
{ }
};