From patchwork Mon Jul 24 17:20:38 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Drew Fustini X-Patchwork-Id: 706413 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 91E94C00528 for ; Mon, 24 Jul 2023 17:20:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230517AbjGXRUw (ORCPT ); Mon, 24 Jul 2023 13:20:52 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56852 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231263AbjGXRUu (ORCPT ); Mon, 24 Jul 2023 13:20:50 -0400 Received: from mail-pl1-x632.google.com (mail-pl1-x632.google.com [IPv6:2607:f8b0:4864:20::632]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3408310F7 for ; Mon, 24 Jul 2023 10:20:49 -0700 (PDT) Received: by mail-pl1-x632.google.com with SMTP id d9443c01a7336-1b895a06484so27199085ad.1 for ; Mon, 24 Jul 2023 10:20:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=baylibre-com.20221208.gappssmtp.com; s=20221208; t=1690219248; x=1690824048; h=cc:to:in-reply-to:references:message-id:content-transfer-encoding :mime-version:subject:date:from:from:to:cc:subject:date:message-id :reply-to; bh=yG6Fw3427yb+1A3z1UjhPjDu/XeyqKpB6skEHK30hAE=; b=jmO32zV7MyqDXvN5bP/2SuLkTtT38XiVZWCkqII0s9Z5i9H0ZJ6/OFVSuF8bKjVmFV lzuYRHvb8wVLEbrAyac1/IgtgXOuEApCTv4f6lGy9x5GF0oqdK9wO5Lz3PLC8jdQl54o YWjZ2VlcYpMYGQW+SBKxIinFp5SkICN9Hlo/9GzBwrgIxffsGHxAZx0PYzwp1GsS1fyl vXfIXoIYNwqBXmC6iy7H4ihFptx2/aeEIqJFv7hU6yi1QLXEhLpCebbhq90jSomoVmIi 4EFbqERAo9kOOVtR4xAhnrmh0hfkoeKVdRG7khI9UFPi1SVJEpwf4o9009xg7DHUNPkx N4Sg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1690219248; x=1690824048; h=cc:to:in-reply-to:references:message-id:content-transfer-encoding :mime-version:subject:date:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=yG6Fw3427yb+1A3z1UjhPjDu/XeyqKpB6skEHK30hAE=; b=NAhngdICqkFLAUYHexhfi5J+LfUQVYILVPYIGm8hS5N+StuWYuD00jAg7bTR49lYIa 7wjYTbotG3cziFZuVqWka5vEfJxaX1zn/0maEJxO30n735A8570KGUNgf1EMdopo7cBd EcPVXgXx6yxivA9HXpzZUrgI0ob63asFjc+NxJ5GnjRxt07lTyiVf387H0Td2262cBqt +lyGJmTfa8txjnUDxQoSvDwGwv+mJPBYOb84KAl6hMbgym7OYpf7PRaDIJHI+rzu3wsp PMsNL/N16f7ctzHv/Ayod2cahW9t7i3nlsbL5kbwxnBA3SbV3ZCrVMRdJh/V59XPPxlE DXNg== X-Gm-Message-State: ABy/qLZ2u3rqmSzzXC7m+51Q80dhyhARu1YXOeQ8R/aC+G+W/lG2MjVq ILPaDtQkZbhqWCqZTzljJZDoFQ== X-Google-Smtp-Source: APBJJlHXX6f8aSU2q7XTjWqD6MEPU2ep9lzFpSAwTPqEvRGH8trskBaYphPiUnho53oicuo7BT838A== X-Received: by 2002:a17:902:7d93:b0:1b8:b26f:a6ac with SMTP id a19-20020a1709027d9300b001b8b26fa6acmr8556357plm.5.1690219248651; Mon, 24 Jul 2023 10:20:48 -0700 (PDT) Received: from [127.0.1.1] ([2601:1c2:1800:f680:b55a:eeb0:a3a8:248e]) by smtp.gmail.com with ESMTPSA id ij15-20020a170902ab4f00b001b9cf522c0esm146456plb.97.2023.07.24.10.20.47 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 24 Jul 2023 10:20:48 -0700 (PDT) From: Drew Fustini Date: Mon, 24 Jul 2023 10:20:38 -0700 Subject: [PATCH v2 1/3] dt-bindings: riscv: Add BeagleV Ahead board compatibles MIME-Version: 1.0 Message-Id: <20230722-upstream-beaglev-ahead-dts-v2-1-a470ab8fe806@baylibre.com> References: <20230722-upstream-beaglev-ahead-dts-v2-0-a470ab8fe806@baylibre.com> In-Reply-To: <20230722-upstream-beaglev-ahead-dts-v2-0-a470ab8fe806@baylibre.com> To: Jisheng Zhang , Guo Ren , Fu Wei , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Paul Walmsley , Palmer Dabbelt , Albert Ou , Conor Dooley Cc: linux-riscv@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Robert Nelson , Jason Kridner , Drew Fustini , Krzysztof Kozlowski X-Mailer: b4 0.12.2 X-Developer-Signature: v=1; a=ed25519-sha256; t=1690219247; l=1043; i=dfustini@baylibre.com; s=20230430; h=from:subject:message-id; bh=WpzSzfYRuktV65/KrbeijV6SvDJPRaBdgv74PJSJApo=; b=VlVKSb6j60XCYtqQ4xA6mjMyq3wo5A4KCBV05ljq2zRQIKv58/TcihvJhR3H6bMpxp+zu5+ij 5OAHc8kNWpyAtaZ8zN5FuYC6a67LkjHgnM9/nigLqONCu2WgqsIsHHV X-Developer-Key: i=dfustini@baylibre.com; a=ed25519; pk=p3GKE9XFmjhwAayAHG4U108yag7V8xQVd4zJLdW0g7g= Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Document the compatible strings for the BeagleV Ahead board which uses the T-Head TH1520 SoC. Link: https://beagleboard.org/beaglev-ahead Acked-by: Krzysztof Kozlowski Reviewed-by: Guo Ren Signed-off-by: Drew Fustini --- Documentation/devicetree/bindings/riscv/thead.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Documentation/devicetree/bindings/riscv/thead.yaml b/Documentation/devicetree/bindings/riscv/thead.yaml index e62f6821372e..301912dcd290 100644 --- a/Documentation/devicetree/bindings/riscv/thead.yaml +++ b/Documentation/devicetree/bindings/riscv/thead.yaml @@ -17,6 +17,10 @@ properties: const: '/' compatible: oneOf: + - description: BeagleV Ahead single board computer + items: + - const: beagle,beaglev-ahead + - const: thead,th1520 - description: Sipeed Lichee Pi 4A board for the Sipeed Lichee Module 4A items: - enum: