From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5D8A9EB64DA for ; Fri, 21 Jul 2023 02:09:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230077AbjGUCJg convert rfc822-to-8bit (ORCPT ); Thu, 20 Jul 2023 22:09:36 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60564 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229703AbjGUCJf (ORCPT ); Thu, 20 Jul 2023 22:09:35 -0400 Received: from ex01.ufhost.com (ex01.ufhost.com [61.152.239.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1BBFC19B3; Thu, 20 Jul 2023 19:09:31 -0700 (PDT) Received: from EXMBX166.cuchost.com (unknown [175.102.18.54]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "EXMBX166", Issuer "EXMBX166" (not verified)) by ex01.ufhost.com (Postfix) with ESMTP id CA85424E2EB; Fri, 21 Jul 2023 10:09:23 +0800 (CST) Received: from EXMBX062.cuchost.com (172.16.6.62) by EXMBX166.cuchost.com (172.16.6.76) with Microsoft SMTP Server (TLS) id 15.0.1497.42; Fri, 21 Jul 2023 10:09:23 +0800 Received: from [192.168.120.43] (171.223.208.138) by EXMBX062.cuchost.com (172.16.6.62) with Microsoft SMTP Server (TLS) id 15.0.1497.42; Fri, 21 Jul 2023 10:09:21 +0800 Message-ID: <42beaf41-947e-f585-5ec1-f1710830e556@starfivetech.com> Date: Fri, 21 Jul 2023 10:09:19 +0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.10.0 Subject: Re: [PATCH v1 0/2] Add ethernet nodes for StarFive JH7110 SoC Content-Language: en-US To: Conor Dooley , Rob Herring , Krzysztof Kozlowski , Paul Walmsley , Palmer Dabbelt , Albert Ou , Hal Feng , , , , CC: Conor Dooley , Emil Renner Berthing , Emil Renner Berthing , Richard Cochran , "David S . Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Jose Abreu , Andrew Lunn , Heiner Kallweit , Peter Geis , Yanhong Wang , Tommaso Merciai References: <20230714104521.18751-1-samin.guo@starfivetech.com> <20230720-cardstock-annoying-27b3b19e980a@spud> From: Guo Samin In-Reply-To: <20230720-cardstock-annoying-27b3b19e980a@spud> Content-Type: text/plain; charset="UTF-8" X-Originating-IP: [171.223.208.138] X-ClientProxiedBy: EXCAS062.cuchost.com (172.16.6.22) To EXMBX062.cuchost.com (172.16.6.62) X-YovoleRuleAgent: yovoleflag Content-Transfer-Encoding: 8BIT Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org -------- 原始信息 -------- 主题: Re: [PATCH v1 0/2] Add ethernet nodes for StarFive JH7110 SoC From: Conor Dooley 收件人: Conor Dooley , Rob Herring , Krzysztof Kozlowski , Paul Walmsley , Palmer Dabbelt , Albert Ou , Hal Feng , linux-kernel@vger.kernel.org, linux-riscv@lists.infradead.org, devicetree@vger.kernel.org, netdev@vger.kernel.org, Samin Guo 日期: 2023/7/21 > From: Conor Dooley > > On Fri, 14 Jul 2023 18:45:19 +0800, Samin Guo wrote: >> This series adds ethernet nodes for StarFive JH7110 RISC-V SoC, >> and has been tested on StarFive VisionFive-2 v1.2A and v1.3B SBC boards. >> >> The first patch adds ethernet nodes for jh7110 SoC, the second patch >> adds ethernet nodes for visionfive 2 SBCs. >> >> This series relies on xingyu's syscon patch[1]. >> For more information and support, you can visit RVspace wiki[2]. >> >> [...] > > Applied to riscv-dt-for-next, thanks! > > [1/2] riscv: dts: starfive: jh7110: Add ethernet device nodes > https://git.kernel.org/conor/c/1ff166c97972 > [2/2] riscv: dts: starfive: visionfive 2: Add configuration of gmac and phy > https://git.kernel.org/conor/c/b15a73c358d1 > > Thanks, > Conor. Hi Conor, Thank you so much! There is a question about the configuration of phy that I would like to consult you. Latest on motorcomm PHY V5[1]: Follow Rob Herring's advice motorcomm,rx-xxx-driver-strength Changed to motorcomm,rx-xxx-drv-microamp . V5 has already received a reviewed-by from Andrew Lunn, and it should not change again. Should I submit another pacthes based on riscv-dt-for-next? [1] https://patchwork.kernel.org/project/netdevbpf/cover/20230720111509.21843-1-samin.guo@starfivetech.com Best regards, Samin