]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arm: dts: k3-am62a7-sk-u-boot: Enable DM services for main_pktdma
authorChintan Vankar <c-vankar@ti.com>
Thu, 16 Jul 2026 08:05:52 +0000 (13:35 +0530)
committerTom Rini <trini@konsulko.com>
Tue, 28 Jul 2026 17:58:36 +0000 (11:58 -0600)
Enable DM services for main_pktdma during R5 SPL stage.

Tested-by: Anshul Dalal <anshuld@ti.com>
Signed-off-by: Chintan Vankar <c-vankar@ti.com>
arch/arm/dts/k3-am62a7-r5-sk.dts

index 4570ff6edbf7fb2ccd201451e988428200ec98c7..6ea640856b4b98375eff7988e13f3d436f77689f 100644 (file)
@@ -42,3 +42,7 @@
        status = "okay";
        bootph-pre-ram;
 };
+
+&main_pktdma {
+       ti,sci = <&dm_tifs>;
+};