From: Jim Liu <jim.t90615@gmail.com> Date: Mon, 21 Nov 2022 08:59:32 +0000 (+0800) Subject: i2c: nuvoton: renamed the NPCM i2c driver X-Git-Tag: v2025.01-rc5-pxa1908~1196^2 X-Git-Url: http://git.dujemihanovic.xyz/html/static/git-favicon.png?a=commitdiff_plain;h=d7b8fa1a6cd3201c3b71ed7c7b2b6e6eab00173b;p=u-boot.git i2c: nuvoton: renamed the NPCM i2c driver The Makefile name is npcm_i2c but the driver is npcm-i2c. Signed-off-by: Jim Liu <JJLIU0@nuvoton.com> Reviewed-by: Heiko Schocher <hs@denx.de> --- diff --git a/drivers/i2c/npcm-i2c.c b/drivers/i2c/npcm_i2c.c similarity index 100% rename from drivers/i2c/npcm-i2c.c rename to drivers/i2c/npcm_i2c.c