diff options
author | Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us> | 2018-08-01 07:44:20 -0700 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-08-06 07:05:37 +0200 |
commit | 5a6229a93df8a3f292094012a43410c6a24c210e (patch) | |
tree | 34e722aee5cf4646ccc34c30a9158f6af4df96c1 /target/linux/ramips/dts | |
parent | f72fa883b324311c1972c39ed521e536b25d674c (diff) | |
download | upstream-5a6229a93df8a3f292094012a43410c6a24c210e.tar.gz upstream-5a6229a93df8a3f292094012a43410c6a24c210e.tar.bz2 upstream-5a6229a93df8a3f292094012a43410c6a24c210e.zip |
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 <daniel@gimpelevich.san-francisco.ca.us>
Diffstat (limited to 'target/linux/ramips/dts')
-rw-r--r-- | target/linux/ramips/dts/BR-6478AC-V2.dts | 1 | ||||
-rw-r--r-- | target/linux/ramips/dts/E1700.dts | 1 | ||||
-rw-r--r-- | target/linux/ramips/dts/MT7620a_MT7530.dts | 1 | ||||
-rw-r--r-- | target/linux/ramips/dts/TINY-AC.dts | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/target/linux/ramips/dts/BR-6478AC-V2.dts b/target/linux/ramips/dts/BR-6478AC-V2.dts index fb2b3ce41e..e2a208d28e 100644 --- a/target/linux/ramips/dts/BR-6478AC-V2.dts +++ b/target/linux/ramips/dts/BR-6478AC-V2.dts @@ -184,7 +184,6 @@ &gsw { mediatek,port4 = "gmac"; - mediatek,mt7530 = <1>; }; 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 { diff --git a/target/linux/ramips/dts/MT7620a_MT7530.dts b/target/linux/ramips/dts/MT7620a_MT7530.dts index 117e802ebd..706ba72d11 100644 --- a/target/linux/ramips/dts/MT7620a_MT7530.dts +++ b/target/linux/ramips/dts/MT7620a_MT7530.dts @@ -104,7 +104,6 @@ &gsw { mediatek,port4 = "gmac"; - mediatek,mt7530 = <1>; }; &pcie { diff --git a/target/linux/ramips/dts/TINY-AC.dts b/target/linux/ramips/dts/TINY-AC.dts index 5098ab7263..f7361497d9 100644 --- a/target/linux/ramips/dts/TINY-AC.dts +++ b/target/linux/ramips/dts/TINY-AC.dts @@ -146,7 +146,6 @@ &gsw { mediatek,port4 = "gmac"; - mediatek,mt7530 = <1>; }; &pcie { |