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 63403C4332F for ; Fri, 23 Dec 2022 02:17:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229637AbiLWCRE (ORCPT ); Thu, 22 Dec 2022 21:17:04 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35670 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235916AbiLWCQi (ORCPT ); Thu, 22 Dec 2022 21:16:38 -0500 Received: from ex01.ufhost.com (ex01.ufhost.com [61.152.239.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AAFC265C6; Thu, 22 Dec 2022 18:14:36 -0800 (PST) Received: from EXMBX165.cuchost.com (unknown [175.102.18.54]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "EXMBX165", Issuer "EXMBX165" (not verified)) by ex01.ufhost.com (Postfix) with ESMTP id 6F92924E233; Fri, 23 Dec 2022 10:14:35 +0800 (CST) Received: from EXMBX172.cuchost.com (172.16.6.92) by EXMBX165.cuchost.com (172.16.6.75) with Microsoft SMTP Server (TLS) id 15.0.1497.42; Fri, 23 Dec 2022 10:14:35 +0800 Received: from [192.168.125.65] (183.27.97.120) by EXMBX172.cuchost.com (172.16.6.92) with Microsoft SMTP Server (TLS) id 15.0.1497.42; Fri, 23 Dec 2022 10:14:34 +0800 Message-ID: <91397902-e11d-89c3-1fe4-d262a463b0b9@starfivetech.com> Date: Fri, 23 Dec 2022 10:15:37 +0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.3.2 Subject: Re: [PATCH v3 1/7] dt-bindings: riscv: Add StarFive JH7110 SoC and VisionFive 2 board Content-Language: en-US To: Conor Dooley CC: , , "Palmer Dabbelt" , Rob Herring , "Krzysztof Kozlowski" , Paul Walmsley , Albert Ou , Ben Dooks , Daniel Lezcano , "Thomas Gleixner" , Marc Zyngier , Stephen Boyd , Michael Turquette , "Philipp Zabel" , Linus Walleij , Emil Renner Berthing , References: <20221220011247.35560-1-hal.feng@starfivetech.com> <20221220011247.35560-2-hal.feng@starfivetech.com> From: Hal Feng In-Reply-To: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [183.27.97.120] X-ClientProxiedBy: EXCAS066.cuchost.com (172.16.6.26) To EXMBX172.cuchost.com (172.16.6.92) X-YovoleRuleAgent: yovoleflag Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Tue, 20 Dec 2022 20:58:38 +0000, Conor Dooley wrote: > On Tue, Dec 20, 2022 at 09:12:41AM +0800, Hal Feng wrote: > > From: Emil Renner Berthing > > > > Add device tree bindings for the StarFive JH7110 RISC-V SoC > > and the VisionFive 2 board equipped with it. > > > > VisionFive 2 board has version A and version B, which are > > different in gmac and phy chip. The version A board has one > > 1000Mbps and one 100Mbps Ethernet ports while the version B > > board has two 1000Mbps Ethernet ports. > > > > Link: https://doc-en.rvspace.org/Doc_Center/jh7110.html > > Link: https://doc-en.rvspace.org/Doc_Center/visionfive_2.html > > Signed-off-by: Emil Renner Berthing > > Signed-off-by: Hal Feng > > Unless Emil objects, I'll queue this for 6.3 once -rc1 has been tagged. Thank you so much. Best regards, Hal