Re: [PATCH 2/5] dts: stm32mp157c-odyssey: use internal clock for Tx

2024-06-14 Thread Patrice CHOTARD
On 6/6/24 16:37, Patrice CHOTARD wrote: > > > On 4/28/24 16:24, Heesub Shin wrote: >> 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

Re: [PATCH 2/5] dts: stm32mp157c-odyssey: use internal clock for Tx

2024-06-06 Thread Patrice CHOTARD
On 4/28/24 16:24, Heesub Shin wrote: > 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

[PATCH 2/5] dts: stm32mp157c-odyssey: use internal clock for Tx

2024-04-28 Thread Heesub Shin
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 --- arch/arm/dts/stm32mp157c-odyssey.dts | 1