From mboxrd@z Thu Jan 1 00:00:00 1970 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> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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 >