From patchwork Fri Jan 10 01:18:41 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shawn Guo X-Patchwork-Id: 11326459 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 E9B9B138D for ; Fri, 10 Jan 2020 01:18:50 +0000 (UTC) Received: from web01.groups.io (unknown [66.175.222.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 920762077B for ; Fri, 10 Jan 2020 01:18:50 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=linux.kernel.org header.i=@linux.kernel.org header.b="nTCcFnES" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 920762077B Authentication-Results: mail.kernel.org; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=bounce+26986+1123+1554929+3438807@linux.kernel.org X-Received: by 127.0.0.2 with SMTP id jPL6YY1556264xLnrfexfpUe; Thu, 09 Jan 2020 17:18:50 -0800 X-Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by mx.groups.io with SMTP id smtpd.web09.3989.1578619129612298136 for ; Thu, 09 Jan 2020 17:18:49 -0800 X-Received: by mail.kernel.org (Postfix) id 244BF2075D; Fri, 10 Jan 2020 01:18:49 +0000 (UTC) X-Received: from T480 (98.142.130.235.16clouds.com [98.142.130.235]) (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 3994520678; Fri, 10 Jan 2020 01:18:45 +0000 (UTC) Date: Fri, 10 Jan 2020 09:18:41 +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.5, round 2 Message-ID: <20200110011836.GW4456@T480> MIME-Version: 1.0 User-Agent: Mutt/1.9.4 (2018-02-28) 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 X-Gm-Message-State: Z4gtTy0PEAP3rP5ADwlUQVCzx1554929AA= Content-Disposition: inline DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux.kernel.org; q=dns/txt; s=20140610; t=1578619130; bh=CI66l/C+ZFGUVGKngKKG07GDQyL1Gvxr9/lsMRSSPyI=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=nTCcFnESADgfP+ZVI1tqU2ZKvIoC2WbiuvcMdo/DkJBDqssfMlX/0Z4fdbYszH37rqG tzbMACAQyrs1CFlfknsRRvGqbnX9dRehfdeZHG5ZB+3piQD7jBg54JMmukH08pWZVqPrs /bS9yRtLvrBJuL8gi1mO1BcpC6/n3KeOKY0= The following changes since commit 7947e3238b64c00c396e6f5738f94c4d653bc6a2: ARM: imx: Fix boot crash if ocotp is not found (2019-12-12 10:44:28 +0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-fixes-5.5-2 for you to fetch changes up to 4b0b97e651ecf29f20248420b52b6864fbd40bc2: ARM: dts: imx7: Fix Toradex Colibri iMX7S 256MB NAND flash support (2020-01-09 19:21:53 +0800) ---------------------------------------------------------------- i.MX fixes for 5.5, round 2: - Fix i.MX8MM SDMA1 AHB clock setting to remove a "Timeout waiting for CH0" error seen with UART1. - Correct compatible of RV3029 RTC device on imx6q-dhcom board. - Correct interrupt trigger type for magnetometer on board imx8mq-librem5-devkit. - A series from Anson Huang to fix vdd3p0 power supplier for a few NXP development board. - Fix imx6q-icore-mipi board to use 1.5 version of i.Core MX6DL, so that Ethernet interface on the board works properly. - Fix Toradex Colibri board to get NAND flash support back. - Fix SGTL5000 VDDIO regulator connection for imx6q-dhcom, which is connected to PMIC SW2 output rather than a fixed 3V3 rail. - Fix 'reg' of CPU node on imx7ulp to get rid of a warning given by kernel. - Fix endian setting for DCFG on LS1028A SoC, so that register access of DCFG becomes correct. ---------------------------------------------------------------- Adam Ford (1): arm64: dts: imx8mm: Change SDMA1 ahb clock for imx8mm Alexandre Belloni (1): ARM: dts: imx6q-dhcom: fix rtc compatible Angus Ainslie (Purism) (1): arm64: dts: imx8mq-librem5-devkit: use correct interrupt for the magnetometer Anson Huang (4): ARM: dts: imx6qdl-sabresd: Remove incorrect power supply assignment ARM: dts: imx6sx-sdb: Remove incorrect power supply assignment ARM: dts: imx6sl-evk: Remove incorrect power supply assignment ARM: dts: imx6sll-evk: Remove incorrect power supply assignment Jagan Teki (1): ARM: dts: imx6q-icore-mipi: Use 1.5 version of i.Core MX6DL Marcel Ziswiler (1): ARM: dts: imx7: Fix Toradex Colibri iMX7S 256MB NAND flash support Marek Vasut (1): ARM: dts: imx6q-dhcom: Fix SGTL5000 VDDIO regulator connection Peng Fan (1): ARM: dts: imx7ulp: fix reg of cpu node Yinbo Zhu (1): arm64: dts: ls1028a: fix endian setting for dcfg arch/arm/boot/dts/imx6dl-icore-mipi.dts | 2 +- arch/arm/boot/dts/imx6q-dhcom-pdk2.dts | 2 +- arch/arm/boot/dts/imx6q-dhcom-som.dtsi | 2 +- arch/arm/boot/dts/imx6qdl-sabresd.dtsi | 4 ---- arch/arm/boot/dts/imx6sl-evk.dts | 4 ---- arch/arm/boot/dts/imx6sll-evk.dts | 4 ---- arch/arm/boot/dts/imx6sx-sdb-reva.dts | 4 ---- arch/arm/boot/dts/imx6sx-sdb.dts | 4 ---- arch/arm/boot/dts/imx7s-colibri.dtsi | 4 ++++ arch/arm/boot/dts/imx7ulp.dtsi | 4 ++-- arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi | 2 +- arch/arm64/boot/dts/freescale/imx8mm.dtsi | 2 +- arch/arm64/boot/dts/freescale/imx8mq-librem5-devkit.dts | 2 +- 13 files changed, 12 insertions(+), 28 deletions(-) -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#1123): https://linux.kernel.org/g/patchwork-soc/message/1123 Mute This Topic: https://linux.kernel.org/mt/69592434/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] -=-=-=-=-=-=-=-=-=-=-=-