Re: [PATCH] tbs2910: Convert to DM_SERIAL

2022-06-14 Thread Soeren Moch
On 14.06.22 18:27, Fabio Estevam wrote: On Sat, Mar 19, 2022 at 10:31 AM Fabio Estevam wrote: Fabio, will you sync the imx6qdl.dtsi changes to linux? Or how is this supposed to keep in sync? Yes, I plan to submit these imx6qdl.dtsi changes (and similar changes to the other i.MX dtsi file

Re: [PATCH] tbs2910: Convert to DM_SERIAL

2022-06-14 Thread Fabio Estevam
On Sat, Mar 19, 2022 at 10:31 AM Fabio Estevam wrote: > > Fabio, will you sync the imx6qdl.dtsi changes to linux? > > Or how is this supposed to keep in sync? > > Yes, I plan to submit these imx6qdl.dtsi changes (and similar changes > to the other i.MX dtsi files too) to the mainline kernel. >

[PATCH] tbs2910: Convert to DM_SERIAL

2022-04-12 Thread sbabic
> From: Fabio Estevam > Conversion to DM_SERIAL is mandatory. > Select DM_SERIAL and add a imx6q-tbs2910-u-boot.dtsi file > that describes the nodes that require dm-pre-reloc, which allows > the DM model to configure the UART pinctrl early. > Remove the now unneeded board UART initialization. > Si

Re: [PATCH] tbs2910: Convert to DM_SERIAL

2022-03-19 Thread Soeren Moch
Hi Fabio, On 19.03.22 14:31, Fabio Estevam wrote: Hi Soeren, On Sat, Mar 19, 2022 at 8:34 AM Soeren Moch wrote: Works great (on top of v2022.04-rc4), thanks! Tested-by: Soeren Moch Great, thanks for confirming it works. Fabio, will you sync the imx6qdl.dtsi changes to linux? Or how is t

Re: [PATCH] tbs2910: Convert to DM_SERIAL

2022-03-19 Thread Fabio Estevam
Hi Soeren, On Sat, Mar 19, 2022 at 8:34 AM Soeren Moch wrote: > Works great (on top of v2022.04-rc4), thanks! > > Tested-by: Soeren Moch Great, thanks for confirming it works. > Fabio, will you sync the imx6qdl.dtsi changes to linux? > Or how is this supposed to keep in sync? Yes, I plan to

Re: [PATCH] tbs2910: Convert to DM_SERIAL

2022-03-19 Thread Soeren Moch
On 15.03.22 21:47, Fabio Estevam wrote: From: Fabio Estevam Usually I wrote 'board: tbs2910: ...' as patch description. But Fabio and Stefano will for sure know better what they like here. Conversion to DM_SERIAL is mandatory. Select DM_SERIAL and add a imx6q-tbs2910-u-boot.dtsi file that de

Re: [PATCH] tbs2910: Convert to DM_SERIAL

2022-03-15 Thread Tom Rini
On Tue, Mar 15, 2022 at 10:01:13PM +0100, Soeren Moch wrote: > On 15.03.22 21:47, Fabio Estevam wrote: > > From: Fabio Estevam > > > > Conversion to DM_SERIAL is mandatory. > > > > Select DM_SERIAL and add a imx6q-tbs2910-u-boot.dtsi file > > that describes the nodes that require dm-pre-reloc, w

Re: [PATCH] tbs2910: Convert to DM_SERIAL

2022-03-15 Thread Soeren Moch
On 15.03.22 21:47, Fabio Estevam wrote: From: Fabio Estevam Conversion to DM_SERIAL is mandatory. Select DM_SERIAL and add a imx6q-tbs2910-u-boot.dtsi file that describes the nodes that require dm-pre-reloc, which allows the DM model to configure the UART pinctrl early. Remove the now unneede

[PATCH] tbs2910: Convert to DM_SERIAL

2022-03-15 Thread Fabio Estevam
From: Fabio Estevam Conversion to DM_SERIAL is mandatory. Select DM_SERIAL and add a imx6q-tbs2910-u-boot.dtsi file that describes the nodes that require dm-pre-reloc, which allows the DM model to configure the UART pinctrl early. Remove the now unneeded board UART initialization. Signed-off-b