From patchwork Thu Apr 25 09:55:50 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shawn Guo X-Patchwork-Id: 13643044 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 D3A04C19F4F for ; Thu, 25 Apr 2024 09:55:58 +0000 (UTC) Received: by smtp.kernel.org (Postfix) id 9F18BC113CC; Thu, 25 Apr 2024 09:55:58 +0000 (UTC) Received: from mail-177132.yeah.net (mail-177132.yeah.net [123.58.177.132]) by smtp.kernel.org (Postfix) with ESMTP id 2D9C8C2BD10; Thu, 25 Apr 2024 09:55:55 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.kernel.org 2D9C8C2BD10 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=xQul+LRJa5DBqWGtv092kro7gL1oG1Dc98ltSQ5nIAU=; b=ONuytCpXMYEEPHdRlj4YG+hnuQ41IsIM5HpG0VhuF93KWW9Zp1f3xrmFZBX5o+ HA3Na+D0DECoj4dYMjZl5Zl9xIoIUC0ltqeBNwzEm1SdQW8rTN2xniu3GXf7kg+P yBGW48mhblJncz/XJ7WVCshjCqF9Mohmr8jGOStS34rI0= Received: from dragon (unknown [223.68.79.243]) by smtp2 (Coremail) with SMTP id C1UQrADXX1GnKCpmhnh2BA--.6268S3; Thu, 25 Apr 2024 17:55:52 +0800 (CST) Date: Thu, 25 Apr 2024 17:55:50 +0800 From: Shawn Guo List-Id: To: soc@kernel.org, arm@kernel.org Cc: Fabio Estevam , kernel@pengutronix.de, imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org Subject: [GIT PULL] i.MX fixes for 6.9, round 2 Message-ID: MIME-Version: 1.0 Content-Disposition: inline X-CM-TRANSID: C1UQrADXX1GnKCpmhnh2BA--.6268S3 X-Coremail-Antispam: 1Uf129KBjvdXoW7Gw4kAry5Ar4Uuw4DWF1Dtrb_yoWkurc_ZF W8GF1UWw48Jr4UA3WUtw1vgr9rtF1UJryrAryUXr47X39rAr1UJFy0qrWrXrnrXw4rXrZr JrWUXw1jq34rCjkaLaAFLSUrUUUUjb8apTn2vfkv8UJUUUU8Yxn0WfASr-VFAUDa7-sFnT 9fnUUvcSsGvfC2KfnxnUUI43ZEXa7IU0StC7UUUUU== X-Originating-IP: [223.68.79.243] X-CM-SenderInfo: pvkd40hjxrjqh1hdxhhqhw/1tbiGArLZV6Nnu1lSwAAsy The following changes since commit 00b436182138310bb8d362b912b12a9df8f72ca3: arm64: dts: imx8qm-ss-dma: fix can lpcg indices (2024-04-03 20:44:54 +0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-fixes-6.9-2 for you to fetch changes up to d7f3040a565214a30e2f07dc9b91566d316e2d36: ARM: dts: imx6ull-tarragon: fix USB over-current polarity (2024-04-25 14:21:00 +0800) ---------------------------------------------------------------- i.MX fixes for 6.9, round 2: - Fix i.MX8MP the second CSI2 assigned-clock property which got wrong by commit f78835d1e616 ("arm64: dts: imx8mp: reparent MEDIA_MIPI_PHY1_REF to CLK_24M") - Correct USB over-current polarity for imx6ull-tarragon board ---------------------------------------------------------------- Marek Vasut (1): arm64: dts: imx8mp: Fix assigned-clocks for second CSI2 Michael Heimpold (1): ARM: dts: imx6ull-tarragon: fix USB over-current polarity arch/arm/boot/dts/nxp/imx/imx6ull-tarragon-common.dtsi | 1 + arch/arm64/boot/dts/freescale/imx8mp.dtsi | 2 +-