Re: [PATCH v6 0/5] imx93: Conver to OF_UPSTREAM

2024-04-17 Thread Fabio Estevam
On Mon, Apr 15, 2024 at 9:55 AM Peng Fan  wrote:

> ok.
> Do I need to switch back to only convert i.MX93 11x11 EVK to
> OF_UPSTREM?

Yes, please convert only the imx93 evk board for now.

Currently, on the dts/upstream repo in U-Boot master, only the imx93
evk board is present.

The Variscite and Phytec i.MX93 boards are not there yet.

They will show up after the dts/upstream is synced with kernel 6.9.


Re: [PATCH v6 0/5] imx93: Conver to OF_UPSTREAM

2024-04-15 Thread Mathieu Othacehe


Hey,

> Do I need to switch back to only convert i.MX93 11x11 EVK to
> OF_UPSTREM? 

That could be an idea. I can take over the switch for the other devices
when I have some time to perform the debugging.

Mathieu


RE: [PATCH v6 0/5] imx93: Conver to OF_UPSTREAM

2024-04-15 Thread Peng Fan
> Subject: Re: [PATCH v6 0/5] imx93: Conver to OF_UPSTREAM
> 
> Hi Peng,
> 
> On Fri, Apr 12, 2024 at 10:40 AM Fabio Estevam 
> wrote:
> >
> > On Fri, Apr 12, 2024 at 10:24 AM Peng Fan (OSS) 
> wrote:
> > >
> > > A few nodes were added to soc and board u-boot.dtsi(lpi2c, usbotg),
> > > those nodes could be dropped after upstream linux supports them.
> > >
> > > To support OF_UPSTREAM, a few driver changes are included.
> > > For TMU, still use U-Boot node, I will prepare a kernel update, then
> > > back to U-Boot support.
> > >
> > >  Mathieu: please help test the boards you maintain when you have time.
> >
> > The series looks good.
> >
> > I will apply it after Mathieu or the Phytec folks confirm this series
> > does not break imx93-phyboard-segin.
> 
> I applied patches 1 to 4, thanks.
> 
> I dropped the last OF_UPSTREAM patch as it is causing boot issues on
> Mathieu's tests.

ok.
Do I need to switch back to only convert i.MX93 11x11 EVK to
OF_UPSTREM? 

Thanks,
Peng.


Re: [PATCH v6 0/5] imx93: Conver to OF_UPSTREAM

2024-04-15 Thread Fabio Estevam
Hi Peng,

On Fri, Apr 12, 2024 at 10:40 AM Fabio Estevam  wrote:
>
> On Fri, Apr 12, 2024 at 10:24 AM Peng Fan (OSS)  wrote:
> >
> > A few nodes were added to soc and board u-boot.dtsi(lpi2c, usbotg), those 
> > nodes
> > could be dropped after upstream linux supports them.
> >
> > To support OF_UPSTREAM, a few driver changes are included.
> > For TMU, still use U-Boot node, I will prepare a kernel update,
> > then back to U-Boot support.
> >
> >  Mathieu: please help test the boards you maintain when you have time.
>
> The series looks good.
>
> I will apply it after Mathieu or the Phytec folks confirm this series
> does not break imx93-phyboard-segin.

I applied patches 1 to 4, thanks.

I dropped the last OF_UPSTREAM patch as it is causing boot issues on
Mathieu's tests.


Re: [PATCH v6 0/5] imx93: Conver to OF_UPSTREAM

2024-04-12 Thread Fabio Estevam
On Fri, Apr 12, 2024 at 10:24 AM Peng Fan (OSS)  wrote:
>
> A few nodes were added to soc and board u-boot.dtsi(lpi2c, usbotg), those 
> nodes
> could be dropped after upstream linux supports them.
>
> To support OF_UPSTREAM, a few driver changes are included.
> For TMU, still use U-Boot node, I will prepare a kernel update,
> then back to U-Boot support.
>
>  Mathieu: please help test the boards you maintain when you have time.

The series looks good.

I will apply it after Mathieu or the Phytec folks confirm this series
does not break imx93-phyboard-segin.