]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: ti: k3-am62x-sk-common: Add bootph-all property in cpsw_mac_syscon node
authorChintan Vankar <c-vankar@ti.com>
Thu, 14 Nov 2024 16:53:31 +0000 (22:23 +0530)
committerNishanth Menon <nm@ti.com>
Thu, 2 Jan 2025 12:56:15 +0000 (06:56 -0600)
Ethernet boot requires CPSW node to be present starting from R5 SPL stage.
Add bootph-all property in CPSW MAC's eFuse node cpsw_mac_syscon to enable
this node during SPL stage along with later boot stages so that CPSW port
will get static MAC address.

Reviewed-by: Siddharth Vadapalli <s-vadapalli@ti.com>
Signed-off-by: Chintan Vankar <c-vankar@ti.com>
Link: https://lore.kernel.org/r/20241114165331.1279065-1-c-vankar@ti.com
Signed-off-by: Nishanth Menon <nm@ti.com>
arch/arm64/boot/dts/ti/k3-am62x-sk-common.dtsi

index 8b631645463946996f635301f857a02b58386750..2f129e8cd5b9f127b1d1baab17be868938fae013 100644 (file)
        };
 };
 
+&cpsw_mac_syscon {
+       bootph-all;
+};
+
 &wkup_uart0 {
        /* WKUP UART0 is used by DM firmware */
        bootph-pre-ram;