Re: [PATCH] mx6cuboxi: fix ethernet after synchronise device-tree

2024-03-28 Thread Christian Gmeiner
Hi Fabio > > > I took Josua's patch and modified it a bit. > > > > Does the attached patch fix Ethernet? > > I forgot to delete the old ethernet-phy nodes. > > Please try this one instead. > > If it works in U-Boot, please also test Ethernet in Linux as we are > touching ft_board_setup(). I am

Re: [PATCH] mx6cuboxi: fix ethernet after synchronise device-tree

2024-03-27 Thread Fabio Estevam
On Wed, Mar 27, 2024 at 6:04 PM Fabio Estevam wrote: > I took Josua's patch and modified it a bit. > > Does the attached patch fix Ethernet? I forgot to delete the old ethernet-phy nodes. Please try this one instead. If it works in U-Boot, please also test Ethernet in Linux as we are touching

Re: [PATCH] mx6cuboxi: fix ethernet after synchronise device-tree

2024-03-27 Thread Fabio Estevam
Hi Christian, On Wed, Mar 27, 2024 at 4:29 PM Fabio Estevam wrote: > Please make these changes in a new imx6qdl-sr-som-u-boot.dtsi file instead. I took Josua's patch and modified it a bit. Does the attached patch fix Ethernet? From 24f57c3cd8b1a2b113bcffad26e2bb1b9b582e35 Mon Sep 17 00:00:00

Re: [PATCH] mx6cuboxi: fix ethernet after synchronise device-tree

2024-03-27 Thread Fabio Estevam
Hi Christian, On Wed, Mar 27, 2024 at 9:06 AM Josua Mayer wrote: > > Cc: christian.gmei...@gmail.com > > Hi Christian, > > please take a look at this patch, I suspect it will (hack-)fix your > ethernet issue. > > Unfortunately I had no time to revisit this yet and implement a correct >

Re: [PATCH] mx6cuboxi: fix ethernet after synchronise device-tree

2024-03-27 Thread Josua Mayer
Am 27.03.24 um 16:55 schrieb Christian Gmeiner: > Hi Josua > >>> Hi Josua >>> >>> My bisect showed me that after a device-tree sync the ethernet broke. >>> please take a look at this patch, I suspect it will (hack-)fix your ethernet issue. >>> Yes.. it fixes the problem I am seeing.

Re: [PATCH] mx6cuboxi: fix ethernet after synchronise device-tree

2024-03-27 Thread Christian Gmeiner
Hi Josua > > Hi Josua > > > > My bisect showed me that after a device-tree sync the ethernet broke. > > > >> please take a look at this patch, I suspect it will (hack-)fix your > >> ethernet issue. > >> > > Yes.. it fixes the problem I am seeing. > > > >> Unfortunately I had no time to revisit

Re: [PATCH] mx6cuboxi: fix ethernet after synchronise device-tree

2024-03-27 Thread Josua Mayer
Am 27.03.24 um 13:17 schrieb Christian Gmeiner: > Hi Josua > > My bisect showed me that after a device-tree sync the ethernet broke. > >> please take a look at this patch, I suspect it will (hack-)fix your >> ethernet issue. >> > Yes.. it fixes the problem I am seeing. > >> Unfortunately I had no

Re: [PATCH] mx6cuboxi: fix ethernet after synchronise device-tree

2024-03-27 Thread Christian Gmeiner
Hi Josua My bisect showed me that after a device-tree sync the ethernet broke. > > please take a look at this patch, I suspect it will (hack-)fix your > ethernet issue. > Yes.. it fixes the problem I am seeing. > > Unfortunately I had no time to revisit this yet and implement a correct >

Re: [PATCH] mx6cuboxi: fix ethernet after synchronise device-tree

2024-03-27 Thread Josua Mayer
Cc: christian.gmei...@gmail.com Hi Christian, please take a look at this patch, I suspect it will (hack-)fix your ethernet issue. Unfortunately I had no time to revisit this yet and implement a correct solution. sincerely Josua Mayer Am 28.07.22 um 09:08 schrieb Josua Mayer: > Please hold

Re: [PATCH] mx6cuboxi: fix ethernet after synchronise device-tree

2022-07-28 Thread Tom Rini
On Thu, Jul 28, 2022 at 08:51:01AM -0300, Fabio Estevam wrote: > Hi Tom, > > On Thu, Jul 28, 2022 at 8:41 AM Tom Rini wrote: > > > > On Thu, Jul 28, 2022 at 10:05:40AM +0300, Josua Mayer wrote: > > > > > The i.MX6 Cubox-i and HummingBoards can have different PHYs at varying > > > addresses.

Re: [PATCH] mx6cuboxi: fix ethernet after synchronise device-tree

2022-07-28 Thread Fabio Estevam
Hi Tom, On Thu, Jul 28, 2022 at 8:41 AM Tom Rini wrote: > > On Thu, Jul 28, 2022 at 10:05:40AM +0300, Josua Mayer wrote: > > > The i.MX6 Cubox-i and HummingBoards can have different PHYs at varying > > addresses. U-Boot needs to auto-detect which phy is actually present, > > and at which address

Re: [PATCH] mx6cuboxi: fix ethernet after synchronise device-tree

2022-07-28 Thread Tom Rini
On Thu, Jul 28, 2022 at 10:05:40AM +0300, Josua Mayer wrote: > The i.MX6 Cubox-i and HummingBoards can have different PHYs at varying > addresses. U-Boot needs to auto-detect which phy is actually present, > and at which address it is responding. > > Auto-detection from multiple phy nodes

Re: [PATCH] mx6cuboxi: fix ethernet after synchronise device-tree

2022-07-28 Thread Tom Rini
On Thu, Jul 28, 2022 at 07:08:35AM +, Josua Mayer wrote: > Please hold off merging this patch until someone tested it, I can not do so > this week. > @Tom Can you confirm if this fixes the networking on your Cubox? > Also note that the phy-handle property may or may not be required, I am not >

Re: [PATCH] mx6cuboxi: fix ethernet after synchronise device-tree

2022-07-28 Thread Fabio Estevam
Hi Josua, On Thu, Jul 28, 2022 at 4:08 AM Josua Mayer wrote: > > Please hold off merging this patch until someone tested it, I can not do so > this week. > @Tom Can you confirm if this fixes the networking on your Cubox? > Also note that the phy-handle property may or may not be required, I am

Re: [PATCH] mx6cuboxi: fix ethernet after synchronise device-tree

2022-07-28 Thread Josua Mayer
Please hold off merging this patch until someone tested it, I can not do so this week. @Tom Can you confirm if this fixes the networking on your Cubox? Also note that the phy-handle property may or may not be required, I am not sure. sincerely Josua Mayer On Thu, Jul 28, 2022 at 7:05 AM Josua