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 5157EC77B75 for ; Tue, 18 Apr 2023 09:03:54 +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:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=mFDB1vtqV0soGKfn79SJ/qrmzorA3EfkyUOjzPc1R54=; b=fdCBSgkSsrCr6W +tzEO1sn0jW0cHvXZbkVZ63LGSES4YVbtEosNpAdqFR/53JoR8zmIBXvc+ltf8kNmx04MvYxnQTeB jL08xgAz9HDmjEXM67ekyfyqjJHCtq4bW1wtOcbUqWf8UhQtsY4VEP/AJlVXEM7BC7BxlYZfxdYDJ 7YA8M5m4vhTcF75ev+KZJ/so4Rxsln9mnPWFoTLrREAce+JfrjEEPJ3hwXhEAVKMxpT7Zg3MaTe2T vImD0GalA2Oj6bD2IviVrS0lQWoSYrzBunI9INHqwbm1kJPS4fjWvHQlWfX3+foWzHdii882aGIiS w0gNraXl2/VthhbfwLOw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1pohEq-001Owo-10; Tue, 18 Apr 2023 09:03:00 +0000 Received: from perceval.ideasonboard.com ([213.167.242.64]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1pohEn-001Ovx-2v for linux-arm-kernel@lists.infradead.org; Tue, 18 Apr 2023 09:02:59 +0000 Received: from pyrite.rasen.tech (h175-177-042-159.catv02.itscom.jp [175.177.42.159]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 6F44A127D; Tue, 18 Apr 2023 11:02:43 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1681808566; bh=6XWvzTE5nrggv8nFTe4CodUd+AEIYAkCax2x4Hp1vvM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=oh021YSTb8gWXKvflxHqY8C2HAY0f4cyCU2E2DNppxengCjtD0RKM2aOg0GIDyLWw AQvgkw9AOdnej1Ka8BzzLHjywJ2oWPRxDhjp+wBAg7GeIhsxhoWVH7/Y2YEtl/l2s3 N30OItRNB87CQhVP2j10gbhvpQVRh57p3Snhkn4M= Date: Tue, 18 Apr 2023 18:02:43 +0900 From: Paul Elder To: Laurent Pinchart Cc: linux-arm-kernel@lists.infradead.org, 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: Re: [PATCH v1 0/2] arm64: dts: imx8mp: Enable CSIS and ISI in DT Message-ID: References: <20230417055627.16482-1-laurent.pinchart@ideasonboard.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230417055627.16482-1-laurent.pinchart@ideasonboard.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230418_020258_109232_920C6001 X-CRM114-Status: GOOD ( 12.17 ) 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 On Mon, Apr 17, 2023 at 08:56:25AM +0300, Laurent Pinchart wrote: > 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 For both, Reviewed-by: Paul Elder > > arch/arm64/boot/dts/freescale/imx8mp.dtsi | 98 +++++++++++++++++++++++ > 1 file changed, 98 insertions(+) > > > base-commit: 20af6be6bee4c3af80aac9b44b3d32d89824dde7 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel