From patchwork Thu Dec 2 22:19:00 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 12694544 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 9FFFFC433F5 for ; Thu, 2 Dec 2021 22:21:26 +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=Zc9BuROycgduzhWRSjAcl+f8d9IG64I/uuVW1KscfK4=; b=bbNzg8q/6+m/FH o9aSDs4bSl8qiAiuHiP+AoBQ6Kd6vU8tAISf2qH+vMvKRe3kG3qVRG9Q1xUt+DvZf4yVr8dTU+O9b AmXmdJM67SpVkjiYibN6/Ah57nkK51B57dWgEmO/7mlVR7/0oo9bQW9Y9T7ZzfmZjFdXNBPmPv17J ptDodzaXsB9TNlLklV4tKF9cq1q0StR0siwIFUNKy1G0VtZZ16Lyw7R+bFHWtT/hZYNA64RAsoOAx FRrvMMV4btl1RXOA+6XeRf6mnzbGhOkMXoeQeCgd+vhGIWkDPmpC6ud0k3mXQMHMIrtfHVMw9Am/H scZRhTHSayTsEfoLA2QQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1msuQi-00DYEd-7Q; Thu, 02 Dec 2021 22:19:52 +0000 Received: from perceval.ideasonboard.com ([213.167.242.64]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1msuQT-00DYCZ-IY for linux-arm-kernel@lists.infradead.org; Thu, 02 Dec 2021 22:19:39 +0000 Received: from pendragon.lan (62-78-145-57.bb.dnainternet.fi [62.78.145.57]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 1AD98B7E; Thu, 2 Dec 2021 23:19:33 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1638483573; bh=vCXcWm9bW7kU3BglYCKMhUvTt7pTnb66+WtqGFRlUIY=; h=From:To:Cc:Subject:Date:From; b=iOV96cfApAeYJ0QsL1IdPxJwPCWEPSXiwNBklohPEVR4FZX0SFZKIY6UyBZ567QoC EICofMFsjIp2r+83TjwL/IKQXlsIh6+nfFMk8DslkU+DQTK1mi7b8sQyP5y1p5kTuy iksjr0yVM/gqdXfqUne8nB7ULNN2FdatUsFRlqWs= From: Laurent Pinchart To: devicetree@vger.kernel.org Cc: Rob Herring , linux-arm-kernel@lists.infradead.org, NXP Linux Team , Fabio Estevam , Pengutronix Kernel Team , Sascha Hauer , Shawn Guo Subject: [PATCH 0/3] ARM: dts: Fixes for imx7 mipi_csi Date: Fri, 3 Dec 2021 00:19:00 +0200 Message-Id: <20211202221903.21882-1-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.32.0 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211202_141937_776258_BF95DA9F X-CRM114-Status: UNSURE ( 7.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 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 arch/arm/boot/dts/imx7s-warp.dts | 14 +++++++------- arch/arm/boot/dts/imx7s.dtsi | 22 ++++++++++++---------- 2 files changed, 19 insertions(+), 17 deletions(-) base-commit: 1f1517fafda598839a02e39968c5063ddcfa51fc