From patchwork Tue Jul 23 09:08:28 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Shawn Guo X-Patchwork-Id: 11054147 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 793CB138D for ; Tue, 23 Jul 2019 09:09:00 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 65E3A285C4 for ; Tue, 23 Jul 2019 09:09:00 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 5777C285D5; Tue, 23 Jul 2019 09:09:00 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.6 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 Received: from web01.groups.io (web01.groups.io [66.175.222.12]) (using TLSv1.2 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id DAEC6285C4 for ; Tue, 23 Jul 2019 09:08:58 +0000 (UTC) X-Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by groups.io with SMTP; Tue, 23 Jul 2019 02:08:57 -0700 X-Received: by mail.kernel.org (Postfix) id 04EEB227C0; Tue, 23 Jul 2019 09:08:57 +0000 (UTC) X-Received: from dragon (98.142.130.235.16clouds.com [98.142.130.235]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id D5BE12251A; Tue, 23 Jul 2019 09:08:53 +0000 (UTC) Date: Tue, 23 Jul 2019 17:08:28 +0800 From: Shawn Guo To: Linuxkernel+Patchwork-Soc via Email Integration 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.3 Message-ID: <20190723090827.GU15632@dragon> MIME-Version: 1.0 User-Agent: Mutt/1.5.21 (2010-09-15) Precedence: Bulk List-Unsubscribe: Sender: patchwork-soc@linux.kernel.org List-Id: Mailing-List: list patchwork-soc@linux.kernel.org; contact patchwork-soc+owner@linux.kernel.org Delivered-To: mailing list patchwork-soc@linux.kernel.org Reply-To: patchwork-soc+owner@linux.kernel.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux.kernel.org; q=dns/txt; s=20140610; t=1563872937; bh=rWjp2aKu7H3pCN743mJCWoBKqozE2ffiGMRWd/3fvPg=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=LXH7S976VbuGtwYaY0jxUzgdU/BKjWxmIxWpistqhokSQVryYBlqctrZpizA9iZb7HJ ZIqGZE/sbHqkK7FxLPboqoxmSrmq9eQ7L3eZkvxTcg1IajM/PKgLge9vJbCqV6M1nePFV NJBHr86pHETAWhKldIyQIOxlQLxz3FIqAEQ= X-Virus-Scanned: ClamAV using ClamSMTP The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b: Linus 5.3-rc1 (2019-07-21 14:05:38 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-fixes-5.3 for you to fetch changes up to 8d0148473dece51675d11dd59b8db5fe4b5d2e7e: arm64: dts: imx8mq: fix SAI compatible (2019-07-23 15:37:31 +0800) ---------------------------------------------------------------- i.MX fixes for 5.3: - Fix i.MX8MM SAI3 RXC/TXFS pinmux configuration. - Fix i.MX7ULP usb-phy unit address to drop extra '0x' notation. - Fix typo of clock frequency property name in a few i.MX6UL board I2C buses. - Drop "fsl,imx6sx-sai" from i.MX8M SAI device, as it's not compatible with i.MX6SX SAI. ---------------------------------------------------------------- Anson Huang (1): arm64: dts: imx8mm: Correct SAI3 RXC/TXFS pin's mux option #1 Fabio Estevam (1): ARM: dts: imx7ulp: Fix usb-phy unit address format Lucas Stach (1): arm64: dts: imx8mq: fix SAI compatible Sébastien Szymanski (1): ARM: dts: imx6ul: fix clock frequency property name of I2C buses arch/arm/boot/dts/imx6ul-14x14-evk.dtsi | 2 +- arch/arm/boot/dts/imx6ul-geam.dts | 2 +- arch/arm/boot/dts/imx6ul-isiot.dtsi | 2 +- arch/arm/boot/dts/imx6ul-pico-hobbit.dts | 2 +- arch/arm/boot/dts/imx6ul-pico-pi.dts | 4 ++-- arch/arm/boot/dts/imx7ulp.dtsi | 2 +- arch/arm64/boot/dts/freescale/imx8mm-pinfunc.h | 4 ++-- arch/arm64/boot/dts/freescale/imx8mq.dtsi | 3 +-- 8 files changed, 10 insertions(+), 11 deletions(-) -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#192): https://linux.kernel.org/g/patchwork-soc/message/192 Mute This Topic: https://linux.kernel.org/mt/32570715/1554929 Group Owner: patchwork-soc+owner@linux.kernel.org Unsubscribe: https://linux.kernel.org/g/patchwork-soc/unsub [patchwork-linux-kernel-org@patchwork.kernel.org] -=-=-=-=-=-=-=-=-=-=-=-