From patchwork Wed Sep 9 14:38:47 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shawn Guo X-Patchwork-Id: 11765547 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 66D7114F6 for ; Wed, 9 Sep 2020 14:39:13 +0000 (UTC) Received: by mail.kernel.org (Postfix) id 59A9222262; Wed, 9 Sep 2020 14:39:13 +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 5C37D22261; Wed, 9 Sep 2020 14:39:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1599662353; bh=s1JrdRgjJZF7IkodmbE8ua817BX6JogbK7cKy3l0h6M=; h=Date:From:List-Id:To:Cc:Subject:From; b=nCMwUfYeYkZYpE4Fd249BtlMAGYvYLF/MOHaZb2RK1Q7857ZFOqqEyRTXCNaqLtOD r7lnD5rnlbM53hcq1fh9iu5krWz41E29MVw+6mH2mviT1JreIlaW+/60ay+2eER4iF JetvgOmHQcskr2wstA/zM/aihDhk2CjJAbD8Z2KE= Date: Wed, 9 Sep 2020 22:38:47 +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, round 2 Message-ID: <20200909143844.GA25109@dragon> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.9.4 (2018-02-28) The following changes since commit 5cbb80d5236b47b149da292b86d5fc99a680894b: ARM: dts: imx7d-zii-rmu2: fix rgmii phy-mode for ksz9031 phy (2020-08-24 20:43:31 +0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-fixes-5.9-2 for you to fetch changes up to 3ee99f6a2379eca87ab11122b7e9abd68f3441e2: ARM: dts: imx6sx: fix the pad QSPI1B_SCLK mux mode for uart3 (2020-09-05 15:56:22 +0800) ---------------------------------------------------------------- i.MX fixes for 5.9, round 2: - Fix the misspelling of 'interrupts' property in i.MX8MQ TMU DT node. - Correct 'ahb' clock for i.MX8MP SDMA1 in device tree. - Fix pad QSPI1B_SCLK mux mode for UART3 on i.MX6SX. ---------------------------------------------------------------- Fugang Duan (1): ARM: dts: imx6sx: fix the pad QSPI1B_SCLK mux mode for uart3 Krzysztof Kozlowski (1): arm64: dts: imx8mq: Fix TMU interrupt property Robin Gong (1): arm64: dts: imx8mp: correct sdma1 clk setting arch/arm/boot/dts/imx6sx-pinfunc.h | 2 +- arch/arm64/boot/dts/freescale/imx8mp.dtsi | 2 +- arch/arm64/boot/dts/freescale/imx8mq.dtsi | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)