Skip to content

Commit d468b7b

Browse files
dnltznmenon
authored andcommitted
arm64: dts: ti: k3-am62-phycore-som: Add bootphase tag to cpsw_mac_syscon
Add the "bootph-all" boot phase property to cpsw_mac_syscon. This fuse region contains the internal MAC address. Without this syscon node enabled, this interface will get a random MAC during network boot. This is problematic because the AM62x network boot is using BOOTP protocol for some binaries and this protocol does not support dynamic lease expiration. Therefore, the DHCP server can run out of free IP addresses. Signed-off-by: Daniel Schultz <d.schultz@phytec.de> Reviewed-by: Wadim Egorov <w.egorov@phytec.de> Link: https://patch.msgid.link/20251124090842.3377294-1-d.schultz@phytec.de Signed-off-by: Nishanth Menon <nm@ti.com>
1 parent cf5e8ad commit d468b7b

1 file changed

Lines changed: 4 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
@@ -220,6 +220,10 @@
220220
bootph-all;
221221
};
222222

223+
&cpsw_mac_syscon {
224+
bootph-all;
225+
};
226+
223227
&cpsw3g_mdio {
224228
pinctrl-names = "default";
225229
pinctrl-0 = <&main_mdio1_pins_default>;

0 commit comments

Comments
 (0)