Re: [U-Boot] dm: pinctrl: Prevent (re-)configuring pins when already done before relocation

2019-01-16 Thread Simon Glass
Hi Lukasz, On Sat, 12 Jan 2019 at 14:46, Lukasz Majewski wrote: > > Hi Alex, > > > On Tue, Jan 8, 2019 at 11:24 PM Lukasz Majewski wrote: > > > > > > Hi Alex, > > > > > > > On Tue, Jan 8, 2019 at 10:52 PM Lukasz Majewski > > > > wrote: > > > > > > > > > > Hi Alex, > > > > > > > > > > > On Thu,

Re: [U-Boot] dm: pinctrl: Prevent (re-)configuring pins when already done before relocation

2019-01-12 Thread Lukasz Majewski
Hi Alex, > On Tue, Jan 8, 2019 at 11:24 PM Lukasz Majewski wrote: > > > > Hi Alex, > > > > > On Tue, Jan 8, 2019 at 10:52 PM Lukasz Majewski > > > wrote: > > > > > > > > Hi Alex, > > > > > > > > > On Thu, Dec 27, 2018 at 3:49 PM Tom Rini > > > > > wrote: > > > > > > > > > > > > On Tue,

Re: [U-Boot] dm: pinctrl: Prevent (re-)configuring pins when already done before relocation

2019-01-12 Thread Alex Kiernan
On Tue, Jan 8, 2019 at 11:24 PM Lukasz Majewski wrote: > > Hi Alex, > > > On Tue, Jan 8, 2019 at 10:52 PM Lukasz Majewski wrote: > > > > > > Hi Alex, > > > > > > > On Thu, Dec 27, 2018 at 3:49 PM Tom Rini > > > > wrote: > > > > > > > > > > On Tue, Dec 18, 2018 at 12:30:50PM +0100, Lukasz

Re: [U-Boot] dm: pinctrl: Prevent (re-)configuring pins when already done before relocation

2019-01-08 Thread Lukasz Majewski
Hi Alex, > On Tue, Jan 8, 2019 at 10:52 PM Lukasz Majewski wrote: > > > > Hi Alex, > > > > > On Thu, Dec 27, 2018 at 3:49 PM Tom Rini > > > wrote: > > > > > > > > On Tue, Dec 18, 2018 at 12:30:50PM +0100, Lukasz Majewski wrote: > > > > > > > > > This commit prevents from re-configuring

Re: [U-Boot] dm: pinctrl: Prevent (re-)configuring pins when already done before relocation

2019-01-08 Thread Alex Kiernan
On Tue, Jan 8, 2019 at 10:52 PM Lukasz Majewski wrote: > > Hi Alex, > > > On Thu, Dec 27, 2018 at 3:49 PM Tom Rini wrote: > > > > > > On Tue, Dec 18, 2018 at 12:30:50PM +0100, Lukasz Majewski wrote: > > > > > > > This commit prevents from re-configuring pins if those were > > > > configured

Re: [U-Boot] dm: pinctrl: Prevent (re-)configuring pins when already done before relocation

2019-01-08 Thread Lukasz Majewski
Hi Alex, > On Thu, Dec 27, 2018 at 3:49 PM Tom Rini wrote: > > > > On Tue, Dec 18, 2018 at 12:30:50PM +0100, Lukasz Majewski wrote: > > > > > This commit prevents from re-configuring pins if those were > > > configured before relocation. > > > > > > Some pins - like UART or DDR must be setup

Re: [U-Boot] dm: pinctrl: Prevent (re-)configuring pins when already done before relocation

2019-01-08 Thread Alex Kiernan
On Thu, Dec 27, 2018 at 3:49 PM Tom Rini wrote: > > On Tue, Dec 18, 2018 at 12:30:50PM +0100, Lukasz Majewski wrote: > > > This commit prevents from re-configuring pins if those were configured > > before relocation. > > > > Some pins - like UART or DDR must be setup before relocation > > (as

Re: [U-Boot] dm: pinctrl: Prevent (re-)configuring pins when already done before relocation

2018-12-27 Thread Tom Rini
On Tue, Dec 18, 2018 at 12:30:50PM +0100, Lukasz Majewski wrote: > This commit prevents from re-configuring pins if those were configured > before relocation. > > Some pins - like UART or DDR must be setup before relocation > (as they have 'u-boot,dm-pre-reloc' property set in DTS). Without this