Message ID | 4a3f337e-cb76-46cc-bacb-c2ed8160619c@gmail.com (mailing list archive) |
---|---|
State | New |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | net: add and use phy_disable_eee | expand |
diff --git a/arch/arm/boot/dts/ti/omap/am335x-baltos.dtsi b/arch/arm/boot/dts/ti/omap/am335x-baltos.dtsi index ae2e8dffb..e69e5e817 100644 --- a/arch/arm/boot/dts/ti/omap/am335x-baltos.dtsi +++ b/arch/arm/boot/dts/ti/omap/am335x-baltos.dtsi @@ -354,8 +354,6 @@ &davinci_mdio_sw { phy1: ethernet-phy@1 { reg = <7>; - eee-broken-100tx; - eee-broken-1000t; }; }; diff --git a/arch/arm/boot/dts/ti/omap/am335x-myirtech-myd.dts b/arch/arm/boot/dts/ti/omap/am335x-myirtech-myd.dts index fd91a3c01..8b86918bd 100644 --- a/arch/arm/boot/dts/ti/omap/am335x-myirtech-myd.dts +++ b/arch/arm/boot/dts/ti/omap/am335x-myirtech-myd.dts @@ -96,7 +96,6 @@ &cpsw_port2 { &davinci_mdio_sw { phy1: ethernet-phy@6 { reg = <6>; - eee-broken-1000t; }; }; diff --git a/arch/arm/boot/dts/ti/omap/am5729-beagleboneai.dts b/arch/arm/boot/dts/ti/omap/am5729-beagleboneai.dts index e6a18954e..e8007a8fd 100644 --- a/arch/arm/boot/dts/ti/omap/am5729-beagleboneai.dts +++ b/arch/arm/boot/dts/ti/omap/am5729-beagleboneai.dts @@ -492,8 +492,6 @@ &davinci_mdio_sw { phy0: ethernet-phy@4 { reg = <4>; - eee-broken-100tx; - eee-broken-1000t; }; };
Now that the cpsw(-new) MAC driver disables PHY EEE advertisement, we can remove the eee-broken-xxx workaround. Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com> --- arch/arm/boot/dts/ti/omap/am335x-baltos.dtsi | 2 -- arch/arm/boot/dts/ti/omap/am335x-myirtech-myd.dts | 1 - arch/arm/boot/dts/ti/omap/am5729-beagleboneai.dts | 2 -- 3 files changed, 5 deletions(-)