Commit e05f6566 authored by Wadim Egorov's avatar Wadim Egorov Committed by Nishanth Menon
Browse files

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: default avatarWadim Egorov <w.egorov@phytec.de>
Link: https://patch.msgid.link/20251124160548.2273931-1-w.egorov@phytec.de


Signed-off-by: default avatarNishanth Menon <nm@ti.com>
parent a9bd8d35
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -363,6 +363,10 @@ serial_flash: flash@0 {
	};
};

&phy_gmii_sel {
	bootph-all;
};

&sdhci0 {
	pinctrl-names = "default";
	pinctrl-0 = <&main_mmc0_pins_default>;
+4 −0
Original line number Diff line number Diff line
@@ -354,6 +354,10 @@ serial_flash: flash@0 {
	};
};

&phy_gmii_sel {
	bootph-all;
};

&sdhci0 {
	pinctrl-names = "default";
	pinctrl-0 = <&main_mmc0_pins_default>;