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> --- The changed made by this patch can be dropped in the future when the DT-sync is performed with upstream linux. Linux patch for the same is posted at: https://lore.kernel.org/r/20250106123122.3531845-2-c-van...@ti.com/ .../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 4b8d73a92d6..ccf0c4c7a0c 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