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>
This commit is contained in:
parent
d0a768b1c8
commit
e868e3e537
@ -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"},
|
||||
{}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user