From: Greg Kroah-Hartman Date: Thu, 15 Aug 2024 13:12:14 +0000 (+0200) Subject: 5.15-stable patches X-Git-Tag: v4.19.320~16 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2fc1bb76917dc0fc20be3ef78eb53303c6d333a3;p=thirdparty%2Fkernel%2Fstable-queue.git 5.15-stable patches added patches: arm-dts-imx6qdl-kontron-samx6i-fix-phy-mode.patch --- diff --git a/queue-5.15/arm-dts-imx6qdl-kontron-samx6i-fix-phy-mode.patch b/queue-5.15/arm-dts-imx6qdl-kontron-samx6i-fix-phy-mode.patch new file mode 100644 index 00000000000..e6d92872796 --- /dev/null +++ b/queue-5.15/arm-dts-imx6qdl-kontron-samx6i-fix-phy-mode.patch @@ -0,0 +1,32 @@ +From 0df3c7d7a73d75153090637392c0b73a63cdc24a Mon Sep 17 00:00:00 2001 +From: Michael Walle +Date: Mon, 17 Jun 2024 11:13:29 +0200 +Subject: ARM: dts: imx6qdl-kontron-samx6i: fix phy-mode + +From: Michael Walle + +commit 0df3c7d7a73d75153090637392c0b73a63cdc24a upstream. + +The i.MX6 cannot add any RGMII delays. The PHY has to add both the RX +and TX delays on the RGMII interface. Fix the interface mode. While at +it, use the new phy-connection-type property name. + +Fixes: 5694eed98cca ("ARM: dts: imx6qdl-kontron-samx6i: move phy reset into phy-node") +Signed-off-by: Michael Walle +Signed-off-by: Shawn Guo +Signed-off-by: Greg Kroah-Hartman +--- + arch/arm/boot/dts/imx6qdl-kontron-samx6i.dtsi | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +--- a/arch/arm/boot/dts/imx6qdl-kontron-samx6i.dtsi ++++ b/arch/arm/boot/dts/imx6qdl-kontron-samx6i.dtsi +@@ -260,7 +260,7 @@ + &fec { + pinctrl-names = "default"; + pinctrl-0 = <&pinctrl_enet>; +- phy-mode = "rgmii"; ++ phy-connection-type = "rgmii-id"; + phy-handle = <ðphy>; + + mdio { diff --git a/queue-5.15/series b/queue-5.15/series index 07553cff7fc..7317d3a9ed7 100644 --- a/queue-5.15/series +++ b/queue-5.15/series @@ -481,3 +481,4 @@ nvme-pci-add-apst-quirk-for-lenovo-n60z-laptop.patch usb-gadget-u_audio-check-return-codes-from-usb_ep_en.patch binfmt_flat-fix-corruption-when-not-offsetting-data-.patch wifi-cfg80211-restrict-nl80211_attr_txq_quantum-valu.patch +arm-dts-imx6qdl-kontron-samx6i-fix-phy-mode.patch