summaryrefslogtreecommitdiff
path: root/arch/arm/dts/k3-am62p5-r5-sk.dts
diff options
context:
space:
mode:
authorVignesh Raghavendra <vigneshr@ti.com>2023-11-23 14:08:38 +0530
committerUdit Kumar <u-kumar1@ti.com>2023-11-23 14:49:54 +0530
commitd65ac3de81f9cb4bd502d2723bc5875eb3465337 (patch)
treee3a5db133ed92165856a7f2fe55bcd139b04c47e /arch/arm/dts/k3-am62p5-r5-sk.dts
parent057d19e56d819fc11a59c70fe8a33e512cc27f9c (diff)
arm: dts: k3-am62p-r5-sk: Fix secproxy thread ID for DM2TIFS comm
Per [0] thread IDs should be 20 and 21. Update the same [0] https://software-dl.ti.com/tisci/esd/latest/5_soc_doc/am62px/sec_proxy.html#secure-proxy-thread-allocation-for-dmass0-sec-proxy-0 Fixes: bc763e60eb8e ("arm: dts: introduce am62p5 uboot dts files") Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
Diffstat (limited to 'arch/arm/dts/k3-am62p5-r5-sk.dts')
-rw-r--r--arch/arm/dts/k3-am62p5-r5-sk.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/dts/k3-am62p5-r5-sk.dts b/arch/arm/dts/k3-am62p5-r5-sk.dts
index 357cd450ec..d221f734a4 100644
--- a/arch/arm/dts/k3-am62p5-r5-sk.dts
+++ b/arch/arm/dts/k3-am62p5-r5-sk.dts
@@ -41,8 +41,8 @@
ti,host-id = <36>;
ti,secure-host;
mbox-names = "rx", "tx";
- mboxes= <&secure_proxy_main 22>,
- <&secure_proxy_main 23>;
+ mboxes= <&secure_proxy_main 20>,
+ <&secure_proxy_main 21>;
bootph-all;
};
};