From: Patrick Delaunay <patrick.delaunay@st.com>
To: u-boot@lists.denx.de
Subject: [PATCH 2/3] i2c: stm32f7: add stm32mp15 compatible
Date: Mon, 6 Jul 2020 13:26:52 +0200 [thread overview]
Message-ID: <20200706112653.18951-2-patrick.delaunay@st.com> (raw)
In-Reply-To: <20200706112653.18951-1-patrick.delaunay@st.com>
Add a new compatible "st,stm32mp15-i2c" introduced in Linux kernel v5.8
Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
---
drivers/i2c/stm32f7_i2c.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/i2c/stm32f7_i2c.c b/drivers/i2c/stm32f7_i2c.c
index ada8f4095e..593f713d6b 100644
--- 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 },
{}
};
--
2.17.1
next prev parent reply other threads:[~2020-07-06 11:26 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-06 11:26 [PATCH 1/3] ARM: dts: rename stm32mp15xx-avenger96 ethernet0_rgmii_pins Patrick Delaunay
2020-07-06 11:26 ` Patrick Delaunay [this message]
2020-07-07 5:17 ` [PATCH 2/3] i2c: stm32f7: add stm32mp15 compatible Heiko Schocher
2020-07-09 8:33 ` Heiko Schocher
2020-07-06 11:26 ` [PATCH 3/3] ARM: dts: stm32mp1: DT alignment with Linux kernel v5.8-rc1 Patrick Delaunay
2020-07-28 13:36 ` [Uboot-stm32] " Patrice CHOTARD
2020-07-28 16:09 ` Patrice CHOTARD
2020-07-28 13:31 ` [Uboot-stm32] [PATCH 1/3] ARM: dts: rename stm32mp15xx-avenger96 ethernet0_rgmii_pins Patrice CHOTARD
2020-07-28 16:09 ` Patrice CHOTARD
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200706112653.18951-2-patrick.delaunay@st.com \
--to=patrick.delaunay@st.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox