提交 fb3388cd 编写于 作者: P Patrick Delaunay 提交者: Heiko Schocher

i2c: stm32f7: add stm32mp15 compatible

Add a new compatible "st,stm32mp15-i2c" introduced in Linux kernel v5.8
Signed-off-by: NPatrick Delaunay <patrick.delaunay@st.com>
Reviewed-by: NHeiko Schocher <hs@denx.de>
上级 c203ba44
......@@ -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 },
{}
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册