From patchwork Mon Oct 17 21:05:40 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Cristian Ciocaltea X-Patchwork-Id: 616217 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 A62D8C4332F for ; Mon, 17 Oct 2022 21:05:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230309AbiJQVF4 (ORCPT ); Mon, 17 Oct 2022 17:05:56 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40434 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229767AbiJQVFx (ORCPT ); Mon, 17 Oct 2022 17:05:53 -0400 Received: from madras.collabora.co.uk (madras.collabora.co.uk [IPv6:2a00:1098:0:82:1000:25:2eeb:e5ab]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D872C6BCDB; Mon, 17 Oct 2022 14:05:51 -0700 (PDT) Received: from localhost (unknown [188.24.131.113]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: cristicc) by madras.collabora.co.uk (Postfix) with ESMTPSA id EDC66660232A; Mon, 17 Oct 2022 22:05:49 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1666040750; bh=AaMf44NQLs0FWOmJ2NB4kVWHiWutQgTR2F4DGQiSUCA=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Wt9cEePWTnKmky3w2jqKP2BTP15iidh99hKmwyyPFVK4MBWhROmtRUonUkShnnSvS I7LDAOyqHVRh/Alp29RBzgyBz36h8PyxAq3z59t9OYcl3nrStywKmxPyICSjr/Xj7R hvchqd64Jsg6KnKaEE6hUxgSxCN9kUVCZILg/GhgaEsLQ0dUGFMoSmtdPKw41/uzT/ V24qWkgoQvT+NA+9g0p25EqFxZFf4ezyyWIWqsTcyKb/kcx4Ni0lkXb9QW3vjuGRWg JGeINxoZXhO+vhMhUrnanb+y8iVIcFaIfszjElo7A3uchpO83jnen/Uc4BAIcWGNLA NFnT/3tz4vHNw== From: Cristian Ciocaltea To: Rob Herring , Krzysztof Kozlowski , Paul Walmsley , Palmer Dabbelt , Albert Ou , Michael Zhu , Drew Fustini , Emil Renner Berthing , Conor Dooley Cc: devicetree@vger.kernel.org, linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org, kernel@collabora.com, Krzysztof Kozlowski Subject: [PATCH v4 1/3] dt-bindings: riscv: starfive: Add StarFive VisionFive V1 board Date: Tue, 18 Oct 2022 00:05:40 +0300 Message-Id: <20221017210542.979051-2-cristian.ciocaltea@collabora.com> X-Mailer: git-send-email 2.38.0 In-Reply-To: <20221017210542.979051-1-cristian.ciocaltea@collabora.com> References: <20221017210542.979051-1-cristian.ciocaltea@collabora.com> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Document the compatibles for StarFive VisionFive V1 SBC [1]. The board is based on the StarFive JH7100 SoC. [1] https://github.com/starfive-tech/VisionFive Signed-off-by: Cristian Ciocaltea Reviewed-by: Conor Dooley Reviewed-by: Krzysztof Kozlowski --- Documentation/devicetree/bindings/riscv/starfive.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/riscv/starfive.yaml b/Documentation/devicetree/bindings/riscv/starfive.yaml index 5b36243fd674..5d3fcee52d59 100644 --- a/Documentation/devicetree/bindings/riscv/starfive.yaml +++ b/Documentation/devicetree/bindings/riscv/starfive.yaml @@ -19,7 +19,9 @@ properties: compatible: oneOf: - items: - - const: beagle,beaglev-starlight-jh7100-r0 + - enum: + - beagle,beaglev-starlight-jh7100-r0 + - starfive,visionfive-v1 - const: starfive,jh7100 additionalProperties: true