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 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 8732CCAC5B8 for ; Thu, 2 Oct 2025 03:47:26 +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=azXMP7wluQ5A0taXk9EtlBUkK12meH7jlZ3UTEw7NSU=; b=ze5Pvzfl1cNI8DFVx9f6UQuW3c pgYGwWnxAP9BmNhSza2OeiWE0sCO1C6xvNN/7DdHv7hsw9MLKdrQDe8+jGzACvdPMTqaZhwxOD+oj 3H3hL03obpKb9x9rxG9i99DhU5D+hT11UH45EpEkVFQuG2U2i/Cb1MCwsg7WRpR0LTW7DIOcvISLA 2a5fsSi6f3kiAJKl9R/6dU8RYLxI/SIu1bA2ZhLZvHVFwe0fG7TmDfaRfoM+DGuhX/eHaH1B7s35e 7urB1Zi17sjqs5OmFUfMfuviJPS7cxvdtvCdXkGpQoYxnuH8TiS+FSleVh2OHj4F4ueo7OAgnCGBs bwed8FRw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1v4AHo-00000009YPF-2Ge6; Thu, 02 Oct 2025 03:47:20 +0000 Received: from perceval.ideasonboard.com ([213.167.242.64]) by bombadil.infradead.org with esmtps (Exim 4.98.2 #2 (Red Hat Linux)) id 1v4AHl-00000009YNi-3eKx; Thu, 02 Oct 2025 03:47:19 +0000 Received: from pendragon.ideasonboard.com (81-175-209-231.bb.dnainternet.fi [81.175.209.231]) by perceval.ideasonboard.com (Postfix) with UTF8SMTPSA id 9AA3E19DC; Thu, 2 Oct 2025 05:45:46 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1759376746; bh=KcG/zkmiKNvl/P8os4q/rlZ6PsGXzEwTQ9fM/OULnkQ=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=sVoxwEYuj/ela5ZxaI+O+pQLNMIXncIZlADpNxoIKohZAe7cKsRVqA3/vaMuEisqf ZY74kqDaEqRfU41NfTq8XgkMp26jtPE06qvOaZgIbgeX1FzE1fpOHhjfoIqifTCS+M QShfU8f+uQeBVrn+dgNKMC27UatS+hvTKsTWq3/g= From: Laurent Pinchart To: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org Cc: Algea Cao , Andy Yan , Cenk Uluisik , Conor Dooley , Cristian Ciocaltea , Heiko Stuebner , Jimmy Hon , Kever Yang , Krzysztof Kozlowski , Maxime Ripard , Muhammed Efe Cetin , Ondrej Jirman , Rob Herring , Sandy Huang Subject: [PATCH 1/3] dt-bindings: arm: rockchip: Add Orange Pi CM5 Base Date: Thu, 2 Oct 2025 06:47:06 +0300 Message-ID: <20251002034708.19248-2-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.49.1 In-Reply-To: <20251002034708.19248-1-laurent.pinchart@ideasonboard.com> References: <20251002034708.19248-1-laurent.pinchart@ideasonboard.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20251001_204718_053111_40D2495D X-CRM114-Status: UNSURE ( 6.81 ) 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 The Orange Pi CM5 Base board is a carrier board for the Orange Pi CM5 compute module. It has 3 ethernet ports, 2 USB ports, one HDMI output and 4 CSI-2 inputs. Signed-off-by: Laurent Pinchart --- Documentation/devicetree/bindings/arm/rockchip.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/rockchip.yaml b/Documentation/devicetree/bindings/arm/rockchip.yaml index 28db6bd6aa5b..8b08a57f96ce 100644 --- a/Documentation/devicetree/bindings/arm/rockchip.yaml +++ b/Documentation/devicetree/bindings/arm/rockchip.yaml @@ -1243,6 +1243,12 @@ properties: - xunlong,orangepi-5b - const: rockchip,rk3588s + - description: Xunlong Orange Pi CM5 + items: + - const: xunlong,orangepi-cm5-base + - const: xunlong,orangepi-cm5 + - const: rockchip,rk3588s + - description: Zkmagic A95X Z2 items: - const: zkmagic,a95x-z2 -- Regards, Laurent Pinchart