i2c: mediatek: add missing empty entry at end of mkt_i2c_ids[]
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>
This commit is contained in:
committed by
Heiko Schocher
parent
fdab9d4b80
commit
99fc450cc7
@@ -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) = {
|
||||
|
||||
Reference in New Issue
Block a user