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-am62a-phycore-som: Add bootphase tag to cpsw_mac_syscon

Add the "bootph-all" 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 AM62Ax 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-2-d.schultz@phytec.de
Signed-off-by: Nishanth Menon <nm@ti.com>

authored by

Daniel Schultz and committed by
Nishanth Menon
a9bd8d35 d468b7b8

+4
+4
arch/arm64/boot/dts/ti/k3-am62a-phycore-som.dtsi
··· 197 197 bootph-all; 198 198 }; 199 199 200 + &cpsw_mac_syscon { 201 + bootph-all; 202 + }; 203 + 200 204 &cpsw3g_mdio { 201 205 pinctrl-names = "default"; 202 206 pinctrl-0 = <&main_mdio1_pins_default>;