mirror of
https://xff.cz/git/u-boot/
synced 2025-09-02 17:22:22 +02:00
i2c: stm32f7: add stm32mp15 compatible
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>
This commit is contained in:
committed by
Heiko Schocher
parent
c203ba44f1
commit
fb3388cd85
@@ -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 },
|
||||
{}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user