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 7BA7DC433F5 for ; Tue, 14 Dec 2021 03:18:16 +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=h3HyybUK4OSjoRfpn/MWS//9o/rlQ114Do85G5uJ44s=; b=29NZLiJkb4A+YN WTstlsZomH6L04/4NxXwd3soG58DITD2Gvd6/k9wZQWg9Lmxue/oBjfsqIvWFC1oFuKkkagxJcgRE NuN2fq/TNu+6iPUH6KN9iRdbkFXaYjUlJqa+IdmiN8sRuQqY/uZxsCBaJe21qBKqhs4l1IRAoV2nr QGvJTsL6OWqQkpAfhveQp3WZqO+TMfq/sXSToqXvW/94PyN3gvljnoCPMdkEa3QvUlxELggGLGD03 5xlMyf3YGFbvikUjTbfEmTz+fqszqMYthrc2XYSbmIFvSB6MEsVH13q0obr1Sh2YTmQdY2kI8GgAi T9duqXlg++I30dDIapkQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mwyJI-00CMyV-Rc; Tue, 14 Dec 2021 03:17:00 +0000 Received: from ams.source.kernel.org ([145.40.68.75]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mwyJF-00CMxQ-1W for linux-arm-kernel@lists.infradead.org; Tue, 14 Dec 2021 03:16:58 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 33310B8174D; Tue, 14 Dec 2021 03:16:55 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5BC79C34605; Tue, 14 Dec 2021 03:16:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1639451813; bh=lwZluMUGjImVJRbPpwvqqt7Ya2nEcDDBXytp6rerInA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=kW4g0khBnF2AcqnIZWfPEURRo+ohhMwma8IQQuO+hQfb5rxBtNJPj9A8Bq9dcaQ+A oAMNzYNFRItFjoCpcmZ7DZml7wdhkNmDgqxSAteHQTeMMlSwFfR2qZ8cCJxjI0sXGF CZrfyr50zuSu5AFvFSge3+7YbEARHj5tqyKLut1Y+bB3PYGIQcA6hVjjF8kmAq8oP2 vv2OTl3w/dGUDn2FQG9oJmQtV0fBKx8keDi820DUr5qZaWY+Hlyg6BlS8pop6m9fz+ 3tA44Il82NidxBFmn+YTUpNStUWnh279cyOIusEWgbNGP+y+S/1/RiFmjhpfn3/DPG pjYBjwxUoJ1YQ== Date: Tue, 14 Dec 2021 11:16:48 +0800 From: Shawn Guo To: Laurent Pinchart Cc: devicetree@vger.kernel.org, Rob Herring , linux-arm-kernel@lists.infradead.org, NXP Linux Team , Fabio Estevam , Pengutronix Kernel Team , Sascha Hauer Subject: Re: [PATCH 0/3] ARM: dts: Fixes for imx7 mipi_csi Message-ID: <20211214031647.GB10916@dragon> References: <20211202221903.21882-1-laurent.pinchart@ideasonboard.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20211202221903.21882-1-laurent.pinchart@ideasonboard.com> User-Agent: Mutt/1.9.4 (2018-02-28) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211213_191657_250460_4E67BEDC X-CRM114-Status: GOOD ( 12.70 ) 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 Fri, Dec 03, 2021 at 12:19:00AM +0200, Laurent Pinchart wrote: > Hello, > > This small patch series is a follow up on Rob's nxp,imx7-mipi-csi2.yaml > fix ([1]) and the dtb check warnings that started appearing as a result. > There's not much else to be said, please see individual patches for > details. > > [1] https://lore.kernel.org/all/20211202023021.3655384-1-robh@kernel.org/ > > Laurent Pinchart (3): > ARM: dts: imx7s-warp: Drop undefined property in mipi_csi node > ARM: dts: imx7: Drop reset-names property for mipi_csi node > ARM: dts: imx7: Group mipi_csi 'port' children in a 'ports' node Applied all, thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel