git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99fc450
)
i2c: mediatek: remove duplicate entry in mt_i2c_regs_v1[]
author
Martin Schiller
<ms@dev.tdt.de>
Wed, 16 Apr 2025 06:29:19 +0000
(08:29 +0200)
committer
Heiko Schocher
<hs@denx.de>
Tue, 22 Apr 2025 11:04:22 +0000
(13:04 +0200)
This removes a duplicate entry in mt_i2c_regs_v1[].
Signed-off-by: Martin Schiller <ms@dev.tdt.de>
Reviewed-by: Heiko Schocher <hs@denx.de>
drivers/i2c/mtk_i2c.c
patch
|
blob
|
history
diff --git
a/drivers/i2c/mtk_i2c.c
b/drivers/i2c/mtk_i2c.c
index
6edf3f4
..
55381db
100644
(file)
--- 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,