From: Christophe Kerello Date: Mon, 14 May 2018 13:42:53 +0000 (+0200) Subject: spi: stm32_qspi: Add st, stm32f469-qspi compatible string X-Git-Tag: v2018.07-rc1~27^2~12 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=76afe56a446ef884cb515db9cf1de000084a8b94;p=u-boot spi: stm32_qspi: Add st, stm32f469-qspi compatible string Add "st,stm32f469-qspi" compatible which is used on kernel side. This will be necessary when DT will be synchronised from kernel. Signed-off-by: Christophe Kerello Signed-off-by: Patrice Chotard Reviewed-by: Jagan Teki --- diff --git a/drivers/spi/stm32_qspi.c b/drivers/spi/stm32_qspi.c index fc1a34ea44..9fe8b297a4 100644 --- a/drivers/spi/stm32_qspi.c +++ b/drivers/spi/stm32_qspi.c @@ -635,6 +635,7 @@ 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" }, { } };