[U-Boot] [PATCH 08/15] ARM: DTS: stm32: update usart compatible string for stm32h743

Vikas MANOCHA vikas.manocha at st.com
Tue Aug 8 23:12:55 UTC 2017


Hi Patrice,

> -----Original Message-----
> From: Patrice CHOTARD
> Sent: Friday, August 04, 2017 6:19 AM
> To: u-boot at lists.denx.de; albert.u.boot at aribaud.net; sjg at chromium.org; Vikas MANOCHA <vikas.manocha at st.com>
> Cc: Patrice CHOTARD <patrice.chotard at st.com>; Patrick DELAUNAY <patrick.delaunay at st.com>; Christophe KERELLO
> <christophe.kerello at st.com>
> Subject: [PATCH 08/15] ARM: DTS: stm32: update usart compatible string for stm32h743
> 
> From: Patrice Chotard <patrice.chotard at 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 at 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 at 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 at 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



More information about the U-Boot mailing list