diff options
| author | Chintan Vankar <[email protected]> | 2026-07-16 13:35:52 +0530 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-07-28 11:58:36 -0600 |
| commit | 3e3dfa33507a2e2ce64e679d6cbb09b59f0cbf53 (patch) | |
| tree | 9efc03240c8962538e942d2e2d8927e0bfbb1bb2 | |
| parent | 707a9b537b2a0d30e6523be9c926796674773a65 (diff) | |
arm: dts: k3-am62a7-sk-u-boot: Enable DM services for main_pktdma
Enable DM services for main_pktdma during R5 SPL stage.
Tested-by: Anshul Dalal <[email protected]>
Signed-off-by: Chintan Vankar <[email protected]>
| -rw-r--r-- | arch/arm/dts/k3-am62a7-r5-sk.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/dts/k3-am62a7-r5-sk.dts b/arch/arm/dts/k3-am62a7-r5-sk.dts index 4570ff6edbf..6ea640856b4 100644 --- a/arch/arm/dts/k3-am62a7-r5-sk.dts +++ b/arch/arm/dts/k3-am62a7-r5-sk.dts @@ -42,3 +42,7 @@ status = "okay"; bootph-pre-ram; }; + +&main_pktdma { + ti,sci = <&dm_tifs>; +}; |
