diff options
author | Patrice Chotard <patrice.chotard@st.com> | 2019-06-28 15:03:00 +0200 |
---|---|---|
committer | Patrick Delaunay <patrick.delaunay@st.com> | 2019-07-22 11:04:52 +0200 |
commit | 637e288dc78c41f1e83dd54ee296e3266c9a3c67 (patch) | |
tree | c9ecd7956b376603a0f2911883624d611f9e6345 | |
parent | e2a39a6e30f1f34f91d8e4e0f4ee0dc0bfd50063 (diff) |
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.c | 1 |
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" }, { } }; |