From patchwork Mon Aug 24 13:04:00 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shawn Guo X-Patchwork-Id: 11733187 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id E2CEE14F6 for ; Mon, 24 Aug 2020 13:04:05 +0000 (UTC) Received: by mail.kernel.org (Postfix) id DDB7B214F1; Mon, 24 Aug 2020 13:04:05 +0000 (UTC) Delivered-To: soc@kernel.org Received: from dragon (80.251.214.228.16clouds.com [80.251.214.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 5395D2074D; Mon, 24 Aug 2020 13:04:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1598274245; bh=YY01YsD1k5BMD9KSn3LU9ClLBoWtbLSTcQo7HmXzK+g=; h=Date:From:List-Id:To:Cc:Subject:From; b=s8DNkPsOy8yCPpt7/jKxHZwE0lvjmwliOjj8N+Jk0wFh8G6HsAdWo7y2eI8LFQJ6+ dpH4rxwKLf0+mFQZJKjkhxn+m6qreU/pLBTU84zGTnpyFXH7h9ckAnDxUdAnlGudKt gUqzzcqeJK/EoSZ8a6rnn1VEqdXIn6wXqcIt0UYE= Date: Mon, 24 Aug 2020 21:04:00 +0800 From: Shawn Guo List-Id: 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 5.9 Message-ID: <20200824130359.GF12776@dragon> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.9.4 (2018-02-28) The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5: Linux 5.9-rc1 (2020-08-16 13:04:57 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-fixes-5.9 for you to fetch changes up to 5cbb80d5236b47b149da292b86d5fc99a680894b: ARM: dts: imx7d-zii-rmu2: fix rgmii phy-mode for ksz9031 phy (2020-08-24 20:43:31 +0800) ---------------------------------------------------------------- i.MX fixes for 5.9: - Fix QuadSPI-memory 'reg' for LS1021A and GPIO 'ranges' for i.MX7ULP pinctrl. - A couple of DTC warning fixes on imx6qdl-gw51xx and imx6q-prtwd2 boards. - Add missing imx8mm-beacon-kit.dtb to dtbs-y for build coverage. - Fix broken PWM settings on imx6q-logicpd board. - Add missing syscon compatible to OCOTP device, so that access to UID is possible. - Fix a network regression on imx7d-zii-rmu2 due to a phy-mode mismatch. ---------------------------------------------------------------- Adam Ford (1): ARM: dts: imx6q-logicpd: Fix broken PWM Anson Huang (1): ARM: dts: imx7ulp: Correct gpio ranges Chris Healy (2): ARM: dts: vfxxx: Add syscon compatible with OCOTP ARM: dts: imx7d-zii-rmu2: fix rgmii phy-mode for ksz9031 phy Fabio Estevam (2): ARM: dts: imx6qdl-gw51xx: Remove unneeded #address-cells/#size-cells ARM: dts: imx6q-prtwd2: Remove unneeded i2c unit name Matthias Schiffer (1): ARM: dts: ls1021a: fix QuadSPI-memory reg range Rob Herring (1): arm64: dts: imx: Add missing imx8mm-beacon-kit.dtb to build arch/arm/boot/dts/imx6q-logicpd.dts | 2 +- arch/arm/boot/dts/imx6q-prtwd2.dts | 2 +- arch/arm/boot/dts/imx6qdl-gw51xx.dtsi | 2 -- arch/arm/boot/dts/imx7d-zii-rmu2.dts | 2 +- arch/arm/boot/dts/imx7ulp.dtsi | 8 ++++---- arch/arm/boot/dts/ls1021a.dtsi | 2 +- arch/arm/boot/dts/vfxxx.dtsi | 2 +- arch/arm64/boot/dts/freescale/Makefile | 1 + 8 files changed, 10 insertions(+), 11 deletions(-)