From patchwork Wed Sep 11 12:28:09 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Junhao Xie X-Patchwork-Id: 13800471 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 7B052EE49A0 for ; Wed, 11 Sep 2024 12:33:21 +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=lRER49IU2r+IDAkeANEnbgPaU7VQG0ThpFJyDhD3UTc=; b=PI3vgyQZJLxTiPtQcnsRZjU2Gj tBdxFNjIC3V9lJ2KGy1vJYWgIv9kp9Gsf/uxFWNB4gIUTaxEUXoF01kvrgOrRVvZWnXtQ0eRA568Q dayjoVmXZ3iHQXVwy/K16pzF1ZSYU919Sx3d9uJJ3PRkvNbwx1sF1V7a91QS49umQLVlim66Gtpds 3PCWBiF1QPCiJk28ksNyMBlAx7FE39nWq5Jdk2Frp9mj0EvBpHYbkfQdA3wGwxdsBij0tQsTOiylZ 4o31/uWkdnLFtd93+yFaDE8Rd6MEntAbm17Zxcsv/f79P58J9SY1qmo6B5yd9HiF+4/PzcDZYVf1c Vdl8kgtg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1soMX0-00000009V3N-45h7; Wed, 11 Sep 2024 12:33:10 +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 1soMSn-00000009ThQ-3E4O; Wed, 11 Sep 2024 12:28:53 +0000 Received: from bigfoot-server-storage.classfun.cn (unknown [124.72.163.173]) (Authenticated sender: bigfoot) by classfun.cn (Postfix) with ESMTPSA id 5DE7D7890F; Wed, 11 Sep 2024 20:28:48 +0800 (CST) DKIM-Filter: OpenDKIM Filter v2.11.0 classfun.cn 5DE7D7890F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=classfun.cn; s=default; t=1726057729; bh=lRER49IU2r+IDAkeANEnbgPaU7VQG0ThpFJyDhD3UTc=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=PnqRqeQT/v5rOs3iAV7HYfGeevEPY97wc4GLRvb5FEg0C/ka4TQcMudR1ubawucPw itrJ7Dpjx8X9W9HN6ShKNgDLIv5Eek0VO2rweE4XrzKkf01G6TN454QyxkDtyNTtBJ ybb2syV4k0sRqYBierEcHb9ppv5wvgoG8tyLGExw= 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 v3 2/3] dt-bindings: arm: rockchip: Add Ariaboard Photonicat RK3568 Date: Wed, 11 Sep 2024 20:28:09 +0800 Message-ID: <20240911122809.1789778-4-bigfoot@classfun.cn> X-Mailer: git-send-email 2.46.0 In-Reply-To: <20240911122809.1789778-2-bigfoot@classfun.cn> References: <20240911122809.1789778-2-bigfoot@classfun.cn> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240911_052849_987863_DE02320C X-CRM114-Status: UNSURE ( 8.27 ) 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 RK3568 SoC. Link: https://ariaboard.com/ Link: https://photonicat.com/ 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..c35541b56175 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 + items: + - const: ariaboard,photonicat + - const: rockchip,rk3568 + - description: ArmSoM Sige7 board items: - const: armsom,sige7