From mboxrd@z Thu Jan 1 00:00:00 1970 From: mtk15127 Date: Wed, 22 Jan 2020 16:43:40 +0800 Subject: Aw: [U-boot,0/4] Add ethernet support for MT7622 In-Reply-To: References: <20200121113200.24259-1-Mark-MC.Lee@mediatek.com> Message-ID: <1579682620.10684.2.camel@mtksdccf07> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, 2020-01-21 at 13:53 +0100, Frank Wunderlich wrote: > Hi Mark, > > does it depend on another patch(set)? > > i got unsupported switch, because in eth-driver [1] there is a check only for mt7530 (else print this error) and in dts [2], mediatek,switch is set to mt7531 (which is right, but trigger the error). > > i found no patch adding check for mt7531 (or change this check) in patchwork > > [1] https://github.com/frank-w/u-boot/blob/aed9e2af65651d036d742b30f8b4ce2d5f4d215a/drivers/net/mtk_eth.c#L1162 > [2] https://github.com/frank-w/u-boot/blob/29464fe9546c83ad34fdcc395f6e45a9a8538631/arch/arm/dts/mt7622-rfb.dts#L186 > > regards Frank Hi Frank : This patches set just focus on adding mt7622 into mtk eth MAC driver with sgmii support, and yes for some mt7622 product(bpi-r64..etc) that has a internal switch(mt7531) still need patches to support mt7531 to make networking function work fully. We do have plan to send a separate patches for mt7531 switch once this mt7622 eth patch set accepted by uBoot. Thanks to you put a big spotlight on mt7622 development, we will do it asap. Mark