From 5a6229a93df8a3f292094012a43410c6a24c210e Mon Sep 17 00:00:00 2001 From: Daniel Gimpelevich Date: Wed, 1 Aug 2018 07:44:20 -0700 Subject: ramips: remove superfluous & confusing DT binding Mediatek has a reference platform that pairs an MT7620A with an MT7530W, where the latter responds on MDIO address 0x1f while both chips respond on 0x0 to 0x4. The driver special-cases this arrangement to make sure it's talking to the right chip, but two different ways in two different places. This patch consolidates the detection without the current requirement of both tests to be separately satisfied in the DTS. Signed-off-by: Daniel Gimpelevich --- target/linux/ramips/dts/E1700.dts | 1 - 1 file changed, 1 deletion(-) (limited to 'target/linux/ramips/dts/E1700.dts') diff --git a/target/linux/ramips/dts/E1700.dts b/target/linux/ramips/dts/E1700.dts index cf136551b4..75e1e07824 100644 --- a/target/linux/ramips/dts/E1700.dts +++ b/target/linux/ramips/dts/E1700.dts @@ -152,7 +152,6 @@ &gsw { mediatek,port4 = "gmac"; - mediatek,mt7530 = <1>; }; &wmac { -- cgit v1.2.3