
Hi Patrice,
-----Original Message----- From: Patrice CHOTARD Sent: Friday, August 04, 2017 6:19 AM To: u-boot@lists.denx.de; albert.u.boot@aribaud.net; sjg@chromium.org; Vikas MANOCHA vikas.manocha@st.com Cc: Patrice CHOTARD patrice.chotard@st.com; Patrick DELAUNAY patrick.delaunay@st.com; Christophe KERELLO christophe.kerello@st.com Subject: [PATCH 08/15] ARM: DTS: stm32: update usart compatible string for stm32h743
From: Patrice Chotard patrice.chotard@st.com
Align STM32H7 serial compatible string with the one which will be available in next kernel tag. The bindings has been acked by Rob Herring [1]. This compatible string will be usefull to add stm32h7 specific feature for this serial driver.
Please merge this patch with previous patch "ARM: DTS: stm32: add stm32h743i-disco files" H7 usart sting is already part of driver code which is patch 02 of the series.
Cheers, Vikas
[1] https://lkml.org/lkml/2017/7/17/739
Signed-off-by: Patrice Chotard patrice.chotard@st.com
arch/arm/dts/stm32h743.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/dts/stm32h743.dtsi b/arch/arm/dts/stm32h743.dtsi index 30b5cb4..fd926a7 100644 --- a/arch/arm/dts/stm32h743.dtsi +++ b/arch/arm/dts/stm32h743.dtsi @@ -76,7 +76,7 @@ };
usart1: serial@40011000 {
compatible = "st,stm32f7-usart", "st,stm32f7-uart";
compatible = "st,stm32h7-usart", "st,stm32h7-uart"; reg = <0x40011000 0x400>; interrupts = <37>; status = "disabled";
@@ -84,7 +84,7 @@ };
usart2: serial@40004400 {
compatible = "st,stm32f7-usart", "st,stm32f7-uart";
compatible = "st,stm32h7-usart", "st,stm32h7-uart"; reg = <0x40004400 0x400>; interrupts = <38>; status = "disabled";
-- 1.9.1