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 6E06BC63797 for ; Sun, 15 Jan 2023 14:49:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231233AbjAOOtq (ORCPT ); Sun, 15 Jan 2023 09:49:46 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44474 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230380AbjAOOtn (ORCPT ); Sun, 15 Jan 2023 09:49:43 -0500 Received: from gloria.sntech.de (gloria.sntech.de [185.11.138.130]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 45D9010400 for ; Sun, 15 Jan 2023 06:49:41 -0800 (PST) Received: from ip5b412258.dynamic.kabel-deutschland.de ([91.65.34.88] 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 1pH4KF-0007eP-O5; Sun, 15 Jan 2023 15:49:35 +0100 From: Heiko =?ISO-8859-1?Q?St=FCbner?= To: Rob Herring , Jagan Teki , Sebastian Reichel , Krzysztof Kozlowski Cc: linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, devicetree@vger.kernel.org Subject: Re: [PATCH 1/3] dt-bindings: dt-bindings: arm: rockchip: Add Radxa Compute Module 3 Date: Sun, 15 Jan 2023 15:49:35 +0100 Message-ID: <5638590.DvuYhMxLoT@diego> In-Reply-To: <167379396101.36245.3129099751878177714.b4-ty@sntech.de> References: <20230112105902.192852-1-jagan@amarulasolutions.com> <167379396101.36245.3129099751878177714.b4-ty@sntech.de> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Am Sonntag, 15. Januar 2023, 15:46:49 CET schrieb Heiko Stuebner: > On Thu, 12 Jan 2023 16:29:00 +0530, Jagan Teki wrote: > > Radxa Compute Module 3(CM3) is one of the modules from a series > > System On Module based on the Radxa ROCK 3 series and is compatible > > with Raspberry Pi CM4 in pinout and form factor. > > > > Specification: > > - Rockchip RK3566 > > - up to 8GB LPDDR4 > > - up to 128GB high performance eMMC > > - Optional wireless LAN, 2.4GHz and 5.0GHz IEEE 802.11b/g/n/ac wireless, > > BT 5.0, BLE with onboard and external antenna. > > - Gigabit Ethernet PHY > > > > [...] > > Applied, thanks! > > [1/3] dt-bindings: dt-bindings: arm: rockchip: Add Radxa Compute Module 3 > commit: 8f590d9a049438f0fcab156690394be82060e800 for the record, I did drop the second dt-bindings from the subject as suggested by Krzysztof and the patch is named "dt-bindings: arm: rockchip: Add Radxa Compute Module 3" Heiko > [2/3] arm64: dts: rockchip: rk3566: Add Radxa Compute Module 3 > commit: 206cf8403c9e9e46b74995b5bb98c6f4162d8a29 > [3/3] arm64: dts: rockchip: rk3566: Add Radxa Compute Module 3 IO > commit: 856d168ab16b99b2a4d75d8f8c66390aafef996b > > Best regards, >