Add "bootph-all" property to CPSW MAC's PHY node phy_gmii_sel.

Signed-off-by: Chintan Vankar <c-van...@ti.com>
---

Link to v2:
https://lore.kernel.org/r/20240425120822.2048012-11-c-van...@ti.com/

Changes from v2 to v3:
- Since "phy_gmii_sel" with "bootph-all" property is merged at upstream
  Linux for am62x-sk-common with commit "ba50141137fa", this patch can be
  drop with next DT-Sync.

 arch/arm/dts/k3-am625-sk-u-boot.dtsi | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm/dts/k3-am625-sk-u-boot.dtsi 
b/arch/arm/dts/k3-am625-sk-u-boot.dtsi
index 1fc0d407cb..18412688bb 100644
--- a/arch/arm/dts/k3-am625-sk-u-boot.dtsi
+++ b/arch/arm/dts/k3-am625-sk-u-boot.dtsi
@@ -12,6 +12,10 @@
        };
 };
 
+&phy_gmii_sel {
+       bootph-all;
+};
+
 &main_timer0 {
        clock-frequency = <25000000>;
 };
-- 
2.34.1

Reply via email to