From patchwork Thu Apr 4 08:57:33 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shawn Guo X-Patchwork-Id: 13617470 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 031DCCD1284 for ; Thu, 4 Apr 2024 08:57:52 +0000 (UTC) Received: by smtp.kernel.org (Postfix) id C8CCAC433C7; Thu, 4 Apr 2024 08:57:52 +0000 (UTC) Received: from mail-177131.yeah.net (mail-177131.yeah.net [123.58.177.131]) by smtp.kernel.org (Postfix) with ESMTP id 56101C433F1; Thu, 4 Apr 2024 08:57:48 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.kernel.org 56101C433F1 Authentication-Results: smtp.kernel.org; dmarc=pass (p=none dis=none) header.from=yeah.net Authentication-Results: smtp.kernel.org; spf=pass smtp.mailfrom=yeah.net DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yeah.net; s=s110527; h=Date:From:Subject:Message-ID:MIME-Version: Content-Type; bh=m9wfLN0/U6O/h9jSHSpgQxev0RktWios43AT403zDCY=; b=QP6TB58DvYcpoikETNbDTbQfhroTLAS3FlM83/d4ID+xbmWu8Hwz77E05FomxA 92+HK14MKQYqx/jYVAxyCS/Dx7JqS9xgnc4wJmbQSDVsLMYTHPV9YDp+YPJSEDff zoR22aW2guXBEX8ACUUcG41kY4yHAxw0+/j7nxPf8V18g= Received: from dragon (unknown [223.68.79.243]) by smtp1 (Coremail) with SMTP id ClUQrADXP0N9aw5mz43DAQ--.14732S3; Thu, 04 Apr 2024 16:57:35 +0800 (CST) Date: Thu, 4 Apr 2024 16:57:33 +0800 From: Shawn Guo List-Id: To: soc@kernel.org, arm@kernel.org Cc: Fabio Estevam , Stefan Agner , kernel@pengutronix.de, imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org Subject: [GIT PULL] i.MX fixes for 6.9 Message-ID: MIME-Version: 1.0 Content-Disposition: inline X-CM-TRANSID: ClUQrADXP0N9aw5mz43DAQ--.14732S3 X-Coremail-Antispam: 1Uf129KBjvJXoW7WFWxXrWUAF45Kw4xJFW7CFg_yoW8uw45pF yfGw42gr1kCryrZr9rZa4xta98Cwn8JF4kJrW5GrWkJrn8AryqqFn5Crn5WryUXFWxXr40 vF1rJr1DXry5Xr7anT9S1TB71UUUUU7qnTZGkaVYY2UrUUUUjbIjqfuFe4nvWSU5nxnvy2 9KBjDUYxBIdaVFxhVjvjDU0xZFpf9x07UuT5LUUUUU= X-Originating-IP: [223.68.79.243] X-CM-SenderInfo: pvkd40hjxrjqh1hdxhhqhw/1tbiFQC2ZV6NnB8eRgAAsO The following changes since commit 4cece764965020c22cff7665b18a012006359095: Linux 6.9-rc1 (2024-03-24 14:10:05 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-fixes-6.9 for you to fetch changes up to 00b436182138310bb8d362b912b12a9df8f72ca3: arm64: dts: imx8qm-ss-dma: fix can lpcg indices (2024-04-03 20:44:54 +0800) ---------------------------------------------------------------- i.MX fixes for 6.9: - A couple of i.MX7 board fixes from Fabio Estevam that use correct 'no-mmc' property and pass 'link-frequencies' for OV2680. - A series from Frank Li to fix LPCG clock indices for i.MX8 subsystems. - A couple of changes from Tim Harvey that fix USB VBUS regulator for imx8mp-venice board. ---------------------------------------------------------------- Fabio Estevam (2): ARM: dts: imx7-mba7: Use 'no-mmc' property ARM: dts: imx7s-warp: Pass OV2680 link-frequencies Frank Li (8): arm64: dts: imx8-ss-conn: fix usdhc wrong lpcg clock order arm64: dts: imx8-ss-lsio: fix pwm lpcg indices arm64: dts: imx8-ss-conn: fix usb lpcg indices arm64: dts: imx8-ss-dma: fix spi lpcg indices arm64: dts: imx8-ss-dma: fix pwm lpcg indices arm64: dts: imx8-ss-dma: fix adc lpcg indices arm64: dts: imx8-ss-dma: fix can lpcg indices arm64: dts: imx8qm-ss-dma: fix can lpcg indices Tim Harvey (2): arm64: dts: freescale: imx8mp-venice-gw72xx-2x: fix USB vbus regulator arm64: dts: freescale: imx8mp-venice-gw73xx-2x: fix USB vbus regulator arch/arm/boot/dts/nxp/imx/imx7-mba7.dtsi | 2 +- arch/arm/boot/dts/nxp/imx/imx7s-warp.dts | 1 + arch/arm64/boot/dts/freescale/imx8-ss-conn.dtsi | 16 ++++----- arch/arm64/boot/dts/freescale/imx8-ss-dma.dtsi | 40 +++++++++++----------- arch/arm64/boot/dts/freescale/imx8-ss-lsio.dtsi | 16 ++++----- .../boot/dts/freescale/imx8mp-venice-gw72xx.dtsi | 2 +- .../boot/dts/freescale/imx8mp-venice-gw73xx.dtsi | 2 +- arch/arm64/boot/dts/freescale/imx8qm-ss-dma.dtsi | 8 ++--- 8 files changed, 44 insertions(+), 43 deletions(-)