Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Wadim Egorov and committed by
Nishanth Menon
e05f6566 a9bd8d35

+8
+4
arch/arm64/boot/dts/ti/k3-am62-phycore-som.dtsi
··· 363 363 }; 364 364 }; 365 365 366 + &phy_gmii_sel { 367 + bootph-all; 368 + }; 369 + 366 370 &sdhci0 { 367 371 pinctrl-names = "default"; 368 372 pinctrl-0 = <&main_mmc0_pins_default>;
+4
arch/arm64/boot/dts/ti/k3-am62a-phycore-som.dtsi
··· 354 354 }; 355 355 }; 356 356 357 + &phy_gmii_sel { 358 + bootph-all; 359 + }; 360 + 357 361 &sdhci0 { 358 362 pinctrl-names = "default"; 359 363 pinctrl-0 = <&main_mmc0_pins_default>;