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:
Martin Schiller
2025-04-22 13:04:16 +02:00
committed by Heiko Schocher
parent fdab9d4b80
commit 99fc450cc7
+1 -1
View File
@@ -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) = {