From patchwork Wed Sep 4 11:14:55 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Junhao Xie X-Patchwork-Id: 13790633 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id D0D4FCD4847 for ; Wed, 4 Sep 2024 11:28:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: MIME-Version:References:In-Reply-To:Message-ID:Date:Subject:Cc:To:From: Reply-To:Content-Type:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=rhj8sVgaAGXTLO1FMWJkRb4+EeFqD5VaEGffMpbzXDs=; b=ppMn8Hp+VWlW5rQw9x2ADyxPD7 7sNwD1E/3m6uQ3321WF6o9a8q2LJdFBEV5hkKLr770YNtEMTt2bVBTFG+pZ1MasCkIlP/hxdc1Lsw xzcYhfDSG0sZE1UIZBi+BmREMUQVhleKnBhbqzSagJyLG6iSTL1Wd/1iDzNTWbxjCswH3i+pNcySj s+X7pX1sNYZiu3UPweO8M7RcHqNR16RWSTFvzLlZUueWxZ0MS1jS0Sge6qcKjbyIRMcrG5xl2y4hB Hvsl/QS1SPDFLZNplL/TxWkjPuoOK4dC8zHlLKBS6Fl1wMBJzU+n4OhojQy6GfG4T2tiFuDnLHBK9 1zGNPVoA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sloAv-000000048Cl-2viY; Wed, 04 Sep 2024 11:27:49 +0000 Received: from [129.204.178.38] (helo=classfun.cn) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1slnz4-000000044ug-3IsB; Wed, 04 Sep 2024 11:15:36 +0000 Received: from bigfoot-server-storage.classfun.cn (unknown [124.72.162.211]) (Authenticated sender: bigfoot) by classfun.cn (Postfix) with ESMTPSA id 01FA478923; Wed, 4 Sep 2024 19:15:31 +0800 (CST) DKIM-Filter: OpenDKIM Filter v2.11.0 classfun.cn 01FA478923 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=classfun.cn; s=default; t=1725448532; bh=rhj8sVgaAGXTLO1FMWJkRb4+EeFqD5VaEGffMpbzXDs=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Ad7NrR3Q6P/9O9CHRVHn9/xIYA9qINkK+YVP8mKqc+RfZRmFxnFtB1POi0lXubBi9 kCd8RIiQ8IefiAUHdvmUu/MkAY48BHGPqzjx1E7uhmvWG+e9Uzcs9V6RwoeCbVX8kr uf6pKYDuB/FmQApk7g9+hbHXxS9sd1wqBP5g19dA= From: Junhao Xie To: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org Cc: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Heiko Stuebner , Jonas Karlman , Chukun Pan , Junhao Xie , FUKAUMI Naoki , Dragan Simic , linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH 2/3] dt-bindings: arm: rockchip: Add Ariaboard Photonicat RK3568 Date: Wed, 4 Sep 2024 19:14:55 +0800 Message-ID: <20240904111456.87089-3-bigfoot@classfun.cn> X-Mailer: git-send-email 2.46.0 In-Reply-To: <20240904111456.87089-1-bigfoot@classfun.cn> References: <20240904111456.87089-1-bigfoot@classfun.cn> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240904_041535_262956_A8D32F8A X-CRM114-Status: UNSURE ( 8.52 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org This documents Ariaboard Photonicat which is a router based on the RK3568 SoC. Signed-off-by: Junhao Xie --- Documentation/devicetree/bindings/arm/rockchip.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/rockchip.yaml b/Documentation/devicetree/bindings/arm/rockchip.yaml index 1ef09fbfdfaf..b2c83c9b287a 100644 --- a/Documentation/devicetree/bindings/arm/rockchip.yaml +++ b/Documentation/devicetree/bindings/arm/rockchip.yaml @@ -49,6 +49,11 @@ properties: - anbernic,rg-arc-s - const: rockchip,rk3566 + - description: Ariaboard Photonicat RK3568 + items: + - const: ariaboard,photonicat + - const: rockchip,rk3568 + - description: ArmSoM Sige7 board items: - const: armsom,sige7