From mboxrd@z Thu Jan 1 00:00:00 1970 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.subspace.kernel.org (Postfix) with ESMTPS id 6C1301CF5C6; Wed, 7 May 2025 18:57:37 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1746644257; cv=none; b=s63K9xHX3ve2I20QmHyXWC74h2ckywHmNWpjz+eZK+J0ReyCnVy6nfiL1fP6r7bDWPVCNA7wvv+5aJFCGnF3KbSfWZHDXPVDS7OdCVTm0QvddF0GbL72a7Fcu1lG5vacrYHMMYSErGYiPz+UuHWKyqa5Nd8GLSIa9fYJ7Fyit8g= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1746644257; c=relaxed/simple; bh=6A704fNtwWSq2xWVt9pLkXXzYbYfqnEE10/+x1c4QLY=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=S20PtlDf7ORK2iTeszUigeSw44SyAYNT0IdgmOWkYPACV5gY07vjva3BHDpdszbxySuyUBgO/TkbKbCQcjtKqBUVeQZFliQa8DJ9CKQ9hZ0txXRmEf+U8QlMjJ2sG4AOm1vDlJZii1RLoV4BHFLYprIQT7N5TMcQH5STetCpYpg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=monu1JBX; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="monu1JBX" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E97E3C4CEE2; Wed, 7 May 2025 18:57:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1746644257; bh=6A704fNtwWSq2xWVt9pLkXXzYbYfqnEE10/+x1c4QLY=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=monu1JBXyUC02AYOiCuLnIAYbODjJiT0X0BfFKgozAWjLtL3wOM8XWFFXpkcHP2ar EFeHq9USl7WlpwTPc9mhqWUCx/TSvNp4caDR3dVX6a9GxWd8dDjkdEgxBvGfc5pOSM yCgC6go5D17+gtBupu2L/NbQ3OkRIQD+1ySpfyGU= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, =?UTF-8?q?S=C3=A9bastien=20Szymanski?= , Oleksij Rempel , Shawn Guo , Sasha Levin Subject: [PATCH 6.14 169/183] ARM: dts: opos6ul: add ksz8081 phy properties Date: Wed, 7 May 2025 20:40:14 +0200 Message-ID: <20250507183831.707045983@linuxfoundation.org> X-Mailer: git-send-email 2.49.0 In-Reply-To: <20250507183824.682671926@linuxfoundation.org> References: <20250507183824.682671926@linuxfoundation.org> User-Agent: quilt/0.68 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 6.14-stable review patch. If anyone has any objections, please let me know. ------------------ From: Sébastien Szymanski [ Upstream commit 6e1a7bc8382b0d4208258f7d2a4474fae788dd90 ] Commit c7e73b5051d6 ("ARM: imx: mach-imx6ul: remove 14x14 EVK specific PHY fixup") removed a PHY fixup that setted the clock mode and the LED mode. Make the Ethernet interface work again by doing as advised in the commit's log, set clock mode and the LED mode in the device tree. Fixes: c7e73b5051d6 ("ARM: imx: mach-imx6ul: remove 14x14 EVK specific PHY fixup") Signed-off-by: Sébastien Szymanski Reviewed-by: Oleksij Rempel Signed-off-by: Shawn Guo Signed-off-by: Sasha Levin --- arch/arm/boot/dts/nxp/imx/imx6ul-imx6ull-opos6ul.dtsi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm/boot/dts/nxp/imx/imx6ul-imx6ull-opos6ul.dtsi b/arch/arm/boot/dts/nxp/imx/imx6ul-imx6ull-opos6ul.dtsi index f2386dcb9ff2c..dda4fa91b2f2c 100644 --- a/arch/arm/boot/dts/nxp/imx/imx6ul-imx6ull-opos6ul.dtsi +++ b/arch/arm/boot/dts/nxp/imx/imx6ul-imx6ull-opos6ul.dtsi @@ -40,6 +40,9 @@ reg = <1>; interrupt-parent = <&gpio4>; interrupts = <16 IRQ_TYPE_LEVEL_LOW>; + micrel,led-mode = <1>; + clocks = <&clks IMX6UL_CLK_ENET_REF>; + clock-names = "rmii-ref"; status = "okay"; }; }; -- 2.39.5