Re: [PATCH 2/2] board: tbs2910: Convert to DM_SERIAL

2022-03-19 Thread Soeren Moch
Hi Fabio, On 15.03.22 21:56, Soeren Moch wrote: Hi Fabio, On 15.03.22 00:16, Fabio Estevam wrote: Hi Soeren, On Mon, Mar 14, 2022 at 7:38 PM Tom Rini wrote: Again, DM_SERIAL can be enabled on the board as he's already shown by setting two options, which silences the warning, increases the

Re: [PATCH 2/2] board: tbs2910: Convert to DM_SERIAL

2022-03-15 Thread Soeren Moch
Hi Fabio, On 15.03.22 00:16, Fabio Estevam wrote: Hi Soeren, On Mon, Mar 14, 2022 at 7:38 PM Tom Rini wrote: Again, DM_SERIAL can be enabled on the board as he's already shown by setting two options, which silences the warning, increases the size and doesn't make anything better. That's lik

Re: [PATCH 2/2] board: tbs2910: Convert to DM_SERIAL

2022-03-14 Thread Fabio Estevam
Hi Soeren, On Mon, Mar 14, 2022 at 7:38 PM Tom Rini wrote: > Again, DM_SERIAL can be enabled on the board as he's already shown by > setting two options, which silences the warning, increases the size and > doesn't make anything better. That's likely what the other boards are > doing, or they'r

Re: [PATCH 2/2] board: tbs2910: Convert to DM_SERIAL

2022-03-14 Thread Simon Glass
Hi Tom, On Mon, 14 Mar 2022 at 16:38, Tom Rini wrote: > > On Mon, Mar 14, 2022 at 04:20:43PM -0600, Simon Glass wrote: > > Hi Sören, > > > > On Mon, 14 Mar 2022 at 15:51, Sören Moch wrote: > > > > > > Hi Simon, > > > > > > On 14.03.22 20:37, Simon Glass wrote: > > > > Hi Soeren, > > > > > > > >

Re: [PATCH 2/2] board: tbs2910: Convert to DM_SERIAL

2022-03-14 Thread Tom Rini
On Mon, Mar 14, 2022 at 04:20:43PM -0600, Simon Glass wrote: > Hi Sören, > > On Mon, 14 Mar 2022 at 15:51, Sören Moch wrote: > > > > Hi Simon, > > > > On 14.03.22 20:37, Simon Glass wrote: > > > Hi Soeren, > > > > > > On Mon, 14 Mar 2022 at 13:22, Soeren Moch wrote: > > >> > > >> On 14.03.22 19:

Re: [PATCH 2/2] board: tbs2910: Convert to DM_SERIAL

2022-03-14 Thread Simon Glass
Hi Sören, On Mon, 14 Mar 2022 at 15:51, Sören Moch wrote: > > Hi Simon, > > On 14.03.22 20:37, Simon Glass wrote: > > Hi Soeren, > > > > On Mon, 14 Mar 2022 at 13:22, Soeren Moch wrote: > >> > >> On 14.03.22 19:28, Tom Rini wrote: > >>> On Mon, Mar 14, 2022 at 12:24:36PM -0600, Simon Glass wrote

Re: [PATCH 2/2] board: tbs2910: Convert to DM_SERIAL

2022-03-14 Thread Sören Moch
Hi Simon, On 14.03.22 20:37, Simon Glass wrote: Hi Soeren, On Mon, 14 Mar 2022 at 13:22, Soeren Moch wrote: On 14.03.22 19:28, Tom Rini wrote: On Mon, Mar 14, 2022 at 12:24:36PM -0600, Simon Glass wrote: Hi Soeren, On Mon, 14 Mar 2022 at 02:26, Soeren Moch wrote: ... to get rid of the b

Re: [PATCH 2/2] board: tbs2910: Convert to DM_SERIAL

2022-03-14 Thread Simon Glass
Hi Soeren, On Mon, 14 Mar 2022 at 13:22, Soeren Moch wrote: > > > On 14.03.22 19:28, Tom Rini wrote: > > On Mon, Mar 14, 2022 at 12:24:36PM -0600, Simon Glass wrote: > >> Hi Soeren, > >> > >> On Mon, 14 Mar 2022 at 02:26, Soeren Moch wrote: > >>> ... to get rid of the build warning. > >>> Unfort

Re: [PATCH 2/2] board: tbs2910: Convert to DM_SERIAL

2022-03-14 Thread Tom Rini
On Mon, Mar 14, 2022 at 08:22:10PM +0100, Soeren Moch wrote: > > On 14.03.22 19:28, Tom Rini wrote: > > On Mon, Mar 14, 2022 at 12:24:36PM -0600, Simon Glass wrote: > > > Hi Soeren, > > > > > > On Mon, 14 Mar 2022 at 02:26, Soeren Moch wrote: > > > > ... to get rid of the build warning. > > > >

Re: [PATCH 2/2] board: tbs2910: Convert to DM_SERIAL

2022-03-14 Thread Soeren Moch
On 14.03.22 19:28, Tom Rini wrote: On Mon, Mar 14, 2022 at 12:24:36PM -0600, Simon Glass wrote: Hi Soeren, On Mon, 14 Mar 2022 at 02:26, Soeren Moch wrote: ... to get rid of the build warning. Unfortunately we still need the board specific serial pin init code. Otherwise the first boot mess

Re: [PATCH 2/2] board: tbs2910: Convert to DM_SERIAL

2022-03-14 Thread Tom Rini
On Mon, Mar 14, 2022 at 12:24:36PM -0600, Simon Glass wrote: > Hi Soeren, > > On Mon, 14 Mar 2022 at 02:26, Soeren Moch wrote: > > > > ... to get rid of the build warning. > > Unfortunately we still need the board specific serial pin init code. > > Otherwise the first boot messages over the seria

Re: [PATCH 2/2] board: tbs2910: Convert to DM_SERIAL

2022-03-14 Thread Simon Glass
Hi Soeren, On Mon, 14 Mar 2022 at 02:26, Soeren Moch wrote: > > ... to get rid of the build warning. > Unfortunately we still need the board specific serial pin init code. > Otherwise the first boot messages over the serial console are lost. > > Signed-off-by: Soeren Moch > --- > Cc: Stefano Bab

[PATCH 2/2] board: tbs2910: Convert to DM_SERIAL

2022-03-14 Thread Soeren Moch
... to get rid of the build warning. Unfortunately we still need the board specific serial pin init code. Otherwise the first boot messages over the serial console are lost. Signed-off-by: Soeren Moch --- Cc: Stefano Babic Cc: Fabio Estevam Cc: Tom Rini Cc: Simon Glass Cc: u-boot@lists.denx.d