diff mbox series

[U-Boot,04/11] ARM: DTS: stm32: update rcc compatible for STM32F746

Message ID 1510748093-16433-5-git-send-email-patrice.chotard@st.com
State Accepted
Commit 1555903c8d4c736d5c9053f01be273d40dbee62d
Delegated to: Tom Rini
Headers show
Series Extend clk_stm32f7 driver | expand

Commit Message

Patrice CHOTARD Nov. 15, 2017, 12:14 p.m. UTC
From: Patrice Chotard <patrice.chotard@st.com>

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 <patrice.chotard@st.com>
Reviewed-by: Vikas Manocha <vikas.manocha@st.com>
---
 arch/arm/dts/stm32f746.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Tom Rini Nov. 30, 2017, 3:33 p.m. UTC | #1
On Wed, Nov 15, 2017 at 01:14:46PM +0100, patrice.chotard@st.com wrote:

> From: Patrice Chotard <patrice.chotard@st.com>
> 
> 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 <patrice.chotard@st.com>
> Reviewed-by: Vikas Manocha <vikas.manocha@st.com>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/arch/arm/dts/stm32f746.dtsi b/arch/arm/dts/stm32f746.dtsi
index b95cca2..f62360f 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>;