]> Git Repo - u-boot.git/commitdiff
clk: stm32f7: add dedicated STM32F7 compatible string
authorPatrice Chotard <[email protected]>
Wed, 15 Nov 2017 12:14:45 +0000 (13:14 +0100)
committerTom Rini <[email protected]>
Thu, 30 Nov 2017 03:30:50 +0000 (22:30 -0500)
Add a dedicated stm32f7 compatible string to use clk_stm32f7
driver with both STM32F4 and STM32F7 SoCs.
It will be needed to manage differences between these 2 SoCs.

Signed-off-by: Patrice Chotard <[email protected]>
Reviewed-by: Vikas Manocha <[email protected]>
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"},
        {}
 };
 
This page took 0.034589 seconds and 4 git commands to generate.