]> git.sur5r.net Git - u-boot/commitdiff
spi: stm32_qspi: Add st, stm32f469-qspi compatible string
authorChristophe Kerello <christophe.kerello@st.com>
Mon, 14 May 2018 13:42:53 +0000 (15:42 +0200)
committerJagan Teki <jagan@amarulasolutions.com>
Wed, 16 May 2018 13:11:21 +0000 (18:41 +0530)
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 <christophe.kerello@st.com>
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Reviewed-by: Jagan Teki <jagan@openedev.com>
drivers/spi/stm32_qspi.c

index fc1a34ea442c94500cd0f92572533a739e7a69f8..9fe8b297a4580129bae44faabd1ba660ec6ecc1b 100644 (file)
@@ -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" },
        { }
 };