]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: dts: imx95-19x19-evk: add GPIO reset for ethphy0
authorWei Fang <wei.fang@nxp.com>
Fri, 6 Jun 2025 19:00:44 +0000 (15:00 -0400)
committerShawn Guo <shawnguo@kernel.org>
Tue, 1 Jul 2025 14:02:05 +0000 (22:02 +0800)
Add GPIO reset for ethphy0.

Signed-off-by: Wei Fang <wei.fang@nxp.com>
Signed-off-by: Frank Li <Frank.Li@nxp.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx95-19x19-evk.dts

index b6822b56374c4b8f8f834144eedcfcf309a9b11b..48ca09464e832a7ea1fac0152f67148e8b402321 100644 (file)
 
        ethphy0: ethernet-phy@1 {
                reg = <1>;
+               reset-gpios = <&i2c5_pcal6408 2 GPIO_ACTIVE_LOW>;
+               reset-assert-us = <10000>;
+               reset-deassert-us = <80000>;
                realtek,clkout-disable;
        };
 };