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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4AE34C4167B for ; Sat, 9 Dec 2023 14:01:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230371AbjLIOAw (ORCPT ); Sat, 9 Dec 2023 09:00:52 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45182 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231334AbjLIOAn (ORCPT ); Sat, 9 Dec 2023 09:00:43 -0500 Received: from gloria.sntech.de (gloria.sntech.de [185.11.138.130]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 655181712; Sat, 9 Dec 2023 06:00:45 -0800 (PST) Received: from i5e860d1d.versanet.de ([94.134.13.29] helo=diego.localnet) by gloria.sntech.de with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rBxsl-0003ul-P1; Sat, 09 Dec 2023 15:00:39 +0100 From: Heiko =?ISO-8859-1?Q?St=FCbner?= To: Andy Yan Cc: krzysztof.kozlowski+dt@linaro.org, robh+dt@kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-rockchip@lists.infradead.org, linux-arm-kernel@lists.infradead.org, Andy Yan Subject: Re: [PATCH 2/5] dt-bindings: arm: rockchip: Add Cool Pi 4B Date: Sat, 09 Dec 2023 15:00:38 +0100 Message-ID: <2263987.atdPhlSkOF@diego> In-Reply-To: <20231209103748.1568462-1-andyshrk@163.com> References: <20231209103622.1568289-1-andyshrk@163.com> <20231209103748.1568462-1-andyshrk@163.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am Samstag, 9. Dezember 2023, 11:37:48 CET schrieb Andy Yan: > Add Cool Pi 4B, a SBC powered by RK3588S > > Signed-off-by: Andy Yan > --- > > 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 5deb66a5c7d9..5de9f3090be1 100644 > --- a/Documentation/devicetree/bindings/arm/rockchip.yaml > +++ b/Documentation/devicetree/bindings/arm/rockchip.yaml > @@ -95,6 +95,11 @@ properties: > - const: chipspark,rayeager-px2 > - const: rockchip,rk3066a > > + - description: Cool Pi 4 Model B > + items: > + - const: CoolPi 4 Model B - const: coolpi,pi-4b at least according to https://cool-pi.com/category/6/pi-4b this seems to be the model name > + - const: rockchip,rk3588s > + > - description: Edgeble Neural Compute Module 2(Neu2) SoM based boards > items: > - const: edgeble,neural-compute-module-2-io # Edgeble Neural Compute Module 2 IO Board >