Add "bootph-all" property to necessary nodes required for Ethernet boot starting from R5 SPL stage.
Signed-off-by: Chintan Vankar <c-van...@ti.com> --- Link to v1: https://lore.kernel.org/r/20250107093840.2211381-8-c-van...@ti.com/ Changes from v1 to v2: - No changes. .../arm/dts/k3-am68-sk-base-board-u-boot.dtsi | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/arch/arm/dts/k3-am68-sk-base-board-u-boot.dtsi b/arch/arm/dts/k3-am68-sk-base-board-u-boot.dtsi index 4ca05f32f0b..67db35fd3e3 100644 --- a/arch/arm/dts/k3-am68-sk-base-board-u-boot.dtsi +++ b/arch/arm/dts/k3-am68-sk-base-board-u-boot.dtsi @@ -41,6 +41,34 @@ bootph-all; }; +&cpsw_mac_syscon { + bootph-all; +}; + +&cpsw_port1 { + bootph-all; +}; + +&mcu_cpsw { + bootph-all; +}; + +&mcu_cpsw_pins_default { + bootph-all; +}; + +&mcu_mdio_pins_default { + bootph-all; +}; + +&phy0 { + bootph-all; +}; + +&phy_gmii_sel { + bootph-all; +}; + &secure_proxy_main { bootph-all; }; -- 2.34.1