git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c203ba4
)
i2c: stm32f7: add stm32mp15 compatible
author
Patrick Delaunay
<patrick.delaunay@st.com>
Mon, 6 Jul 2020 11:26:52 +0000
(13:26 +0200)
committer
Heiko Schocher
<hs@denx.de>
Thu, 9 Jul 2020 04:02:45 +0000
(06:02 +0200)
Add a new compatible "st,stm32mp15-i2c" introduced in Linux kernel v5.8
Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Reviewed-by: Heiko Schocher <hs@denx.de>
drivers/i2c/stm32f7_i2c.c
patch
|
blob
|
history
diff --git
a/drivers/i2c/stm32f7_i2c.c
b/drivers/i2c/stm32f7_i2c.c
index
ada8f40
..
593f713
100644
(file)
--- a/
drivers/i2c/stm32f7_i2c.c
+++ b/
drivers/i2c/stm32f7_i2c.c
@@
-873,6
+873,7
@@
static const struct dm_i2c_ops stm32_i2c_ops = {
static const struct udevice_id stm32_i2c_of_match[] = {
{ .compatible = "st,stm32f7-i2c", .data = (ulong)&stm32f7_setup },
+ { .compatible = "st,stm32mp15-i2c", .data = (ulong)&stm32f7_setup },
{}
};