Re: [U-Boot] [PATCH v1 1/2] pinctrl: nxp: mx6: DM_FLAG_PRE_RELOC by default

2019-07-24 Thread Fabio Estevam
Hi Igor, On Wed, Jul 24, 2019 at 10:58 AM Igor Opaniuk wrote: > I'm currently in the middle of preparing v2, just wanted to know if you do > agree > with this point and in general have any additional suggestions regarding this? My only suggestion is to do a single patch that touches all the

Re: [U-Boot] [PATCH v1 1/2] pinctrl: nxp: mx6: DM_FLAG_PRE_RELOC by default

2019-07-24 Thread Igor Opaniuk
Hi Fabio, On Tue, Jul 16, 2019 at 3:44 PM Igor Opaniuk wrote: > > Hi Fabio, > > On Mon, Jul 15, 2019 at 10:10 PM Fabio Estevam wrote: > > > > Hi Igor, > > > > On Mon, Jul 15, 2019 at 11:20 AM Igor Opaniuk > > wrote: > > > > > > From: Igor Opaniuk > > > > > > For Colibri iMX6ULL we have to

Re: [U-Boot] [PATCH v1 1/2] pinctrl: nxp: mx6: DM_FLAG_PRE_RELOC by default

2019-07-16 Thread Igor Opaniuk
Hi Fabio, On Mon, Jul 15, 2019 at 10:10 PM Fabio Estevam wrote: > > Hi Igor, > > On Mon, Jul 15, 2019 at 11:20 AM Igor Opaniuk wrote: > > > > From: Igor Opaniuk > > > > For Colibri iMX6ULL we have to set pinmux configuration ASAP (ideally > > before relocation) to get serial console working.

Re: [U-Boot] [PATCH v1 1/2] pinctrl: nxp: mx6: DM_FLAG_PRE_RELOC by default

2019-07-15 Thread Fabio Estevam
Hi Igor, On Mon, Jul 15, 2019 at 11:20 AM Igor Opaniuk wrote: > > From: Igor Opaniuk > > For Colibri iMX6ULL we have to set pinmux configuration ASAP (ideally > before relocation) to get serial console working. Without this we miss > almost the half of output (U-boot version, CPU defails, Reset

[U-Boot] [PATCH v1 1/2] pinctrl: nxp: mx6: DM_FLAG_PRE_RELOC by default

2019-07-15 Thread Igor Opaniuk
From: Igor Opaniuk For Colibri iMX6ULL we have to set pinmux configuration ASAP (ideally before relocation) to get serial console working. Without this we miss almost the half of output (U-boot version, CPU defails, Reset cause, DRAM details etc.). To achieve this we need to force pinctrl-mx6