arm64: dts: ti: Disable clock output of the ethernet PHY
authorNathan Morrisson <nmorrisson@phytec.com>
Fri, 19 Jan 2024 22:52:57 +0000 (14:52 -0800)
committerVignesh Raghavendra <vigneshr@ti.com>
Mon, 5 Feb 2024 13:55:56 +0000 (19:25 +0530)
The clock on the ethernet1 PHY is turned on by default. This turns
the clock off as we do not use it.

Signed-off-by: Nathan Morrisson <nmorrisson@phytec.com>
Reviewed-by: Wadim Egorov <w.egorov@phytec.de>
Link: https://lore.kernel.org/r/20240119225257.403222-1-nmorrisson@phytec.com
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
arch/arm64/boot/dts/ti/k3-am625-phyboard-lyra-rdk.dts

index 4bc0134c987d48ece8cea6b4d028a5b29d87a922..3173f6eca7ca4cfbbff0f58e6b2140b7ae21a37f 100644 (file)
        cpsw3g_phy3: ethernet-phy@3 {
                compatible = "ethernet-phy-id2000.a231", "ethernet-phy-ieee802.3-c22";
                reg = <3>;
+               ti,clk-output-sel = <DP83867_CLK_O_SEL_OFF>;
                ti,rx-internal-delay = <DP83867_RGMIIDCTL_2_00_NS>;
                ti,fifo-depth = <DP83867_PHYCR_FIFO_DEPTH_4_B_NIB>;
        };