OSDN Git Service

arm64: dts: imx8mp-evk: disable CLKOUT clock for ENET PHY
authorJoakim Zhang <qiangqing.zhang@nxp.com>
Tue, 23 Nov 2021 08:05:04 +0000 (16:05 +0800)
committerShawn Guo <shawnguo@kernel.org>
Wed, 8 Dec 2021 12:25:24 +0000 (20:25 +0800)
According to commit 0a4355c2b7f8 ("net: phy: realtek: add dt property to
disable CLKOUT clock"), diable CLKOUT clock for FEC PHY to save power on
i.MX8MP EVK board.

Signed-off-by: Joakim Zhang <qiangqing.zhang@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mp-evk.dts

index a7dc0d1..cf03a82 100644 (file)
                        reset-gpios = <&gpio4 22 GPIO_ACTIVE_LOW>;
                        reset-assert-us = <10000>;
                        reset-deassert-us = <80000>;
+                       realtek,clkout-disable;
                };
        };
 };
                        reset-gpios = <&gpio4 2 GPIO_ACTIVE_LOW>;
                        reset-assert-us = <10000>;
                        reset-deassert-us = <80000>;
+                       realtek,clkout-disable;
                };
        };
 };