Re: [PATCH] lan743x: Added fixed_phy support / Question regarding proper devicetree

2020-05-01 Thread Andrew Lunn
On Fri, May 01, 2020 at 08:09:05PM +0200, Roelof Berg wrote: > Working status: I added fixed_phy support to the Microchip lan743x ethernet > driver and for upstream contribution I need to make it runtime configurable > via > the device tree. > > Question: > > There are, amongst other, the follow

Re: [PATCH] lan743x: Added fixed_phy support / Question regarding proper devicetree

2020-05-01 Thread Roelof Berg
Working status: I added fixed_phy support to the Microchip lan743x ethernet driver and for upstream contribution I need to make it runtime configurable via the device tree. Question: There are, amongst other, the following devices on my target (i.mx6): /soc/aips-bus@210/ethernet@2188000 /s

Re: [PATCH] lan743x: Added fixed_phy support

2020-04-28 Thread Roelof Berg
> What is the MCU? ARM? Yes, i.mx6 with ARM. > >> […] > > If you are using ARM, device tree is the way to go. > Andrew > Sounds reasonable, I’ll move the fixed_phy configuration for lan743x from .config to the device tree, thanks a lot Andrew. Roelof