diff options
| author | Patrice Chotard <[email protected]> | 2017-11-15 13:14:46 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2017-11-29 22:30:50 -0500 |
| commit | 1555903c8d4c736d5c9053f01be273d40dbee62d (patch) | |
| tree | 2fa62bd7561361877d60c4a2c801ef49515c9066 | |
| parent | e868e3e537278d1d7a19c65fd5c5475c0c825b42 (diff) | |
ARM: DTS: stm32: update rcc compatible for STM32F746
Align the RCC compatible string with the one used by kernel.
It will allow to use the same clock driver for STM32F4
and STM32F7 and to manage the differences between the 2 SoCs
Signed-off-by: Patrice Chotard <[email protected]>
Reviewed-by: Vikas Manocha <[email protected]>
| -rw-r--r-- | arch/arm/dts/stm32f746.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/stm32f746.dtsi b/arch/arm/dts/stm32f746.dtsi index b95cca21b62..f62360f0db5 100644 --- a/arch/arm/dts/stm32f746.dtsi +++ b/arch/arm/dts/stm32f746.dtsi @@ -108,7 +108,7 @@ rcc: rcc@40023810 { #reset-cells = <1>; #clock-cells = <2>; - compatible = "st,stm32f42xx-rcc", "st,stm32-rcc"; + compatible = "st,stm32f746-rcc", "st,stm32-rcc"; reg = <0x40023800 0x400>; clocks = <&clk_hse>; st,syscfg = <&pwrcfg>; |
