U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Martin Schiller <ms@dev.tdt.de>
To: u-boot@lists.denx.de
Cc: ryder.lee@mediatek.com, weijie.gao@mediatek.com,
	chunfeng.yun@mediatek.com, GSS_MTK_Uboot_upstream@mediatek.com,
	hs@denx.de, trini@konsulko.com, ansuelsmth@gmail.com,
	Martin Schiller <ms@dev.tdt.de>
Subject: [PATCH 1/2] i2c: mediatek: add missing empty entry at end of mkt_i2c_ids[]
Date: Wed, 16 Apr 2025 08:29:18 +0200	[thread overview]
Message-ID: <20250416062919.1355568-1-ms@dev.tdt.de> (raw)

This adds the missing empty entry at the end of mtk_i2c_ids[].

Signed-off-by: Martin Schiller <ms@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) = {
-- 
2.39.5


             reply	other threads:[~2025-04-16  6:29 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-16  6:29 Martin Schiller [this message]
2025-04-16  6:29 ` [PATCH 2/2] i2c: mediatek: remove duplicate entry in mt_i2c_regs_v1[] Martin Schiller
2025-04-16  9:10   ` Heiko Schocher
2025-04-22 15:21   ` Heiko Schocher
2025-04-16  9:09 ` [PATCH 1/2] i2c: mediatek: add missing empty entry at end of mkt_i2c_ids[] Heiko Schocher
2025-04-22 15:20 ` Heiko Schocher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250416062919.1355568-1-ms@dev.tdt.de \
    --to=ms@dev.tdt.de \
    --cc=GSS_MTK_Uboot_upstream@mediatek.com \
    --cc=ansuelsmth@gmail.com \
    --cc=chunfeng.yun@mediatek.com \
    --cc=hs@denx.de \
    --cc=ryder.lee@mediatek.com \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    --cc=weijie.gao@mediatek.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox