From: Patrice Chotard Date: Wed, 15 Nov 2017 12:14:46 +0000 (+0100) Subject: ARM: DTS: stm32: update rcc compatible for STM32F746 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1555903c8d4c736d5c9053f01be273d40dbee62d;p=people%2Fms%2Fu-boot.git 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 Reviewed-by: Vikas Manocha --- diff --git a/arch/arm/dts/stm32f746.dtsi b/arch/arm/dts/stm32f746.dtsi index b95cca21b6..f62360f0db 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>;