lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <1576088846.23763.80.camel@mtksdccf07> Date: Thu, 12 Dec 2019 02:27:26 +0800 From: Landen Chao <landen.chao@...iatek.com> To: Andrew Lunn <andrew@...n.ch> CC: "f.fainelli@...il.com" <f.fainelli@...il.com>, "vivien.didelot@...oirfairelinux.com" <vivien.didelot@...oirfairelinux.com>, "matthias.bgg@...il.com" <matthias.bgg@...il.com>, "robh+dt@...nel.org" <robh+dt@...nel.org>, "mark.rutland@....com" <mark.rutland@....com>, "devicetree@...r.kernel.org" <devicetree@...r.kernel.org>, "netdev@...r.kernel.org" <netdev@...r.kernel.org>, "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>, "linux-mediatek@...ts.infradead.org" <linux-mediatek@...ts.infradead.org>, "davem@...emloft.net" <davem@...emloft.net>, Sean Wang <Sean.Wang@...iatek.com>, "opensource@...rst.com" <opensource@...rst.com>, "frank-w@...lic-files.de" <frank-w@...lic-files.de> Subject: Re: [PATCH net-next 5/6] arm64: dts: mt7622: add mt7531 dsa to mt7622-rfb1 board On Wed, 2019-12-11 at 00:51 +0800, Andrew Lunn wrote: > > + port@6 { > > + reg = <6>; > > + label = "cpu"; > > + ethernet = <&gmac0>; > > + phy-mode = "2500base-x"; > > + > > + fixed-link { > > + speed = <2500>; > > + full-duplex; > > + pause; > > + }; > > This fixed-link should not be needed. The DSA driver is supposed to > configure the CPU port to its fastest speed by default. 2500 is > the fastest speed a 2500Base-X link can do... I'll add the cpu port logic to use the fastest speed by default. It also needs to modify the mt753x_phylink_mac_config() logic. Landen > > Andrew
Powered by blists - more mailing lists