projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09e1772
)
spi: stm32_qspi: Add st, stm32f469-qspi compatible string
author
Christophe Kerello
<christophe.kerello@st.com>
Mon, 14 May 2018 13:42:53 +0000
(15:42 +0200)
committer
Jagan 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
patch
|
blob
|
history
diff --git
a/drivers/spi/stm32_qspi.c
b/drivers/spi/stm32_qspi.c
index fc1a34ea442c94500cd0f92572533a739e7a69f8..9fe8b297a4580129bae44faabd1ba660ec6ecc1b 100644
(file)
--- 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" },
{ }
};