diff options
author | Wei Fang <wei.fang@nxp.com> | 2023-05-25 10:08:25 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2023-05-27 15:19:38 +0200 |
commit | e8b4c363255ac5ead34f731716b83b1744c278ac (patch) | |
tree | b25657c02fee3edf623fc7bdab68338e95b1ad42 /arch/arm64/boot/dts/freescale/imx93.dtsi | |
parent | arm64: dts: imx8mp: Enable SAI audio on MX8MP DHCOM PDK2 and PDK3 (diff) | |
download | linux-e8b4c363255ac5ead34f731716b83b1744c278ac.tar.xz linux-e8b4c363255ac5ead34f731716b83b1744c278ac.zip |
arm64: dts: imx93: add fsl,stop-mode property to support WOL
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 <wei.fang@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/imx93.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx93.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx93.dtsi b/arch/arm64/boot/dts/freescale/imx93.dtsi index dc444ca394af..3b8043c12856 100644 --- a/arch/arm64/boot/dts/freescale/imx93.dtsi +++ b/arch/arm64/boot/dts/freescale/imx93.dtsi @@ -724,6 +724,7 @@ 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"; }; |