diff options
| author | Christophe Kerello <[email protected]> | 2018-05-14 15:42:53 +0200 |
|---|---|---|
| committer | Jagan Teki <[email protected]> | 2018-05-16 18:41:21 +0530 |
| commit | 76afe56a446ef884cb515db9cf1de000084a8b94 (patch) | |
| tree | ec1ca640b548a0e12addaa89917cb0b8c8db6184 /drivers | |
| parent | 09e17720670f0ad93fb6aad11711eb275baeb31b (diff) | |
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 <[email protected]>
Signed-off-by: Patrice Chotard <[email protected]>
Reviewed-by: Jagan Teki <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/spi/stm32_qspi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/spi/stm32_qspi.c b/drivers/spi/stm32_qspi.c index fc1a34ea442..9fe8b297a45 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" }, { } }; |
