[PATCH 13/13] arch: arm: dts: k3-am62p5-sk-u-boot: Add bootph-all property to necessary nodes
Chintan Vankar
c-vankar at ti.com
Tue Jan 7 10:38:40 CET 2025
Add "bootph-all" property to necessary nodes required for Ethernet boot
starting from R5 SPL stage.
Signed-off-by: Chintan Vankar <c-vankar at 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-3-c-vankar@ti.com/
arch/arm/dts/k3-am62p5-sk-u-boot.dtsi | 32 +++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/arch/arm/dts/k3-am62p5-sk-u-boot.dtsi b/arch/arm/dts/k3-am62p5-sk-u-boot.dtsi
index cf087c6e343..be62cac7694 100644
--- a/arch/arm/dts/k3-am62p5-sk-u-boot.dtsi
+++ b/arch/arm/dts/k3-am62p5-sk-u-boot.dtsi
@@ -16,3 +16,35 @@
&dmsc {
bootph-pre-ram;
};
+
+&cpsw_mac_syscon {
+ bootph-all;
+};
+
+&cpsw_port1 {
+ bootph-all;
+};
+
+&main_pktdma {
+ bootph-all;
+};
+
+&main_rgmii1_pins_default {
+ bootph-all;
+};
+
+&main_mdio1_pins_default {
+ bootph-all;
+};
+
+&cpsw3g_phy0 {
+ bootph-all;
+};
+
+&cpsw3g_mdio {
+ bootph-all;
+};
+
+&phy_gmii_sel {
+ bootph-all;
+};
--
2.34.1
More information about the U-Boot
mailing list