diff mbox series

[U-Boot,1/2] ARM: dts: stm32: Add u-boot, dm-pre-reloc for usart1_pins_a for stm32f769-disco

Message ID 20190621133811.8216-2-patrice.chotard@st.com
State Accepted
Delegated to: Patrice Chotard
Headers show
Series STM32 dts fixes/cleanup | expand

Commit Message

Patrice CHOTARD June 21, 2019, 1:38 p.m. UTC
This allow to get console output in SPL for stm32f769-disco.

Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
---

 arch/arm/dts/stm32f769-disco-u-boot.dtsi | 10 ++++++++++
 1 file changed, 10 insertions(+)

Comments

Patrick DELAUNAY June 25, 2019, 8:20 a.m. UTC | #1
Hi Patrice,

> From: Patrice CHOTARD <patrice.chotard@st.com>
> Sent: vendredi 21 juin 2019 15:38
> 
> This allow to get console output in SPL for stm32f769-disco.
> 
> Signed-off-by: Patrice Chotard <patrice.chotard@st.com>

Reviewed-by: Patrick Delaunay <patrick.delaunay@st.com>

> ---
> 
>  arch/arm/dts/stm32f769-disco-u-boot.dtsi | 10 ++++++++++
>  1 file changed, 10 insertions(+)
> 
> diff --git a/arch/arm/dts/stm32f769-disco-u-boot.dtsi b/arch/arm/dts/stm32f769-
> disco-u-boot.dtsi
> index 53a645dace..209a82c9cf 100644
> --- a/arch/arm/dts/stm32f769-disco-u-boot.dtsi
> +++ b/arch/arm/dts/stm32f769-disco-u-boot.dtsi
> @@ -152,6 +152,16 @@
>  			slew-rate = <2>;
>  		};
>  	};
> +
> +	usart1_pins_a: usart1@0	{
> +		u-boot,dm-pre-reloc;
> +		pins1 {
> +			u-boot,dm-pre-reloc;
> +		};
> +		pins2 {
> +			u-boot,dm-pre-reloc;
> +		};
> +	};
>  };
> 
>  &qspi {
> --
> 2.17.1

Regards
Patrick
diff mbox series

Patch

diff --git a/arch/arm/dts/stm32f769-disco-u-boot.dtsi b/arch/arm/dts/stm32f769-disco-u-boot.dtsi
index 53a645dace..209a82c9cf 100644
--- a/arch/arm/dts/stm32f769-disco-u-boot.dtsi
+++ b/arch/arm/dts/stm32f769-disco-u-boot.dtsi
@@ -152,6 +152,16 @@ 
 			slew-rate = <2>;
 		};
 	};
+
+	usart1_pins_a: usart1@0	{
+		u-boot,dm-pre-reloc;
+		pins1 {
+			u-boot,dm-pre-reloc;
+		};
+		pins2 {
+			u-boot,dm-pre-reloc;
+		};
+	};
 };
 
 &qspi {