Re: [PATCH v2 3/5] arm64: dts: ti: k3-j784s4: Add WIZ and SERDES PHY nodes

From: Jayesh Choudhary
Date: Mon Apr 17 2023 - 03:37:52 EST




On 17/04/23 10:10, Vignesh Raghavendra wrote:


On 14/04/23 20:45, Jayesh Choudhary wrote:
diff --git a/arch/arm64/boot/dts/ti/k3-j784s4-evm.dts b/arch/arm64/boot/dts/ti/k3-j784s4-evm.dts
index aef6f53ae8ac..b1445b7c2aa8 100644
--- a/arch/arm64/boot/dts/ti/k3-j784s4-evm.dts
+++ b/arch/arm64/boot/dts/ti/k3-j784s4-evm.dts
@@ -301,3 +301,7 @@ &main_cpsw1_port1 {
phy-mode = "rgmii-rxid";
phy-handle = <&main_phy0>;
};
+
+&serdes_refclk {
+ clock-frequency = <100000000>;
+};

Can we move this to 5/5 along with rest of -evm.dts changes?

Sure. Will move it to last patch in next revision.

Thanks.