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/E1700.dts | |
parent | f72fa883b324311c1972c39ed521e536b25d674c (diff) | |
download | mtk-20170518-5a6229a93df8a3f292094012a43410c6a24c210e.zip mtk-20170518-5a6229a93df8a3f292094012a43410c6a24c210e.tar.gz mtk-20170518-5a6229a93df8a3f292094012a43410c6a24c210e.tar.bz2 |
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/E1700.dts')
-rw-r--r-- | target/linux/ramips/dts/E1700.dts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/E1700.dts b/target/linux/ramips/dts/E1700.dts index cf13655..75e1e07 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 { |