From patchwork Tue Sep 13 02:50:43 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shawn Guo X-Patchwork-Id: 1677099 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.infradead.org (client-ip=2607:7c80:54:3::133; helo=bombadil.infradead.org; envelope-from=linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org; receiver=) Authentication-Results: legolas.ozlabs.org; dkim=pass (2048-bit key; secure) header.d=lists.infradead.org header.i=@lists.infradead.org header.a=rsa-sha256 header.s=bombadil.20210309 header.b=GXxZ7Jv9; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=k20201202 header.b=g4uUI60M; dkim-atps=neutral Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4MRSf2098Bz1ync for ; Tue, 13 Sep 2022 12:51:21 +1000 (AEST) 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=7kYRzEDGnIhY72CErppaUBAqxhTzBEFfF1wjEkYK/Do=; b=GXxZ7Jv9r20HDJ PBPqXJUd+jrxcAGY+1y4mUZWLwQKMesFTuq26/U30xE2qGyDdpe6+Kwtq3G/6SZ38N9q6Gvu0yynO EKyGz1b0ll1LuGyu2RbkN1UPwlSu9LUS4iQWyyd/lcYIeFzPM/Kk27OfnAaituAGRkumv4jo/6kzc LJMlxPlk+rZcn1GYRBFGiBWp502JOhezaXxcpyamvqKkfZKq/A83mvZ95u6cRB2VTwARnHEw3iLvq y/8Oos6JM6G0MVcinaCmceS3fBt2FwVA2uXxn72dahQF2Pk/GMqOMKLQvGiPmNW/OPT3hnJTG2A08 kGPyr6LB3ViVDtW4Z4Kw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oXw0t-000VFp-LX; Tue, 13 Sep 2022 02:51:03 +0000 Received: from ams.source.kernel.org ([2604:1380:4601:e00::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oXw0j-000VAB-6h for linux-arm-kernel@lists.infradead.org; Tue, 13 Sep 2022 02:50:56 +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 F37E2B80920; Tue, 13 Sep 2022 02:50:50 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3DB33C433C1; Tue, 13 Sep 2022 02:50:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1663037449; bh=RJHbf7m+tWQCZdZc3wcMOKoxG2SHCOCSucxTm9erIQ8=; h=Date:From:List-Id:To:Cc:Subject:From; b=g4uUI60MBPjf0Je0BaQ1S+Z1eqa5avJjrsnaxhFU6+qf1AeqwKk+HHuzgXqbOnf40 W96/nla0CGYYP6C66vO3DV7YyY8Yv3kkTPmjd88n6NwNxsl5PToMcwIoxUqYr4n7y8 LvH6Gw/BYM9uAVcbpPyXxHfSXskPm9FTvwT8lpQZ3HUMdeWpTPSIkMsMRPQQScpVXK hWdfWE4G5Jm+OjXxibRULXVGteqQ4dRpFHa3MzVs2Wx5vIoL88fY0UgFJhcgwAf9RN TsmK9pk7Geth6BdS9Wlcx9jz3naLyJr8vGW8jpqM5M8d5YGscWe49p52K/ezj8Ankg 4d36iQWJynNTA== Date: Tue, 13 Sep 2022 10:50:43 +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.0, 2nd round Message-ID: <20220913025043.GH1728671@dragon> MIME-Version: 1.0 Content-Disposition: inline X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220912_195053_570176_410357B1 X-CRM114-Status: GOOD ( 13.92 ) X-Spam-Score: -5.4 (-----) X-Spam-Report: Spam detection software, running on the system "bombadil.infradead.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: The following changes since commit 8f143b9f3849828870bb2a7f28288095ad9a329d: arm64: dts: freescale: verdin-imx8mp: fix atmel_mxt_ts reset polarity (2022-08-22 10:07:46 +0800) are available in the Git repository at: Content analysis details: (-5.4 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -5.0 RCVD_IN_DNSWL_HI RBL: Sender listed at https://www.dnswl.org/, high trust [2604:1380:4601:e00:0:0:0:1 listed in] [list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID_EF Message has a valid DKIM or DK signature from envelope-from domain -0.2 DKIMWL_WL_HIGH DKIMwl.org - High trust sender 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+incoming-imx=patchwork.ozlabs.org@lists.infradead.org The following changes since commit 8f143b9f3849828870bb2a7f28288095ad9a329d: arm64: dts: freescale: verdin-imx8mp: fix atmel_mxt_ts reset polarity (2022-08-22 10:07:46 +0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-fixes-6.0-2 for you to fetch changes up to c1f84a75babecd9fa11f128f2da8991e2f8fb179: arm64: dts: imx8mp-venice-gw74xx: fix port/phy validation (2022-09-13 10:23:48 +0800) ---------------------------------------------------------------- i.MX fixes for 6.0, 2nd round: - A couple of TQMa8MPQL device tree fixes from Alexander Stein on button GPIOs and PCF85063 RTC alarm pinctrl. - Include phy-imx8-pcie.h header in tqma8mqml-mba8mx device tree to fix build errors when this SoM dtsi is included on customer carrier boards. - Remove GPU power domain reset from i.MX8MN device tree to fix a sporadical hang seen with GPUMIX powering up. - Correct CPLD_Dn GPIO label mapping for Toradex Verdin based Menlo board. - Add ARCH_NXP back to defconfig, which was dropped accidentally by commit 566e373fe047 ("arm64: Kconfig.platforms: Group NXP platforms together"). - Add missing #reset-cells for i.MX8ULP PCC clock controllers. - Update PMIC voltages for imx8mm-verdin board to fix an issue with one Toradex SKU that uses a consumer-grade chip that is capable of going up to 1.8GHz at 1.00V. - A series of imx8mp-venice-gw74xx device tree changes from Tim Harvey to fix things on CAN STBY polarity, KSZ9477 CPU uplink port and phy-mode. ---------------------------------------------------------------- Alexander Stein (2): arm64: dts: tqma8mpxl-ba8mpxl: Fix button GPIOs arm64: dts: imx8mp-tqma8mpql-mba8mpxl: add missing pinctrl for RTC alarm Fabio Estevam (1): arm64: dts: tqma8mqml: Include phy-imx8-pcie.h header Marco Felsch (1): arm64: dts: imx8mn: remove GPU power domain reset Marek Vasut (1): arm64: dts: imx8mm: Reverse CPLD_Dn GPIO label mapping on MX8Menlo Michael Walle (1): arm64: defconfig: enable ARCH_NXP Peng Fan (1): arm64: dts: imx8ulp: add #reset-cells for pcc Philippe Schenker (1): arm64: dts: imx8mm-verdin: extend pmic voltages Tim Harvey (3): arm64: dts: imx8mp-venice-gw74xx: fix CAN STBY polarity arm64: dts: imx8mp-venice-gw74xx: fix ksz9477 cpu port arm64: dts: imx8mp-venice-gw74xx: fix port/phy validation arch/arm64/boot/dts/freescale/imx8mm-mx8menlo.dts | 10 +++++----- arch/arm64/boot/dts/freescale/imx8mm-tqma8mqml-mba8mx.dts | 1 - arch/arm64/boot/dts/freescale/imx8mm-tqma8mqml.dtsi | 1 + arch/arm64/boot/dts/freescale/imx8mm-verdin.dtsi | 10 +++++----- arch/arm64/boot/dts/freescale/imx8mn.dtsi | 1 - arch/arm64/boot/dts/freescale/imx8mp-tqma8mpql-mba8mpxl.dts | 10 ++++++++-- arch/arm64/boot/dts/freescale/imx8mp-venice-gw74xx.dts | 12 ++++++++---- arch/arm64/boot/dts/freescale/imx8ulp.dtsi | 3 +++ arch/arm64/configs/defconfig | 1 + 9 files changed, 31 insertions(+), 18 deletions(-)