From: Marc Kleine-Budde <mkl@pengutronix.de>
To: barebox@lists.infradead.org
Cc: Ahmad Fatoum <a.fatoum@pengutronix.de>, kernel@pengutronix.de
Subject: [PATCH 1/3] ARM: i.MX8MM: InnoComm: fix base address for I2C1
Date: Tue, 23 May 2023 17:49:37 +0200 [thread overview]
Message-ID: <20230523154939.1074667-2-mkl@pengutronix.de> (raw)
In-Reply-To: <20230523154939.1074667-1-mkl@pengutronix.de>
Replace i.MX8MQ with i.MX8MM define.
Cc: Ahmad Fatoum <a.fatoum@pengutronix.de>
Fixes: e190e932b918 ("ARM: i.MX8MM: add InnoComm WB15 support")
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
---
arch/arm/boards/innocomm-imx8mm-wb15/lowlevel.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boards/innocomm-imx8mm-wb15/lowlevel.c b/arch/arm/boards/innocomm-imx8mm-wb15/lowlevel.c
index 2f6061f0e263..8fd367047c7d 100644
--- a/arch/arm/boards/innocomm-imx8mm-wb15/lowlevel.c
+++ b/arch/arm/boards/innocomm-imx8mm-wb15/lowlevel.c
@@ -67,7 +67,7 @@ void innocomm_wb15_power_init_board(void)
imx8mm_early_clock_init();
imx8m_ccgr_clock_enable(IMX8M_CCM_CCGR_I2C1);
- i2c = imx8m_i2c_early_init(IOMEM(MX8MQ_I2C1_BASE_ADDR));
+ i2c = imx8m_i2c_early_init(IOMEM(MX8MM_I2C1_BASE_ADDR));
pmic_configure(i2c, 0x4b, bd71837_cfg, ARRAY_SIZE(bd71837_cfg));
}
--
2.39.2
next prev parent reply other threads:[~2023-05-23 15:51 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-23 15:49 [PATCH 0/3] non-critical fixes Marc Kleine-Budde
2023-05-23 15:49 ` Marc Kleine-Budde [this message]
2023-05-23 15:49 ` [PATCH 2/3] ddr: imx: fix indention of debug message Marc Kleine-Budde
2023-05-23 15:49 ` [PATCH 3/3] I2C: i.MX: fix guard macro comment Marc Kleine-Budde
2023-06-01 11:44 ` [PATCH 0/3] non-critical fixes Sascha Hauer
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=20230523154939.1074667-2-mkl@pengutronix.de \
--to=mkl@pengutronix.de \
--cc=a.fatoum@pengutronix.de \
--cc=barebox@lists.infradead.org \
--cc=kernel@pengutronix.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