From: Martin Schiller <ms@dev.tdt.de>
To: u-boot@lists.denx.de
Cc: ryder.lee@mediatek.com, weijie.gao@mediatek.com,
chunfeng.yun@mediatek.com, GSS_MTK_Uboot_upstream@mediatek.com,
hs@denx.de, trini@konsulko.com, ansuelsmth@gmail.com,
Martin Schiller <ms@dev.tdt.de>
Subject: [PATCH 2/2] i2c: mediatek: remove duplicate entry in mt_i2c_regs_v1[]
Date: Wed, 16 Apr 2025 08:29:19 +0200 [thread overview]
Message-ID: <20250416062919.1355568-2-ms@dev.tdt.de> (raw)
In-Reply-To: <20250416062919.1355568-1-ms@dev.tdt.de>
This removes a duplicate entry in mt_i2c_regs_v1[].
Signed-off-by: Martin Schiller <ms@dev.tdt.de>
---
drivers/i2c/mtk_i2c.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/i2c/mtk_i2c.c b/drivers/i2c/mtk_i2c.c
index 6edf3f44eca..55381dbeced 100644
--- a/drivers/i2c/mtk_i2c.c
+++ b/drivers/i2c/mtk_i2c.c
@@ -143,7 +143,6 @@ static const uint mt_i2c_regs_v1[] = {
[REG_RSV_DEBUG] = 0x44,
[REG_HS] = 0x48,
[REG_SOFTRESET] = 0x50,
- [REG_SOFTRESET] = 0x50,
[REG_DCM_EN] = 0x54,
[REG_DEBUGSTAT] = 0x64,
[REG_DEBUGCTRL] = 0x68,
--
2.39.5
next prev parent reply other threads:[~2025-04-16 6:30 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-16 6:29 [PATCH 1/2] i2c: mediatek: add missing empty entry at end of mkt_i2c_ids[] Martin Schiller
2025-04-16 6:29 ` Martin Schiller [this message]
2025-04-16 9:10 ` [PATCH 2/2] i2c: mediatek: remove duplicate entry in mt_i2c_regs_v1[] Heiko Schocher
2025-04-22 15:21 ` Heiko Schocher
2025-04-16 9:09 ` [PATCH 1/2] i2c: mediatek: add missing empty entry at end of mkt_i2c_ids[] Heiko Schocher
2025-04-22 15:20 ` Heiko Schocher
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=20250416062919.1355568-2-ms@dev.tdt.de \
--to=ms@dev.tdt.de \
--cc=GSS_MTK_Uboot_upstream@mediatek.com \
--cc=ansuelsmth@gmail.com \
--cc=chunfeng.yun@mediatek.com \
--cc=hs@denx.de \
--cc=ryder.lee@mediatek.com \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
--cc=weijie.gao@mediatek.com \
/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