]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - drivers/clk/clk_stm32f7.c
clk: stm32f7: add dedicated STM32F7 compatible string
[people/ms/u-boot.git] / drivers / clk / clk_stm32f7.c
index 0fa838c4ee51a67fdaa2793607bbf7bcc46c1583..eb8a5bf10d2a2452ba98e5e0ce17b91550bfdc5e 100644 (file)
@@ -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"},
        {}
 };