diff mbox series

[net-next,3/3] ARM: dts: ti/omap: remove eee-broken properties

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

Checks

Context Check Description
netdev/series_format success Posting correctly formatted
netdev/tree_selection success Clearly marked for net-next
netdev/ynl success Generated files up to date; no warnings/errors; no diff in generated;
netdev/fixes_present success Fixes tag not required for -next series
netdev/header_inline success No static functions without inline keyword in header files
netdev/build_32bit success Errors and warnings before: 0 this patch: 0
netdev/build_tools success No tools touched, skip
netdev/cc_maintainers success CCed 6 of 6 maintainers
netdev/build_clang success Errors and warnings before: 0 this patch: 0
netdev/verify_signedoff success Signed-off-by tag matches author and committer
netdev/deprecated_api success None detected
netdev/check_selftest success No net selftest shell script
netdev/verify_fixes success No Fixes tag
netdev/build_allmodconfig_warn success Errors and warnings before: 0 this patch: 0
netdev/checkpatch success total: 0 errors, 0 warnings, 0 checks, 23 lines checked
netdev/build_clang_rust success No Rust files in patch. Skipping build
netdev/kdoc success Errors and warnings before: 0 this patch: 0
netdev/source_inline success Was 0 now: 0
netdev/contest success net-next-2024-12-17--03-00 (tests: 795)

Commit Message

Heiner Kallweit Dec. 16, 2024, 9:33 p.m. UTC
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(-)
diff mbox series

Patch

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