[PATCH 1/2] i2c: mediatek: add missing empty entry at end of mkt_i2c_ids[]

Heiko Schocher hs at denx.de
Wed Apr 16 11:09:22 CEST 2025


Hello Martin,

On 16.04.25 08:29, Martin Schiller wrote:
> This adds the missing empty entry at the end of mtk_i2c_ids[].
> 
> Signed-off-by: Martin Schiller <ms at dev.tdt.de>
> ---
>   drivers/i2c/mtk_i2c.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/i2c/mtk_i2c.c b/drivers/i2c/mtk_i2c.c
> index 3450177741a..6edf3f44eca 100644
> --- 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) = {
> 

Thanks!

Reviewed-by: Heiko Schocher <hs at denx.de>

bye,
Heiko
-- 
DENX Software Engineering GmbH,      Managing Director: Erika Unter
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52   Fax: +49-8142-66989-80   Email: hs at denx.de


More information about the U-Boot mailing list