i2c: mediatek: add missing empty entry at end of mkt_i2c_ids[]
authorMartin Schiller <ms@dev.tdt.de>
Wed, 16 Apr 2025 06:29:18 +0000 (08:29 +0200)
committerHeiko 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

index 3450177..6edf3f4 100644 (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) = {