From patchwork Tue Jan 3 12:04:14 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 13087636 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 93C1FC46467 for ; Tue, 3 Jan 2023 16:01:49 +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=NSxSEV6xKYeBCdNHQzp8PTAGOLH2Ei7jUYz6gM0kTeo=; b=yKRUN8KzmvEbBz Kg40lLmWiGZTRlje+YG/FWcQLLrC+PSMb8FqUCrduBsjpbxl84n5YpUKA3HX8WixPuVsAFjX219zB MLTDT4zzWRhCoVNJd6//wCC/tSqmJBKLzz/zMNLTNxHYDRF6oi0MTJZQsTgZUjyYHMht5BxitUIEb wHAIwdudQFT+9z8heAF6vTEQ3S/1uFZpc1KPib80SLP8phAKMVhJSv6T2Od49UwLB6ncSqjnIMPVn /gaVXCVIFeBvT9l3v1n4Is000Tudy92j/u3DbHKNOtA4YuCba0w0LlUvFWEmCpeuekgTKcsJ9nStR GoimwbC5ReTsDpPui3sw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pCjiC-002iKu-9K; Tue, 03 Jan 2023 16:00:24 +0000 Received: from andre.telenet-ops.be ([2a02:1800:120:4::f00:15]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1pCg1l-0017wz-2f for linux-arm-kernel@lists.infradead.org; Tue, 03 Jan 2023 12:04:23 +0000 Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed10:f1ca:ff0d:9dea:806e]) by andre.telenet-ops.be with bizsmtp id 4C4H290012YHDVW01C4Hxo; Tue, 03 Jan 2023 13:04:17 +0100 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.93) (envelope-from ) id 1pCg1g-001yq8-NG; Tue, 03 Jan 2023 13:04:16 +0100 Received: from geert by rox.of.borg with local (Exim 4.93) (envelope-from ) id 1pCg1g-001OFw-BO; Tue, 03 Jan 2023 13:04:16 +0100 From: Geert Uytterhoeven To: Magnus Damm Cc: linux-renesas-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Geert Uytterhoeven Subject: [PATCH] arm64: defconfig: Enable RZ/G2L MIPI CSI-2 and CRU support Date: Tue, 3 Jan 2023 13:04:14 +0100 Message-Id: <32098bf6a5e78a4bcc6398ccb5db0b01f1afc9b9.1672747428.git.geert+renesas@glider.be> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230103_040421_452197_BCB75D6B X-CRM114-Status: UNSURE ( 8.93 ) X-CRM114-Notice: Please train this message. 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 Increase build and test coverage by enabling support for the Renesas RZ/G2L MIPI CSI-2 Receiver and the RZ/G2L Camera Receiving Unit, as used on the RZ/G2L SMARC EVK development board. Signed-off-by: Geert Uytterhoeven --- To be queued in renesas-devel for v6.3. --- arch/arm64/configs/defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 4e9488fbbc060f04..22543373e89af2eb 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -717,6 +717,8 @@ CONFIG_VIDEO_QCOM_VENUS=m CONFIG_VIDEO_RCAR_ISP=m CONFIG_VIDEO_RCAR_CSI2=m CONFIG_VIDEO_RCAR_VIN=m +CONFIG_VIDEO_RZG2L_CSI2=m +CONFIG_VIDEO_RZG2L_CRU=m CONFIG_VIDEO_RENESAS_FCP=m CONFIG_VIDEO_RENESAS_FDP1=m CONFIG_VIDEO_RENESAS_VSP1=m