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:
fdab9d4
)
i2c: mediatek: add missing empty entry at end of mkt_i2c_ids[]
author
Martin Schiller
<ms@dev.tdt.de>
Wed, 16 Apr 2025 06:29:18 +0000
(08:29 +0200)
committer
Heiko Schocher
<hs@denx.de>
Tue, 22 Apr 2025 11:04:16 +0000
(13:04 +0200)
This adds the missing empty entry at the end of mtk_i2c_ids[].
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
3450177
..
6edf3f4
100644
(file)
--- a/
drivers/i2c/mtk_i2c.c
+++ b/
drivers/i2c/mtk_i2c.c
@@
-879,7
+879,7
@@
static const struct udevice_id mtk_i2c_ids[] = {
}, {
.compatible = "mediatek,mt8518-i2c",
.data = (ulong)&mt8518_soc_data,
- }
+ }
, {}
};
U_BOOT_DRIVER(mtk_i2c) = {