From patchwork Fri Oct 30 15:18:22 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shawn Guo X-Patchwork-Id: 11870033 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 CE5E792C for ; Fri, 30 Oct 2020 15:18:30 +0000 (UTC) Received: by mail.kernel.org (Postfix) id C276D2151B; Fri, 30 Oct 2020 15:18:30 +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 C21AA20756; Fri, 30 Oct 2020 15:18:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604071110; bh=CgoMuvK4uvt0MROaZSc0Sjahp4lpCNvwX+7cj+vl/uE=; h=Date:From:List-Id:To:Cc:Subject:From; b=jQPKW/x51BzbP/RWckhqG6ZjzwcpNBtyf8g3SvMYG4w30D2yd97cvT+4zirntSoW5 M2RWZU40qDux785D8k6KFme9VwTObDz6kicRI4fTt77VXrnLxK+wZAZ0lPMMQmChpT kI6eNLKBR7mJYZGi9Ue3z44x06jjLKo14nEa8sFE= Date: Fri, 30 Oct 2020 23:18:22 +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, 3rd round Message-ID: <20201030151821.GA28266@dragon> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.9.4 (2018-02-28) The following changes since commit ccee91b568e35e87d61ae72b51fd07ddf5a3d999: ARM: multi_v5_defconfig: Select CONFIG_GPIO_MXC (2020-10-27 07:45:43 +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-3 for you to fetch changes up to d969e9c05f832b39442e4fe053b07ee9c564e573: ARM: dts: imx6q-prti6q: fix PHY address (2020-10-30 16:49:19 +0800) ---------------------------------------------------------------- i.MX fixes for 5.10, 3rd round: - A series from Krzysztof Kozlowski to fix missing PMIC's interrupt line pull-up for i.MX8MM and i.MX8MN boards. - Set Bluetooth chip max-speed to 4000000 on imx8mm-beacon-som board to fix the choppy Bluetooth audio sound. - Remove non-existent OTG2, usbphynop2, and the usbmisc2 from i.MX8MN device tree. - Fix the endianness setting of RCPM node on Layerscape SoCs. - Add the missing dma-coherent property for qoriq-fman device to improve the performance. - Fix the Ethernet PHY address on imx6q-prti6q board. ---------------------------------------------------------------- Adam Ford (2): arm64: dts: imx8mm-beacon-som: Fix Choppy BT audio arm64: dts imx8mn: Remove non-existent USB OTG2 Biwen Li (1): arm64: dts: fsl: fix endianness issue of rcpm Krzysztof Kozlowski (6): arm64: dts: imx8mm-var-som: fix missing PMIC's interrupt line pull-up arm64: dts: imx8mm-beacon-som: fix missing PMIC's interrupt line pull-up arm64: dts: imx8mm-evk: fix missing PMIC's interrupt line pull-up arm64: dts: imx8mn-var-som: fix missing PMIC's interrupt line pull-up arm64: dts: imx8mn-ddr4-evk: fix missing PMIC's interrupt line pull-up arm64: dts: imx8mn-evk: fix missing PMIC's interrupt line pull-up Madalin Bucur (1): arm64: dts: fsl: DPAA FMan DMA operations are coherent Oleksij Rempel (1): ARM: dts: imx6q-prti6q: fix PHY address arch/arm/boot/dts/imx6q-prti6q.dts | 4 +-- arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi | 1 + arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi | 1 + arch/arm64/boot/dts/freescale/fsl-ls208xa.dtsi | 1 + .../boot/dts/freescale/imx8mm-beacon-som.dtsi | 2 ++ arch/arm64/boot/dts/freescale/imx8mm-evk.dtsi | 1 + arch/arm64/boot/dts/freescale/imx8mm-var-som.dtsi | 9 +++---- arch/arm64/boot/dts/freescale/imx8mn-ddr4-evk.dts | 1 + arch/arm64/boot/dts/freescale/imx8mn-evk.dts | 1 + arch/arm64/boot/dts/freescale/imx8mn-var-som.dtsi | 9 +++---- arch/arm64/boot/dts/freescale/imx8mn.dtsi | 30 ---------------------- arch/arm64/boot/dts/freescale/qoriq-fman3-0.dtsi | 1 + 12 files changed, 17 insertions(+), 44 deletions(-)