Message ID | 20201030151821.GA28266@dragon |
---|---|
State | New |
Headers | show |
Series | [GIT,PULL] i.MX fixes for 5.10, 3rd round | expand |
On Fri, Oct 30, 2020 at 11:18:22PM +0800, Shawn Guo wrote: > 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) Hi, As you haven't pulled this in, I made quick fix-up on the top commit to address the Fixes tag issue spotted by Stephen [1]. Shawn [1] https://lkml.org/lkml/2020/11/1/326 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 e402599e5e5e0b2758d7766fd9f6d7953d4ccd85: ARM: dts: imx6q-prti6q: fix PHY address (2020-11-02 07:51:24 +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(-)