mirror of
https://github.com/torvalds/linux.git
synced 2026-09-19 09:08:02 +02:00
ARM: dts: stm32: Enable PHY SSC on DH STM32MP13xx DHCOR DHSBC board
Add realtek,rxc-ssc-enable and realtek,sysclk-ssc-enable to both PHY DT nodes to enable PHY Spread Spectrum on RXC and SYSCLK, CLKOUT is disabled and therefore does not need SSC enabled. Signed-off-by: Marek Vasut <marex@nabladev.com> Link: https://lore.kernel.org/r/20260411130355.19670-1-marex@nabladev.com Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
This commit is contained in:
parent
254f49634e
commit
7ebbcbbee7
|
|
@ -97,6 +97,8 @@ ethphy1: ethernet-phy@1 {
|
|||
interrupts = <12 IRQ_TYPE_LEVEL_LOW>;
|
||||
reg = <1>;
|
||||
realtek,clkout-disable;
|
||||
realtek,rxc-ssc-enable;
|
||||
realtek,sysclk-ssc-enable;
|
||||
reset-assert-us = <15000>;
|
||||
reset-deassert-us = <55000>;
|
||||
reset-gpios = <&gpioa 11 GPIO_ACTIVE_LOW>;
|
||||
|
|
@ -146,6 +148,8 @@ ethphy2: ethernet-phy@1 {
|
|||
interrupts = <15 IRQ_TYPE_LEVEL_LOW>;
|
||||
reg = <1>;
|
||||
realtek,clkout-disable;
|
||||
realtek,rxc-ssc-enable;
|
||||
realtek,sysclk-ssc-enable;
|
||||
reset-assert-us = <15000>;
|
||||
reset-deassert-us = <55000>;
|
||||
reset-gpios = <&gpiog 8 GPIO_ACTIVE_LOW>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user