]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: freescale: imx93-phycore-som: Remove "fsl,magic-packet"
authorPrimoz Fiser <primoz.fiser@norik.com>
Mon, 8 Sep 2025 11:17:05 +0000 (13:17 +0200)
committerShawn Guo <shawnguo@kernel.org>
Thu, 11 Sep 2025 03:33:35 +0000 (11:33 +0800)
FEC WoL (Wake-on-Lan) functionality depends on using Ethernet PHY in IRQ
mode. However, on phyCORE-i.MX93 SoM, polling mode is used instead for
the FEC Ethernet PHY. Consequently, WoL is non-functional. Thus disable
it by removing "fsl,magic-packet" property. This allows us to save some
power during device suspend as PHY is not kept awake.

Signed-off-by: Primoz Fiser <primoz.fiser@norik.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx93-phycore-som.dtsi

index 89552ae706602d35eb237dece8280dd2bd9ff501..3f069905cf0b5ce9f30ff952e6b74604a4df12b1 100644 (file)
@@ -67,7 +67,6 @@
        pinctrl-0 = <&pinctrl_fec>;
        phy-mode = "rmii";
        phy-handle = <&ethphy1>;
-       fsl,magic-packet;
        assigned-clocks = <&clk IMX93_CLK_ENET_TIMER1>,
                          <&clk IMX93_CLK_ENET_REF>,
                          <&clk IMX93_CLK_ENET_REF_PHY>;