From patchwork Mon Nov 16 09:07:03 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shawn Guo X-Patchwork-Id: 11907793 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 E016A1398 for ; Mon, 16 Nov 2020 09:07:08 +0000 (UTC) Received: by mail.kernel.org (Postfix) id D99CC2224F; Mon, 16 Nov 2020 09:07:08 +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 276A422240; Mon, 16 Nov 2020 09:07:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1605517628; bh=zRK5jZn++iE0Jw5GokG8swKeqje9tO0dlJKWr95amK8=; h=Date:From:List-Id:To:Cc:Subject:From; b=Hk/ya3mHMAjXlM1fAgku0EJXGmFaz0gEsUwTvn/09ZGeuYJ94rtGr2LrFyi2sTQSu b3E2zntvsW4++iKB49onFzMqpyZ2cgyK+3JpKRbczV+hk7esjO35vgjWvewttO6Mxc +Rl0DD1IyxG4KNklOjrQs4dORwjYtZnjxA/UZnfw= Date: Mon, 16 Nov 2020 17:07:03 +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.10, round 4 Message-ID: <20201116090702.GM5849@dragon> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.9.4 (2018-02-28) The following changes since commit e402599e5e5e0b2758d7766fd9f6d7953d4ccd85: ARM: dts: imx6q-prti6q: fix PHY address (2020-11-02 07:51:24 +0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-fixes-5.10-4 for you to fetch changes up to 33d0d843872c5ddbe28457a92fc6f2487315fb9f: ARM: dts: imx50-evk: Fix the chip select 1 IOMUX (2020-11-10 10:36:10 +0800) ---------------------------------------------------------------- i.MX fixes for 5.10, round 4: - Fix MDIO over clocking on vf610-zii-dev-rev-b board to get switch device work reliably. - Fix imx50-evk IOMUX for the chip select 1 to use GPIO4_13 instead of the native CSPI_SSI function. - Fix voltage for 1.6GHz CPU operating point on i.MX8MM to match hardware datasheet. - Fix phy-mode for KSZ9031 PHY on imx6qdl-udoo board. ---------------------------------------------------------------- Andrew Lunn (1): ARM: dts: vf610-zii-dev-rev-b: Fix MDIO over clocking Fabio Estevam (1): ARM: dts: imx50-evk: Fix the chip select 1 IOMUX Lucas Stach (1): arm64: dts: imx8mm: fix voltage for 1.6GHz CPU operating point Sergey Matyukevich (1): arm: dts: imx6qdl-udoo: fix rgmii phy-mode for ksz9031 phy arch/arm/boot/dts/imx50-evk.dts | 2 +- arch/arm/boot/dts/imx6qdl-udoo.dtsi | 2 +- arch/arm/boot/dts/vf610-zii-dev-rev-b.dts | 3 +++ arch/arm64/boot/dts/freescale/imx8mm.dtsi | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-)