]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
ARM: dts: stm32: use internal clock for Tx for stm32mp157c-odyssey
authorHeesub Shin <heesub@gmail.com>
Sun, 28 Apr 2024 14:24:03 +0000 (23:24 +0900)
committerPatrice Chotard <patrice.chotard@foss.st.com>
Tue, 18 Jun 2024 06:55:52 +0000 (08:55 +0200)
In Odyssey board, we should use the internal clock from RCC as the
transmit clock, instead of the external clock from ETH_CLK125 pad. This
commit adds a property, st,eth-clk-sel, so that the ETH_CLK_SEL mux
selects ETH_CLK.

Signed-off-by: Heesub Shin <heesub@gmail.com>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
arch/arm/dts/stm32mp157c-odyssey.dts

index 17bcf56f744a0474c5ddde4a614130ada95f1033..53ba018197d4ed222e9aecfb44445757ae0da04a 100644 (file)
@@ -75,6 +75,7 @@
        phy-mode = "rgmii-id";
        max-speed = <1000>;
        phy-handle = <&phy0>;
+       st,ext-phyclk;
 
        mdio0 {
                #address-cells = <1>;