From mboxrd@z Thu Jan 1 00:00:00 1970 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 41B9BCAC59A for ; Thu, 18 Sep 2025 15:45:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: MIME-Version:Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-Type: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Owner; bh=asHOVW9E6llhnElkxqHruaCElFqKC49GOJKwNx6CHTk=; b=mGeNWrkW6yQgUvzHdUmqRLmSzv K2zw2WXbWtMi/XKww3XdcE2y7ZzDiZzBTNrRP8Kswv3wqu5ND+UMXOccnmKskm4imgi9+qYCQsHFs yAIudfVlbL3ISbr1ihxSHkbtdRlXLQVjW3eHahq6yssqNbI7i+Y0mJ23xa/wu1bE6G/6mweVnIzbI tnxvW5gt1zGajnRoNlY5pk206UKb/wdXqCJT5TSDc3lNCstQHL0CtBA+RlnA8KXk36CGektqzvnx0 /EJLIvkNtBuwaqM/BtXbjEIe1mgNyh6XyTSuZ1kJ866HsyTEnkdBmgEcJMPrbKIoIRA3ElBckn2oH xLaniJHw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1uzGol-00000000TCE-1q1d; Thu, 18 Sep 2025 15:45:07 +0000 Received: from finn.gateworks.com ([108.161.129.64] helo=finn.localdomain) by bombadil.infradead.org with esmtps (Exim 4.98.2 #2 (Red Hat Linux)) id 1uzGoi-00000000TAG-2B2W for linux-arm-kernel@lists.infradead.org; Thu, 18 Sep 2025 15:45:05 +0000 Received: from syn-068-189-091-139.biz.spectrum.com ([68.189.91.139] helo=tharvey.pdc.gateworks.com) by finn.localdomain with esmtp (Exim 4.95) (envelope-from ) id 1uzGoX-00B1eF-8d; Thu, 18 Sep 2025 15:44:53 +0000 From: Tim Harvey To: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam Cc: devicetree@vger.kernel.org, imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Tim Harvey Subject: [PATCH v2 0/7] various imx8m*-venice dt fixes Date: Thu, 18 Sep 2025 08:44:44 -0700 Message-Id: <20250918154451.2531802-1-tharvey@gateworks.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20250918_084504_572464_87C35EBB X-CRM114-Status: UNSURE ( 7.53 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org This series contains various imx8m*-venice board dt fixes. v2: - add additional info to commit explaining changing TXC slew rate for improved signal quality and emiisions (Peng) - add tags Tim Harvey (7): arm64: dts: freescale: imx8mp-venice-gw7905-2x: remove duplicate usdhc1 props arm64: dts: imx8m{m,n,p}-venice: disable unused clk output for TI PHY arm64: dts: imx8mp-venice-gw702x: reduce RGMII CLK drive strength arm64: dts: imx8mm-venice-gw700x: reduce RGMII CLK drive strength arm64: dts: imx8mm-venice-gw72xx: remove unused sdhc1 pinctrl arm64: dts: imx8mp-venice-gw702x: remove off-board uart arm64: dts: imx8mp-venice-gw702x: remove off-board sdhc1 .../dts/freescale/imx8mm-venice-gw700x.dtsi | 3 +- .../dts/freescale/imx8mm-venice-gw72xx.dtsi | 11 ---- .../dts/freescale/imx8mm-venice-gw7902.dts | 1 + .../dts/freescale/imx8mn-venice-gw7902.dts | 1 + .../dts/freescale/imx8mp-venice-gw702x.dtsi | 54 +------------------ .../dts/freescale/imx8mp-venice-gw72xx.dtsi | 11 ---- .../dts/freescale/imx8mp-venice-gw74xx.dts | 1 + 7 files changed, 7 insertions(+), 75 deletions(-) -- 2.25.1