Re: [PATCH] arm: dts: bcm283x: Allow UARTs to work before relocation

2020-03-23 Thread Tom Rini
On Sun, Mar 22, 2020 at 07:54:25PM -0600, Simon Glass wrote: > Hi Tom, > > On Thu, 2 Jan 2020 at 20:59, Tom Rini wrote: > > > > On Thu, Jan 02, 2020 at 07:28:50PM -0700, Simon Glass wrote: > > > Hi Tom, > > > > > > On Thu, 2 Jan 2020 at 19:27, Simon Glass wrote: > > > > > > > > Hi Tom, > > > >

Re: [PATCH] arm: dts: bcm283x: Allow UARTs to work before relocation

2020-03-22 Thread Simon Glass
Hi Tom, On Thu, 2 Jan 2020 at 20:59, Tom Rini wrote: > > On Thu, Jan 02, 2020 at 07:28:50PM -0700, Simon Glass wrote: > > Hi Tom, > > > > On Thu, 2 Jan 2020 at 19:27, Simon Glass wrote: > > > > > > Hi Tom, > > > > > > On Thu, 2 Jan 2020 at 16:11, Tom Rini wrote: > > > > > > > > On Tue, Dec 31,

Re: [PATCH] arm: dts: bcm283x: Allow UARTs to work before relocation

2020-01-04 Thread Tom Rini
On Tue, Dec 31, 2019 at 02:28:19PM -0700, Simon Glass wrote: > Hi Matthias, > > On Tue, 10 Dec 2019 at 02:43, Matthias Brugger wrote: > > > > Hi Simon, > > > > On 02/12/2019 16:45, Tom Rini wrote: > > > On Sun, Dec 01, 2019 at 07:33:56PM -0700, Simon Glass wrote: > > > > > >> At present the

Re: [PATCH] arm: dts: bcm283x: Allow UARTs to work before relocation

2020-01-04 Thread Simon Glass
Hi Tom, On Thu, 2 Jan 2020 at 16:11, Tom Rini wrote: > > On Tue, Dec 31, 2019 at 02:28:19PM -0700, Simon Glass wrote: > > Hi Matthias, > > > > On Tue, 10 Dec 2019 at 02:43, Matthias Brugger wrote: > > > > > > Hi Simon, > > > > > > On 02/12/2019 16:45, Tom Rini wrote: > > > > On Sun, Dec 01,

Re: [PATCH] arm: dts: bcm283x: Allow UARTs to work before relocation

2020-01-04 Thread Simon Glass
Hi Tom, On Thu, 2 Jan 2020 at 19:27, Simon Glass wrote: > > Hi Tom, > > On Thu, 2 Jan 2020 at 16:11, Tom Rini wrote: > > > > On Tue, Dec 31, 2019 at 02:28:19PM -0700, Simon Glass wrote: > > > Hi Matthias, > > > > > > On Tue, 10 Dec 2019 at 02:43, Matthias Brugger wrote: > > > > > > > > Hi

Re: [PATCH] arm: dts: bcm283x: Allow UARTs to work before relocation

2020-01-04 Thread Tom Rini
On Thu, Jan 02, 2020 at 07:28:50PM -0700, Simon Glass wrote: > Hi Tom, > > On Thu, 2 Jan 2020 at 19:27, Simon Glass wrote: > > > > Hi Tom, > > > > On Thu, 2 Jan 2020 at 16:11, Tom Rini wrote: > > > > > > On Tue, Dec 31, 2019 at 02:28:19PM -0700, Simon Glass wrote: > > > > Hi Matthias, > > > > >

Re: [PATCH] arm: dts: bcm283x: Allow UARTs to work before relocation

2019-12-31 Thread Simon Glass
Hi Matthias, On Tue, 10 Dec 2019 at 02:43, Matthias Brugger wrote: > > Hi Simon, > > On 02/12/2019 16:45, Tom Rini wrote: > > On Sun, Dec 01, 2019 at 07:33:56PM -0700, Simon Glass wrote: > > > >> At present the pinctrl nodes are not enabled in pre-relocation U-Boot so > >> the UARTs do not

Re: [PATCH] arm: dts: bcm283x: Allow UARTs to work before relocation

2019-12-10 Thread Matthias Brugger
Hi Simon, On 02/12/2019 16:45, Tom Rini wrote: > On Sun, Dec 01, 2019 at 07:33:56PM -0700, Simon Glass wrote: > >> At present the pinctrl nodes are not enabled in pre-relocation U-Boot so >> the UARTs do not correctly select the pinconfig to enable the UART pins. >> Fix this so that the U-Boot

Re: [U-Boot] [PATCH] arm: dts: bcm283x: Allow UARTs to work before relocation

2019-12-02 Thread Tom Rini
On Sun, Dec 01, 2019 at 07:33:56PM -0700, Simon Glass wrote: > At present the pinctrl nodes are not enabled in pre-relocation U-Boot so > the UARTs do not correctly select the pinconfig to enable the UART pins. > Fix this so that the U-Boot banner is printed. > > Signed-off-by: Simon Glass >

[U-Boot] [PATCH] arm: dts: bcm283x: Allow UARTs to work before relocation

2019-12-01 Thread Simon Glass
At present the pinctrl nodes are not enabled in pre-relocation U-Boot so the UARTs do not correctly select the pinconfig to enable the UART pins. Fix this so that the U-Boot banner is printed. Signed-off-by: Simon Glass Fixes: 9821636b64 (bcm2835_pinctrl: Probe pre-reloc) ---