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 57DC7C7EE23 for ; Sun, 21 May 2023 11:47:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230188AbjEULqf (ORCPT ); Sun, 21 May 2023 07:46:35 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37932 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231868AbjEUKqi (ORCPT ); Sun, 21 May 2023 06:46:38 -0400 Received: from gloria.sntech.de (gloria.sntech.de [185.11.138.130]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 613921A6; Sun, 21 May 2023 03:46:21 -0700 (PDT) Received: from [91.65.34.120] (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 1q0gZo-0008Cg-NT; Sun, 21 May 2023 12:46:12 +0200 From: Heiko =?ISO-8859-1?Q?St=FCbner?= To: Michael Tretter , Sakari Ailus Cc: Jacob Chen , Ezequiel Garcia , Mauro Carvalho Chehab , Rob Herring , Krzysztof Kozlowski , linux-media@vger.kernel.org, linux-rockchip@lists.infradead.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Krzysztof Kozlowski , Nicolas Frattaroli Subject: Re: [PATCH RESEND 2/2] arm64: dts: rockchip: Add RGA2 support to rk356x Date: Sun, 21 May 2023 12:46:11 +0200 Message-ID: <2290673.ElGaqSPkdT@diego> In-Reply-To: References: <20230119-rk3568-rga-v1-0-43d4d14365e6@pengutronix.de> <20230119-rk3568-rga-v1-2-43d4d14365e6@pengutronix.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 Hi, Am Mittwoch, 17. Mai 2023, 20:39:08 CEST schrieb Sakari Ailus: > Hi folks, > > On Fri, Jan 20, 2023 at 10:14:22AM +0100, Michael Tretter wrote: > > The rk3568 also features a RGA2 block. Add the necessary device tree > > node. > > > > Acked-by: Nicolas Frattaroli > > Signed-off-by: Michael Tretter > > Can this patch be merged via the media tree? I don't expect merging the > other one via a different tree being an issue either, so alternatively to > the 1st patch: > > Acked-by: Sakari Ailus thanks for the Ack. To prevent conflicts with other additions to the rk356x.dtsi file, I've picked now both patches for the rockchip tree. Thanks Heiko