From patchwork Thu Apr 6 02:16:02 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shawn Guo X-Patchwork-Id: 13202813 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 73D40C7618D for ; Thu, 6 Apr 2023 02:17:02 +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:Subject:Cc:To: From:Date: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=HWS1Cr4VojTNWNEGyHC4d3uYNbUILpd2JMOE6Qt1gAs=; b=MQVGWDYRNAGn1r nQRkOyAgLb3Z27qW0E/NcKJUrwGTwR7hZc1IdHF/VkzwLZY3E/jAvIpCsyLHZke/Zd2AggJJ4k3p7 oMw83lcoHVk/pVDUl3FG5OOwPsUV/H+PAoskYek/58xY4tBPVCf9E+9uWWoj+xced71//mWsJ7gDJ 1Gmiu8/fV2FBm8VS759Q6P2gW27hBHYVLjhDowt5PySISFC4wN81H1RHI475CRrFD3957s5dNw/9C l37xq9MUQTRN2HzQbrGlJXdLw/WNaB32nvAhpetrahCVvBM4fHQ12KiyiodF1hahI8xBLO3fOnLlD /FPXMbw5MtfmNmiaXyWg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1pkFAc-0067TI-1Q; Thu, 06 Apr 2023 02:16:14 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1pkFAY-0067Sn-2m for linux-arm-kernel@lists.infradead.org; Thu, 06 Apr 2023 02:16:12 +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 dfw.source.kernel.org (Postfix) with ESMTPS id 1780062D39; Thu, 6 Apr 2023 02:16:10 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C2A57C433D2; Thu, 6 Apr 2023 02:16:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1680747369; bh=UKkGA9BFofsEa1k3r4E7YEFiQO23pOStxPCjOLK5R54=; h=Date:From:List-Id:To:Cc:Subject:From; b=nvDGqIgn1KOlewJhNuQEW78qIXQIeFdeKggoBrRFz7Gsn72wHM5JN+39JF5kHihv4 VoxvRuUawrEZMTXYnHv4ZqAVhs826eRfL0wrnFrIxZonOFwVHgsYv1uFXAMxareHRk HPFaYxgX3YWz514FIlRQ3PtvivtQ3nS8uOf2LUWS2y4cCjWBqgvFwPqsKnLiSAXgcP mvoB1+wSNX9ExOxvEleBoBFql4KCXUAKHylkSPDEOtvpnwyISUOOZ1Tn8E+IhAkv0o 3jUVu0wXnaOXHT06bIf1ZS77MrkR/aYvAeHT7mXKjX+uHCPN5rQPFJfiaehYPbCw2+ XI+n0Aa6c/PPg== Date: Thu, 6 Apr 2023 10:16:02 +0800 From: Shawn Guo To: soc@kernel.org, arm@kernel.org Cc: Fabio Estevam , Stefan Agner , Li Yang , kernel@pengutronix.de, linux-imx@nxp.com, linux-arm-kernel@lists.infradead.org Subject: [GIT PULL] i.MX fixes for 6.3, 2nd round Message-ID: <20230406021602.GP11367@dragon> MIME-Version: 1.0 Content-Disposition: inline X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230405_191610_960325_3E1C081B X-CRM114-Status: GOOD ( 10.66 ) 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 The following changes since commit b3cdf730486b048ca0bf23bef050550d9fd40422: arm64: dts: imx93: add missing #address-cells and #size-cells to i2c nodes (2023-03-14 14:55:17 +0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-fixes-6.3-2 for you to fetch changes up to 86d5b27b379256cd5d48974b4cd7ad03091eea6b: ARM: imx_v6_v7_defconfig: Fix unintentional disablement of PCI (2023-04-06 09:49:34 +0800) ---------------------------------------------------------------- i.MX fixes for 6.3, 2nd round: - Fix 'reg' address length for i.MX8MP LCDIF2 device. - A couple of changes from Fabio Estevam to fix DTC warnings caused unnecessary address/size cells. - Re-enable PCI driver support in imx_v6_v7_defconfig. - Fix PMIC clock source property for imx8mm-evk board. - A couple of fixes from Peng Fan to correct off-on delay property for i.MX8 Verdin boards. ---------------------------------------------------------------- Alexander Stein (1): arm64: dts: imx8mp: fix address length for LCDIF2 Fabio Estevam (3): ARM: dts: imx7d-remarkable2: Remove unnecessary #address-cells/#size-cells ARM: dts: imx6ull-colibri: Remove unnecessary #address-cells/#size-cells ARM: imx_v6_v7_defconfig: Fix unintentional disablement of PCI Peng Fan (3): arm64: dts: imx8mm-evk: correct pmic clock source arm64: dts: imx8mm-verdin: correct off-on-delay arm64: dts: imx8mp-verdin: correct off-on-delay arch/arm/boot/dts/imx6ull-colibri.dtsi | 12 +++--------- arch/arm/boot/dts/imx7d-remarkable2.dts | 2 -- arch/arm/configs/imx_v6_v7_defconfig | 2 +- arch/arm64/boot/dts/freescale/imx8mm-evk.dtsi | 2 +- arch/arm64/boot/dts/freescale/imx8mm-verdin.dtsi | 4 ++-- arch/arm64/boot/dts/freescale/imx8mp-verdin-dev.dtsi | 2 +- arch/arm64/boot/dts/freescale/imx8mp-verdin.dtsi | 4 ++-- arch/arm64/boot/dts/freescale/imx8mp.dtsi | 2 +- 8 files changed, 11 insertions(+), 19 deletions(-)