2023-05-25 08:31:30

by Wei Fang

[permalink] [raw]
Subject: [PATCH] arm64: dts: imx93: add fsl,stop-mode property to support WOL

From: Wei Fang <[email protected]>

Add fsl,stop-mode property for FEC to support Wake-on-LAN (WOL)
feature. Otherwise, the WOL feature of FEC does not work.

Signed-off-by: Wei Fang <[email protected]>
---
arch/arm64/boot/dts/freescale/imx93.dtsi | 1 +
1 file changed, 1 insertion(+)

diff --git a/arch/arm64/boot/dts/freescale/imx93.dtsi b/arch/arm64/boot/dts/freescale/imx93.dtsi
index e8d49660ac85..d65a72329d53 100644
--- a/arch/arm64/boot/dts/freescale/imx93.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx93.dtsi
@@ -685,6 +685,7 @@ fec: ethernet@42890000 {
assigned-clock-rates = <100000000>, <250000000>, <50000000>;
fsl,num-tx-queues = <3>;
fsl,num-rx-queues = <3>;
+ fsl,stop-mode = <&wakeupmix_gpr 0x0c 1>;
status = "disabled";
};

--
2.25.1



2023-05-27 13:26:09

by Shawn Guo

[permalink] [raw]
Subject: Re: [PATCH] arm64: dts: imx93: add fsl,stop-mode property to support WOL

On Thu, May 25, 2023 at 04:08:25PM +0800, [email protected] wrote:
> From: Wei Fang <[email protected]>
>
> Add fsl,stop-mode property for FEC to support Wake-on-LAN (WOL)
> feature. Otherwise, the WOL feature of FEC does not work.
>
> Signed-off-by: Wei Fang <[email protected]>

Applied, thanks!