Skip to content

Commit e05f656

Browse files
wdmegrvnmenon
authored andcommitted
arm64: dts: ti: k3-am62(a)-phycore-som: Add bootphase tag to phy_gmii_sel
Add the bootph-all property to the phy_gmii_sel node to ensure it is available during all boot phases. This is required when the bootloader is getting booted via network. Signed-off-by: Wadim Egorov <w.egorov@phytec.de> Link: https://patch.msgid.link/20251124160548.2273931-1-w.egorov@phytec.de Signed-off-by: Nishanth Menon <nm@ti.com>
1 parent a9bd8d3 commit e05f656

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

arch/arm64/boot/dts/ti/k3-am62-phycore-som.dtsi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,10 @@
363363
};
364364
};
365365

366+
&phy_gmii_sel {
367+
bootph-all;
368+
};
369+
366370
&sdhci0 {
367371
pinctrl-names = "default";
368372
pinctrl-0 = <&main_mmc0_pins_default>;

arch/arm64/boot/dts/ti/k3-am62a-phycore-som.dtsi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,10 @@
354354
};
355355
};
356356

357+
&phy_gmii_sel {
358+
bootph-all;
359+
};
360+
357361
&sdhci0 {
358362
pinctrl-names = "default";
359363
pinctrl-0 = <&main_mmc0_pins_default>;

0 commit comments

Comments
 (0)