diff options
-rw-r--r-- | drivers/clk/clk_stm32f7.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/clk_stm32f7.c b/drivers/clk/clk_stm32f7.c index 0fa838c4ee5..eb8a5bf10d2 100644 --- a/drivers/clk/clk_stm32f7.c +++ b/drivers/clk/clk_stm32f7.c @@ -319,6 +319,7 @@ static struct clk_ops stm32_clk_ops = { static const struct udevice_id stm32_clk_ids[] = { { .compatible = "st,stm32f42xx-rcc"}, + { .compatible = "st,stm32f746-rcc"}, {} }; |