From patchwork Mon Nov 21 15:17:53 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Tretter X-Patchwork-Id: 13051299 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 91361C433FE for ; Mon, 21 Nov 2022 15:30:04 +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: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:In-Reply-To:References: List-Owner; bh=y8HVwPO5TlcjcSr7ErFHIDW+pS/XLLhBllDJgO7FvUM=; b=Gt6RBzavp6lGIT Cie9+2QCzKM3CsIi71OTtaCj25CaV21hOXJl7WK0UiZTNX9oiwh3xtgDaJ5yXP3fuR5zUamQgS9Mu QYk66Eywri6MILJd/BhqGsk+ragnjC+TPCnmDFFANkdigbTBkpHkSgkJNIgg0uvUSR3HfVLmlZGY/ itYIlNu0WnTqW4XE5IfUUyYkudy+9eqcsi/EDzNG3We4tbD6KNgY5aChBHgHNXcrcG/LRDXyAsT2o 6lzTtdYPtwJFhtxXVLjMO4sCLx5nqGrGDkq7phvZvtR+xgSy4q6lR1U1FeqGMjNXQdRdq3BcDVlnj KWlGK+ZtcdS3FoWfuDYg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ox8jJ-00FBvk-7M; Mon, 21 Nov 2022 15:29:05 +0000 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1ox8Yl-00F5Ch-Iw for linux-arm-kernel@lists.infradead.org; Mon, 21 Nov 2022 15:18:16 +0000 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ox8Yb-0004BZ-LZ; Mon, 21 Nov 2022 16:18:01 +0100 Received: from [2a0a:edc0:0:1101:1d::54] (helo=dude05.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1ox8YV-005gHK-Ph; Mon, 21 Nov 2022 16:17:56 +0100 Received: from mtr by dude05.red.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1ox8YV-008hFH-Jx; Mon, 21 Nov 2022 16:17:55 +0100 From: Michael Tretter To: devicetree@vger.kernel.org, linux-rockchip@lists.infradead.org, jacob-chen@iotwrt.com, ezequiel@vanguardiasur.com.ar, robh+dt@kernel.org Cc: krzysztof.kozlowski+dt@linaro.org, heiko@sntech.de, michael.riesch@wolfvision.net, linux-arm-kernel@lists.infradead.org, m.tretter@pengutronix.de, kernel@pengutronix.de Subject: [PATCH 0/2] media: rockchip: rga: Add rk3568 support Date: Mon, 21 Nov 2022 16:17:53 +0100 Message-Id: <20221121151755.2072816-1-m.tretter@pengutronix.de> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 X-SA-Exim-Connect-IP: 2a0a:edc0:0:c01:1d::a2 X-SA-Exim-Mail-From: mtr@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: linux-arm-kernel@lists.infradead.org X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221121_071811_685940_76BA5A73 X-CRM114-Status: GOOD ( 10.47 ) 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org The RGA2 on the Rockchip rk3568 is the same core as the RGA2 on the Rockchip rk3288. This series adds the necessary device tree binding and node in the device tree to enable the RGA2 on the Rockchip rk3568. I tested the driver with the GStreamer v4l2convert element on a ROCK3A board. Michael Michael Tretter (2): media: dt-bindings: media: rockchip-rga: add rockchip,rk3568-rga arm64: dts: rockchip: Add RGA2 support to rk356x .../devicetree/bindings/media/rockchip-rga.yaml | 4 +++- arch/arm64/boot/dts/rockchip/rk356x.dtsi | 11 +++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-)