diff options
author | Chen Minqiang <ptpt52@gmail.com> | 2018-08-04 01:14:07 +0800 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-08-06 07:12:31 +0200 |
commit | f6d81e2fa1f110d8025eaa434d67d0014aca1d42 (patch) | |
tree | 09b5c19ceee02c10f9fda50c5411b73a490f3cea /tools/pkg-config/files | |
parent | 379fe506729a20c5fdb072840cb662b032e90c36 (diff) | |
download | upstream-f6d81e2fa1f110d8025eaa434d67d0014aca1d42.tar.gz upstream-f6d81e2fa1f110d8025eaa434d67d0014aca1d42.tar.bz2 upstream-f6d81e2fa1f110d8025eaa434d67d0014aca1d42.zip |
mt7620: gsw: make IntPHY and ExtPHY share mdio addr 4 possible
To share mdio addr for IntPHY and ExtPHY,
as described in the documentation (MT7620_ProgrammingGuide.pdf).
(refer: http://download.villagetelco.org/hardware/MT7620/MT7620_ProgrammingGuide.pdf)
when port4 setup to work as gmac mode, dts like:
&gsw {
mediatek,port4 = "gmac";
};
we should set SYSCFG1.GE2_MODE==0x0 (RGMII).
but SYSCFG1.GE2_MODE may have been set to 3(RJ-45) by uboot/default
so we need to re-set it to 0x0
before this changes:
gsw: 4FE + 2GE may not work correctly and MDIO addr 4 cannot be used by ExtPHY
after this changes:
gsw: 4FE + 2GE works and MDIO addr 4 can be used by ExtPHY
Signed-off-by: Chen Minqiang <ptpt52@gmail.com>
Diffstat (limited to 'tools/pkg-config/files')
0 files changed, 0 insertions, 0 deletions