Re: [U-Boot] [PATCH v3 2/2] ARM: dts: imx6ull-colibri: pre-reloc for uart pinmux modes

2019-12-03 Thread Igor Opaniuk
Hi Stefano,

On Mon, Dec 2, 2019 at 7:55 PM Stefano Babic  wrote:
>
> Hi Igor,
>
> On 03/11/19 17:21, Igor Opaniuk wrote:
> > Hi Stefano,
> >
> > On Wed, Oct 16, 2019 at 12:39 PM Igor Opaniuk  
> > wrote:
> >>
> >> From: Igor Opaniuk 
> >>
> >> Add u-boot,dm-pre-reloc properties for uart pinmux configuration
> >> nodes, which enables UART as early as possible (before relocation).
> >>
> >> Without this we miss almost the half of output (U-boot version,
> >> CPU defails, Reset cause, DRAM details etc.).
> >>
> >> Fixes: cd69e8ef9b ("colibri-imx6ull: migrate pinctrl and regulators to 
> >> dtb/dm")
> >> Reviewed-by: Oleksandr Suvorov 
> >> Reviewed-by: Fabio Estevam 
> >> Signed-off-by: Igor Opaniuk 
> >> ---
> >>
> >>  arch/arm/dts/imx6ull-colibri-u-boot.dtsi | 8 
> >>  1 file changed, 8 insertions(+)
> >>
> >> diff --git a/arch/arm/dts/imx6ull-colibri-u-boot.dtsi 
> >> b/arch/arm/dts/imx6ull-colibri-u-boot.dtsi
> >> index e81ac8cb27..531cdcc4da 100644
> >> --- a/arch/arm/dts/imx6ull-colibri-u-boot.dtsi
> >> +++ b/arch/arm/dts/imx6ull-colibri-u-boot.dtsi
> >> @@ -2,3 +2,11 @@
> >>  /*
> >>   * Copyright 2019 Toradex AG
> >>   */
> >> +
> >> +_uart1 {
> >> +   u-boot,dm-pre-reloc;
> >> +};
> >> +
> >> +_uart1_ctrl1 {
> >> +   u-boot,dm-pre-reloc;
> >> +};
> >> --
> >> 2.17.1
> >>
> >
> > Could you please also apply this patchset?
> >
>
> This patchset is in "Changes requested" in patchwork. I tried to pick
> them up and patches need a rebase on current master. Can you rebase them
> and repost ? Thanks !

It is already in u-boot.git/master [1], seems like some glitch in patchwork.

[1] 
https://gitlab.denx.de/u-boot/u-boot/commit/6b4339d312b716a8a01d244110ee76b7bc92b2c2

>
> Stefano
>
>
> --
> =
> DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
> HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
> Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sba...@denx.de
> =
> ___
> U-Boot mailing list
> U-Boot@lists.denx.de
> https://lists.denx.de/listinfo/u-boot

Thanks

-- 
Best regards - Freundliche Grüsse - Meilleures salutations

Senior Development Engineer,
Igor Opaniuk

Toradex AG
Altsagenstrasse 5 | 6048 Horw/Luzern | Switzerland | T: +41 41 500 48
00 (main line)
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


Re: [U-Boot] [PATCH v3 2/2] ARM: dts: imx6ull-colibri: pre-reloc for uart pinmux modes

2019-12-02 Thread Stefano Babic
Hi Igor,

On 03/11/19 17:21, Igor Opaniuk wrote:
> Hi Stefano,
> 
> On Wed, Oct 16, 2019 at 12:39 PM Igor Opaniuk  wrote:
>>
>> From: Igor Opaniuk 
>>
>> Add u-boot,dm-pre-reloc properties for uart pinmux configuration
>> nodes, which enables UART as early as possible (before relocation).
>>
>> Without this we miss almost the half of output (U-boot version,
>> CPU defails, Reset cause, DRAM details etc.).
>>
>> Fixes: cd69e8ef9b ("colibri-imx6ull: migrate pinctrl and regulators to 
>> dtb/dm")
>> Reviewed-by: Oleksandr Suvorov 
>> Reviewed-by: Fabio Estevam 
>> Signed-off-by: Igor Opaniuk 
>> ---
>>
>>  arch/arm/dts/imx6ull-colibri-u-boot.dtsi | 8 
>>  1 file changed, 8 insertions(+)
>>
>> diff --git a/arch/arm/dts/imx6ull-colibri-u-boot.dtsi 
>> b/arch/arm/dts/imx6ull-colibri-u-boot.dtsi
>> index e81ac8cb27..531cdcc4da 100644
>> --- a/arch/arm/dts/imx6ull-colibri-u-boot.dtsi
>> +++ b/arch/arm/dts/imx6ull-colibri-u-boot.dtsi
>> @@ -2,3 +2,11 @@
>>  /*
>>   * Copyright 2019 Toradex AG
>>   */
>> +
>> +_uart1 {
>> +   u-boot,dm-pre-reloc;
>> +};
>> +
>> +_uart1_ctrl1 {
>> +   u-boot,dm-pre-reloc;
>> +};
>> --
>> 2.17.1
>>
> 
> Could you please also apply this patchset?
> 

This patchset is in "Changes requested" in patchwork. I tried to pick
them up and patches need a rebase on current master. Can you rebase them
and repost ? Thanks !

Stefano


-- 
=
DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sba...@denx.de
=
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


[U-Boot] [PATCH v3 2/2] ARM: dts: imx6ull-colibri: pre-reloc for uart pinmux modes

2019-11-04 Thread sbabic
> From: Igor Opaniuk 
> Add u-boot,dm-pre-reloc properties for uart pinmux configuration
> nodes, which enables UART as early as possible (before relocation).
> Without this we miss almost the half of output (U-boot version,
> CPU defails, Reset cause, DRAM details etc.).
> Fixes: cd69e8ef9b ("colibri-imx6ull: migrate pinctrl and regulators to 
> dtb/dm")
> Reviewed-by: Oleksandr Suvorov 
> Reviewed-by: Fabio Estevam 
> Signed-off-by: Igor Opaniuk 

Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic

-- 
=
DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sba...@denx.de
=

___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


Re: [U-Boot] [PATCH v3 2/2] ARM: dts: imx6ull-colibri: pre-reloc for uart pinmux modes

2019-11-03 Thread Igor Opaniuk
Hi Stefano,

On Wed, Oct 16, 2019 at 12:39 PM Igor Opaniuk  wrote:
>
> From: Igor Opaniuk 
>
> Add u-boot,dm-pre-reloc properties for uart pinmux configuration
> nodes, which enables UART as early as possible (before relocation).
>
> Without this we miss almost the half of output (U-boot version,
> CPU defails, Reset cause, DRAM details etc.).
>
> Fixes: cd69e8ef9b ("colibri-imx6ull: migrate pinctrl and regulators to 
> dtb/dm")
> Reviewed-by: Oleksandr Suvorov 
> Reviewed-by: Fabio Estevam 
> Signed-off-by: Igor Opaniuk 
> ---
>
>  arch/arm/dts/imx6ull-colibri-u-boot.dtsi | 8 
>  1 file changed, 8 insertions(+)
>
> diff --git a/arch/arm/dts/imx6ull-colibri-u-boot.dtsi 
> b/arch/arm/dts/imx6ull-colibri-u-boot.dtsi
> index e81ac8cb27..531cdcc4da 100644
> --- a/arch/arm/dts/imx6ull-colibri-u-boot.dtsi
> +++ b/arch/arm/dts/imx6ull-colibri-u-boot.dtsi
> @@ -2,3 +2,11 @@
>  /*
>   * Copyright 2019 Toradex AG
>   */
> +
> +_uart1 {
> +   u-boot,dm-pre-reloc;
> +};
> +
> +_uart1_ctrl1 {
> +   u-boot,dm-pre-reloc;
> +};
> --
> 2.17.1
>

Could you please also apply this patchset?

Thanks

-- 
Best regards - Freundliche Grüsse - Meilleures salutations

Senior Development Engineer,
Igor Opaniuk

Toradex AG
Altsagenstrasse 5 | 6048 Horw/Luzern | Switzerland | T: +41 41 500 48
00 (main line)
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


[U-Boot] [PATCH v3 2/2] ARM: dts: imx6ull-colibri: pre-reloc for uart pinmux modes

2019-10-16 Thread Igor Opaniuk
From: Igor Opaniuk 

Add u-boot,dm-pre-reloc properties for uart pinmux configuration
nodes, which enables UART as early as possible (before relocation).

Without this we miss almost the half of output (U-boot version,
CPU defails, Reset cause, DRAM details etc.).

Fixes: cd69e8ef9b ("colibri-imx6ull: migrate pinctrl and regulators to dtb/dm")
Reviewed-by: Oleksandr Suvorov 
Reviewed-by: Fabio Estevam 
Signed-off-by: Igor Opaniuk 
---

 arch/arm/dts/imx6ull-colibri-u-boot.dtsi | 8 
 1 file changed, 8 insertions(+)

diff --git a/arch/arm/dts/imx6ull-colibri-u-boot.dtsi 
b/arch/arm/dts/imx6ull-colibri-u-boot.dtsi
index e81ac8cb27..531cdcc4da 100644
--- a/arch/arm/dts/imx6ull-colibri-u-boot.dtsi
+++ b/arch/arm/dts/imx6ull-colibri-u-boot.dtsi
@@ -2,3 +2,11 @@
 /*
  * Copyright 2019 Toradex AG
  */
+
+_uart1 {
+   u-boot,dm-pre-reloc;
+};
+
+_uart1_ctrl1 {
+   u-boot,dm-pre-reloc;
+};
-- 
2.17.1

___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot