Re: [PATCH net v2] net: dsa: mt7530: do not advertise EEE on MT7621/MT7530 switch

From: Andrew Lunn

Date: Thu Aug 20 2026 - 17:04:16 EST


> The MT7530 internal GE PHY advertises EEE by hardware default. The
> eee-broken-100tx / eee-broken-1000t device-tree properties

These properties are not needed. We know the PHY is broken, there is
no need to describe it is brokenin DT. The PHY driver should just
disable EEE. End of story.

Andrew