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
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
> 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