On 7/14/26 2:05 PM, Anshul Dalal wrote:
> On Fri, 10 Jul 2026 15:52:29 +0530, Chintan Vankar <[email protected]> wrote:
>> diff --git a/arch/arm/dts/k3-am62a7-r5-sk.dts
>> b/arch/arm/dts/k3-am62a7-r5-sk.dts
>> index 4570ff6edbf7..9c2a6bf89a92 100644
>> --- a/arch/arm/dts/k3-am62a7-r5-sk.dts
>> +++ b/arch/arm/dts/k3-am62a7-r5-sk.dts
>> @@ -42,3 +42,8 @@
>> status = "okay";
>> bootph-pre-ram;
>> };
>> +
>> +&main_pktdma {
>> + ti,sci = <&dm_tifs>;
>> + bootph-all;
>> +};
>
> We should have this as part of 'k3-am62a7-r5.dtsi' so that other boards can
> also get OOB ethernet boot by just modifying their defconfig.
>
You can set the boot phase tag in the Linux/upstream device tree. This is also
what is done for other nodes required for booting.