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 E40FDC3DA78 for ; Sun, 15 Jan 2023 14:50:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-ID:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=H5Y0YXUeEIHHT3Xu0+QaOEabjJyFJfQgpIhdJwI1CIc=; b=zwSSikpMdIncbI lXCOweLUQr0P2CuusqoU9XNJhqK296fhLzOhtHrE0erGJXhJ7gJph+sGuT4OpksfzYEGaw+/svFMn edb8B8QQO3VcZenp7Hv/ffYK0DB8kKfMBrmzvSGIOPlQWx0Y/TqaX2WCzXE1QQQhnHRBvjDkXHhQk +NeiHt4jmrFWWCu2jWKcp7+nWEsOa05fV1YbPPRhWKAI1k1100DtqRjpBUnt/0h2Ej5nt5e1Zmv46 4lMo6PBVJWcWyxBlv7/8uvfdrOPC98fJxjeN4T1pLuPbK9Nwk6WDizuCHJFz3RicgW3m7rnY2UXPw D/EpPEXamLMYdV8KunBw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pH4KL-007UWO-JM; Sun, 15 Jan 2023 14:49:41 +0000 Received: from gloria.sntech.de ([185.11.138.130]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1pH4KI-007UVP-GO; Sun, 15 Jan 2023 14:49:39 +0000 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 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230115_064938_574236_71D71146 X-CRM114-Status: GOOD ( 14.96 ) 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.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, > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel