Re: [PATCH 1/3] net: dwc_eth_qos: remove use of DWC_NET_PHYADDR

2022-08-08 Thread Tom Rini
On Thu, May 12, 2022 at 09:33:07AM +0200, Rasmus Villemoes wrote: > Only two boards in the tree set the macro DWC_NET_PHYADDR. Both have > CONFIG_DM_ETH_PHY=y, so should set the phy address in DT if necessary. > > The imx8mp_evk does set the correct address in device tree. > > The other board

Re: [PATCH 1/3] net: dwc_eth_qos: remove use of DWC_NET_PHYADDR

2022-05-15 Thread Ramon Fried
On Thu, May 12, 2022 at 10:34 AM Rasmus Villemoes wrote: > > Only two boards in the tree set the macro DWC_NET_PHYADDR. Both have > CONFIG_DM_ETH_PHY=y, so should set the phy address in DT if necessary. > > The imx8mp_evk does set the correct address in device tree. > > The other board seems to

[PATCH 1/3] net: dwc_eth_qos: remove use of DWC_NET_PHYADDR

2022-05-12 Thread Rasmus Villemoes
Only two boards in the tree set the macro DWC_NET_PHYADDR. Both have CONFIG_DM_ETH_PHY=y, so should set the phy address in DT if necessary. The imx8mp_evk does set the correct address in device tree. The other board seems to be a copy-paste-adapt from an old version of the imx8mp_evk config