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 9B794C4332F for ; Fri, 18 Nov 2022 11:32:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241546AbiKRLcZ (ORCPT ); Fri, 18 Nov 2022 06:32:25 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33550 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241743AbiKRLcH (ORCPT ); Fri, 18 Nov 2022 06:32:07 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B79969A24F; Fri, 18 Nov 2022 03:31:44 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 545B4B8232A; Fri, 18 Nov 2022 11:31:43 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B769BC433C1; Fri, 18 Nov 2022 11:31:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1668771102; bh=rbpo0ScAYpQED/teVdJYvfJZ7RXLiDQyTZjVVIexQgI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=bw40giz/fVxmMTSwfCPwj3e6OCDgcHPsfE3AB1/prTpcHY7B7eKMiDNFgWXklVbwY ZI0oTzkvsjQ1l7gEk2myjo+ditK8V2pwqrGqeWQD5Kod5XggpD+7VK5VvlNRizCe/G S8b64P8FNiy+U+bPaOGS/IPEuelGW0/BBwxLuJK5XiAjB8Pzgtiz4tbNpFnloEpAy3 83Km4u0SStNXtFT9N/QFcCNqNch45EdQE5LH26T1XjWxg+1HEd6dzOsGfF86kAyZ/b nXrySLnxv6GFL4LOcmofgUcjQr3009tMYx0BGb5VUziS0MnUU/wk6lL0LfWFxYs7FK l3ojYiEIY/I2Q== Date: Fri, 18 Nov 2022 11:31:36 +0000 From: Conor Dooley To: Hal Feng Cc: linux-riscv@lists.infradead.org, devicetree@vger.kernel.org, Palmer Dabbelt , Rob Herring , Krzysztof Kozlowski , Paul Walmsley , Albert Ou , Ben Dooks , Thomas Gleixner , Marc Zyngier , Stephen Boyd , Michael Turquette , Philipp Zabel , Linus Walleij , Emil Renner Berthing , linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 1/8] dt-bindings: riscv: Add StarFive JH7110 SoC and VisionFive2 board Message-ID: References: <20221118011714.70877-1-hal.feng@starfivetech.com> <20221118011714.70877-2-hal.feng@starfivetech.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221118011714.70877-2-hal.feng@starfivetech.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Fri, Nov 18, 2022 at 09:17:07AM +0800, Hal Feng wrote: > From: Emil Renner Berthing > > Add device tree bindings for the StarFive JH7110 RISC-V SoC [1] > and the VisionFive2 board [2] equipped with it. > > [1]: https://doc-en.rvspace.org/Doc_Center/jh7110.html > [2]: https://doc-en.rvspace.org/Doc_Center/visionfive_2.html Could you make these two into "Link:" tags please? Otherwise, Reviewed-by: Conor Dooley > Signed-off-by: Emil Renner Berthing > Signed-off-by: Hal Feng > --- > Documentation/devicetree/bindings/riscv/starfive.yaml | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/Documentation/devicetree/bindings/riscv/starfive.yaml b/Documentation/devicetree/bindings/riscv/starfive.yaml > index 5b36243fd674..64008c57e31f 100644 > --- a/Documentation/devicetree/bindings/riscv/starfive.yaml > +++ b/Documentation/devicetree/bindings/riscv/starfive.yaml > @@ -22,6 +22,10 @@ properties: > - const: beagle,beaglev-starlight-jh7100-r0 > - const: starfive,jh7100 > > + - items: > + - const: starfive,visionfive-v2 > + - const: starfive,jh7110 > + > additionalProperties: true > > ... > -- > 2.38.1 > > > _______________________________________________ > linux-riscv mailing list > linux-riscv@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-riscv