From: Jim Liu Date: Mon, 21 Nov 2022 08:59:32 +0000 (+0800) Subject: i2c: nuvoton: renamed the NPCM i2c driver X-Git-Url: http://git.dujemihanovic.xyz/img/static/git-logo.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 Reviewed-by: Heiko Schocher --- 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