Re: [PATCH] net: dwc_eth_qos: lift parsing of max-speed DT property to common code

2022-08-08 Thread Tom Rini
On Wed, May 11, 2022 at 04:58:41PM +0200, Rasmus Villemoes wrote: > I have an iMX8MP with a ti,dp83867 phy in front of the eqos > interface. The phy is Gbit capable - however, the C and D differential > pairs are not physically routed to the RJ45 connector. So I need to > prevent the phy from adve

Re: [PATCH] net: dwc_eth_qos: lift parsing of max-speed DT property to common code

2022-08-04 Thread Rasmus Villemoes
On 16/05/2022 02.27, Ramon Fried wrote: > On Wed, May 11, 2022 at 5:58 PM Rasmus Villemoes > wrote: >> >> I have an iMX8MP with a ti,dp83867 phy in front of the eqos >> interface. The phy is Gbit capable - however, the C and D differential >> pairs are not physically routed to the RJ45 connector.

Re: [PATCH] net: dwc_eth_qos: lift parsing of max-speed DT property to common code

2022-05-15 Thread Ramon Fried
On Wed, May 11, 2022 at 5:58 PM Rasmus Villemoes wrote: > > I have an iMX8MP with a ti,dp83867 phy in front of the eqos > interface. The phy is Gbit capable - however, the C and D differential > pairs are not physically routed to the RJ45 connector. So I need to > prevent the phy from advertising

[PATCH] net: dwc_eth_qos: lift parsing of max-speed DT property to common code

2022-05-11 Thread Rasmus Villemoes
I have an iMX8MP with a ti,dp83867 phy in front of the eqos interface. The phy is Gbit capable - however, the C and D differential pairs are not physically routed to the RJ45 connector. So I need to prevent the phy from advertising 1000Mbps. The necessary code is almost already there in the form o