From patchwork Mon Apr 17 05:56:25 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 13213299 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 76B4FC77B70 for ; Mon, 17 Apr 2023 05:57:06 +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=d1z8RvoDUqiQNGBuE/L/j3rjskTIQVoOQZjRU2tWqc8=; b=KiPFK6QEyf8tcR bc3MBPJc6EFdbehPNNbUnI0PO/h7es0Fw108NbZkEyrTEdZPcFs5dwE3WpgbIAQiTTxiQTu0WJ9GR 7ARGNda+RJG9RAk4dgGB2Onk+sDzU95t6haKAX/stUIPGo20sDzRorVPddom7RbIXtMnKjT9ss9S8 JXpWXDEBGe0lDdaKWQ64oDmsga2RHLnFoS0WohZF0Qxju6VP5HFhzESWSBUDQhRs5ognpLd1zPJWW a5y1sfU8/BtbmOxa0ie1MLyYLsnnPU4eMBRhpQOscp2HKXXs6U1e2cD4oXvRcUfh1DV+2K4lfnUw9 B2xeirtsWgBO1/lptKvQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1poHqe-00Exef-2R; Mon, 17 Apr 2023 05:56:20 +0000 Received: from perceval.ideasonboard.com ([213.167.242.64]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1poHqc-00Exe9-1V for linux-arm-kernel@lists.infradead.org; Mon, 17 Apr 2023 05:56:19 +0000 Received: from pendragon.ideasonboard.com (133-32-181-51.west.xps.vectant.ne.jp [133.32.181.51]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 35AC675B; Mon, 17 Apr 2023 07:56:08 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1681710970; bh=Eg2chLrywh0vU+JklOGsxaRj3NbTqW10/iQm7BdTY2g=; h=From:To:Cc:Subject:Date:From; b=fmJ3I9vGu+7UMzOXwfk9HPxVkiSyHX2t+wH4J0KhbyxghlC3pPhI7M24kzSU8mAC4 Xfxtg2I8pLuf2B+2Ygb3rS3PRqHZ7YVBgTgtTC9l0zBwLrD/jw5phA9GfpFpNMoUlk VoXccDtj6AkpwfhGUf9IMoDc7WVvKVfZrBnW39K4= From: Laurent Pinchart To: linux-arm-kernel@lists.infradead.org Cc: linux-media@vger.kernel.org, devicetree@vger.kernel.org, linux-imx@nxp.com, kernel@pengutronix.de, Shawn Guo , Krzysztof Kozlowski , Rob Herring , Jacopo Mondi , Xavier Roumegue Subject: [PATCH v1 0/2] arm64: dts: imx8mp: Enable CSIS and ISI in DT Date: Mon, 17 Apr 2023 08:56:25 +0300 Message-Id: <20230417055627.16482-1-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230416_225618_670848_34426042 X-CRM114-Status: UNSURE ( 6.08 ) 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 Hello, This small patch series adds the CSIS and ISI devices in the i.MX8MP DT to support cameras. The ISI DT bindings have just been merged and will appear in v6.4, making this series a candidate for v6.5. With these two patches, a board overlay can enable camera support by instantiating the camera sensor, connecting it to a CSIS instance, and enabling the CSIS and ISI nodes. The camera pipeline is supported by V4L2 drivers. Laurent Pinchart (2): arm64: dts: imx8mp: Add CSIS DT nodes arm64: dts: imx8mp: Add ISI DT node arch/arm64/boot/dts/freescale/imx8mp.dtsi | 98 +++++++++++++++++++++++ 1 file changed, 98 insertions(+) base-commit: 20af6be6bee4c3af80aac9b44b3d32d89824dde7 Reviewed-by: Paul Elder