Skip to content

Commit 28596f0

Browse files
chintanv133nmenon
authored andcommitted
arm64: dts: ti: k3-am62x-sk-common: Add bootph-all property in cpsw_mac_syscon node
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 <[email protected]> Signed-off-by: Chintan Vankar <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Nishanth Menon <[email protected]>
1 parent 09b4284 commit 28596f0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

arch/arm64/boot/dts/ti/k3-am62x-sk-common.dtsi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,10 @@
315315
};
316316
};
317317

318+
&cpsw_mac_syscon {
319+
bootph-all;
320+
};
321+
318322
&wkup_uart0 {
319323
/* WKUP UART0 is used by DM firmware */
320324
bootph-pre-ram;

0 commit comments

Comments
 (0)