From nobody Thu Oct 2 10:55:22 2025 Received: from finn.localdomain (finn.gateworks.com [108.161.129.64]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id C071B314A6C; Thu, 18 Sep 2025 15:45:07 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=108.161.129.64 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1758210310; cv=none; b=U83r5P1NrBFVXAlPjEsQPmPrc9CYrvjd3ZGRecKdGVFJJ+ucPdR1Fsd621WhQlblSk2494T2BMo2PN1PvaU9VMTM3JigZrfWsJ7v028gjkOlKigmTFUD49CF68onW0TyabbThp2U1T5EhpiFYKTPuQnMLjrsW6aeQ7vS+ULgehs= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1758210310; c=relaxed/simple; bh=cWu0cfgd0FkeMoYqnPte0uTSYcAjL7fMLOhaAJqTcAw=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References: MIME-Version; b=QG7qCGjzxWLFMyXhPU1iO74XUodF32jtLeO02obDfOO9ez0C2KsOgIbZPeAGLin8m4a906JePfDdsunS+4MiVUOYnjn/hhxzBaNLoS01/Z1/1kUgo52BMTdxrMP6yJaP9RpvkAbBItSu++8xnKP+KZnPZy0lcEOLwdz7GLjJc3o= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=gateworks.com; spf=pass smtp.mailfrom=gateworks.com; arc=none smtp.client-ip=108.161.129.64 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=gateworks.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=gateworks.com 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 1uzGoZ-00B1eF-3U; Thu, 18 Sep 2025 15:44:55 +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 , Peng Fan Subject: [PATCH v2 2/7] arm64: dts: imx8m{m,n,p}-venice: disable unused clk output for TI PHY Date: Thu, 18 Sep 2025 08:44:46 -0700 Message-Id: <20250918154451.2531802-3-tharvey@gateworks.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20250918154451.2531802-1-tharvey@gateworks.com> References: <20250918154451.2531802-1-tharvey@gateworks.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Disable the unused refclk output for the TI DP83867 PHY used on Gateworks Venice boards. Signed-off-by: Tim Harvey Reviewed-by: Peng Fan --- v2: - add tags --- arch/arm64/boot/dts/freescale/imx8mm-venice-gw700x.dtsi | 1 + arch/arm64/boot/dts/freescale/imx8mm-venice-gw7902.dts | 1 + arch/arm64/boot/dts/freescale/imx8mn-venice-gw7902.dts | 1 + arch/arm64/boot/dts/freescale/imx8mp-venice-gw702x.dtsi | 1 + arch/arm64/boot/dts/freescale/imx8mp-venice-gw74xx.dts | 1 + 5 files changed, 5 insertions(+) diff --git a/arch/arm64/boot/dts/freescale/imx8mm-venice-gw700x.dtsi b/arch= /arm64/boot/dts/freescale/imx8mm-venice-gw700x.dtsi index 37db4f0dd505..baf46fe28133 100644 --- a/arch/arm64/boot/dts/freescale/imx8mm-venice-gw700x.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mm-venice-gw700x.dtsi @@ -115,6 +115,7 @@ mdio { ethphy0: ethernet-phy@0 { compatible =3D "ethernet-phy-ieee802.3-c22"; reg =3D <0>; + ti,clk-output-sel =3D ; ti,rx-internal-delay =3D ; ti,tx-internal-delay =3D ; tx-fifo-depth =3D ; diff --git a/arch/arm64/boot/dts/freescale/imx8mm-venice-gw7902.dts b/arch/= arm64/boot/dts/freescale/imx8mm-venice-gw7902.dts index c09b40fc6dec..468c7e993c52 100644 --- a/arch/arm64/boot/dts/freescale/imx8mm-venice-gw7902.dts +++ b/arch/arm64/boot/dts/freescale/imx8mm-venice-gw7902.dts @@ -253,6 +253,7 @@ mdio { ethphy0: ethernet-phy@0 { compatible =3D "ethernet-phy-ieee802.3-c22"; reg =3D <0>; + ti,clk-output-sel =3D ; ti,rx-internal-delay =3D ; ti,tx-internal-delay =3D ; tx-fifo-depth =3D ; diff --git a/arch/arm64/boot/dts/freescale/imx8mn-venice-gw7902.dts b/arch/= arm64/boot/dts/freescale/imx8mn-venice-gw7902.dts index a5f52f60169e..5aa0e2cd155e 100644 --- a/arch/arm64/boot/dts/freescale/imx8mn-venice-gw7902.dts +++ b/arch/arm64/boot/dts/freescale/imx8mn-venice-gw7902.dts @@ -248,6 +248,7 @@ mdio { ethphy0: ethernet-phy@0 { compatible =3D "ethernet-phy-ieee802.3-c22"; reg =3D <0>; + ti,clk-output-sel =3D ; ti,rx-internal-delay =3D ; ti,tx-internal-delay =3D ; tx-fifo-depth =3D ; diff --git a/arch/arm64/boot/dts/freescale/imx8mp-venice-gw702x.dtsi b/arch= /arm64/boot/dts/freescale/imx8mp-venice-gw702x.dtsi index 303995a8adce..a1232a4f8485 100644 --- a/arch/arm64/boot/dts/freescale/imx8mp-venice-gw702x.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mp-venice-gw702x.dtsi @@ -101,6 +101,7 @@ ethphy0: ethernet-phy@0 { reg =3D <0x0>; interrupt-parent =3D <&gpio3>; interrupts =3D <16 IRQ_TYPE_EDGE_FALLING>; + ti,clk-output-sel =3D ; ti,rx-internal-delay =3D ; ti,tx-internal-delay =3D ; tx-fifo-depth =3D ; diff --git a/arch/arm64/boot/dts/freescale/imx8mp-venice-gw74xx.dts b/arch/= arm64/boot/dts/freescale/imx8mp-venice-gw74xx.dts index 12de7cf1e853..7662663ff5da 100644 --- a/arch/arm64/boot/dts/freescale/imx8mp-venice-gw74xx.dts +++ b/arch/arm64/boot/dts/freescale/imx8mp-venice-gw74xx.dts @@ -228,6 +228,7 @@ mdio { ethphy0: ethernet-phy@0 { compatible =3D "ethernet-phy-ieee802.3-c22"; reg =3D <0x0>; + ti,clk-output-sel =3D ; ti,rx-internal-delay =3D ; ti,tx-internal-delay =3D ; tx-fifo-depth =3D ; --=20 2.25.1