diff options
Diffstat (limited to 'drivers/clk/nuvoton/clk_npcm7xx.c')
| -rw-r--r-- | drivers/clk/nuvoton/clk_npcm7xx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/nuvoton/clk_npcm7xx.c b/drivers/clk/nuvoton/clk_npcm7xx.c index b23dd37af6c..4c787823d05 100644 --- a/drivers/clk/nuvoton/clk_npcm7xx.c +++ b/drivers/clk/nuvoton/clk_npcm7xx.c @@ -84,7 +84,7 @@ static const struct udevice_id npcm7xx_clk_ids[] = { { } }; -U_BOOT_DRIVER(clk_npcm) = { +U_BOOT_DRIVER(clk_npcm750) = { .name = "clk_npcm", .id = UCLASS_CLK, .of_match = npcm7xx_clk_ids, |
