Re: [U-Boot] [PATCH v1 01/21] ARM: DTS: vybrid: Add vf-u-boot.dtsi to set 'u-boot, dm-pre-reloc' in soc

2019-01-16 Thread Tom Rini
On Wed, Jan 16, 2019 at 08:33:03AM +0100, Lukasz Majewski wrote: > On Tue, 15 Jan 2019 21:24:31 -0500 > Tom Rini wrote: > > > On Tue, Jan 15, 2019 at 08:58:58AM +0100, Lukasz Majewski wrote: > > > Hi Tom, > > > > > > > On Mon, Jan 14, 2019 at 03:17:20PM +0100, Lukasz Majewski wrote: > > > >

Re: [U-Boot] [PATCH v1 01/21] ARM: DTS: vybrid: Add vf-u-boot.dtsi to set 'u-boot, dm-pre-reloc' in soc

2019-01-15 Thread Lukasz Majewski
On Tue, 15 Jan 2019 21:24:31 -0500 Tom Rini wrote: > On Tue, Jan 15, 2019 at 08:58:58AM +0100, Lukasz Majewski wrote: > > Hi Tom, > > > > > On Mon, Jan 14, 2019 at 03:17:20PM +0100, Lukasz Majewski wrote: > > > > > > > This property is necessary to allow pinctrl configuration before > > >

Re: [U-Boot] [PATCH v1 01/21] ARM: DTS: vybrid: Add vf-u-boot.dtsi to set 'u-boot, dm-pre-reloc' in soc

2019-01-15 Thread Tom Rini
On Tue, Jan 15, 2019 at 08:58:58AM +0100, Lukasz Majewski wrote: > Hi Tom, > > > On Mon, Jan 14, 2019 at 03:17:20PM +0100, Lukasz Majewski wrote: > > > > > This property is necessary to allow pinctrl configuration before > > > relocation (uart, DDR pins). > > > > > > Separate file will

Re: [U-Boot] [PATCH v1 01/21] ARM: DTS: vybrid: Add vf-u-boot.dtsi to set 'u-boot, dm-pre-reloc' in soc

2019-01-14 Thread Lukasz Majewski
Hi Tom, > On Mon, Jan 14, 2019 at 03:17:20PM +0100, Lukasz Majewski wrote: > > > This property is necessary to allow pinctrl configuration before > > relocation (uart, DDR pins). > > > > Separate file will facilitate updating vf.dtsi from the Linux > > kernel. > > > > Signed-off-by: Lukasz

Re: [U-Boot] [PATCH v1 01/21] ARM: DTS: vybrid: Add vf-u-boot.dtsi to set 'u-boot, dm-pre-reloc' in soc

2019-01-14 Thread Tom Rini
On Mon, Jan 14, 2019 at 03:17:20PM +0100, Lukasz Majewski wrote: > This property is necessary to allow pinctrl configuration before > relocation (uart, DDR pins). > > Separate file will facilitate updating vf.dtsi from the Linux kernel. > > Signed-off-by: Lukasz Majewski > --- > >

[U-Boot] [PATCH v1 01/21] ARM: DTS: vybrid: Add vf-u-boot.dtsi to set 'u-boot, dm-pre-reloc' in soc

2019-01-14 Thread Lukasz Majewski
This property is necessary to allow pinctrl configuration before relocation (uart, DDR pins). Separate file will facilitate updating vf.dtsi from the Linux kernel. Signed-off-by: Lukasz Majewski --- arch/arm/dts/vf-u-boot.dtsi | 11 +++ arch/arm/dts/vf.dtsi| 1 + 2 files