summaryrefslogtreecommitdiff
path: root/drivers/clk
diff options
context:
space:
mode:
authorPatrice Chotard <patrice.chotard@st.com>2017-11-15 13:14:45 +0100
committerTom Rini <trini@konsulko.com>2017-11-29 22:30:50 -0500
commite868e3e537278d1d7a19c65fd5c5475c0c825b42 (patch)
treeb61979725be086dcc8722f22bb02e2ced90c31a7 /drivers/clk
parentd0a768b1c848cbdebfa57f44fd6c7205c235e3ee (diff)
clk: stm32f7: add dedicated STM32F7 compatible string
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 <patrice.chotard@st.com> Reviewed-by: Vikas Manocha <vikas.manocha@st.com>
Diffstat (limited to 'drivers/clk')
-rw-r--r--drivers/clk/clk_stm32f7.c1
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"},
{}
};