[PATCH 2/4] arm: dts: k3-j722s-r5-evm: Fix DM2TIFS secproxy thread ID
Kumar, Udit
u-kumar1 at ti.com
Tue Dec 10 16:32:33 CET 2024
On 12/10/2024 7:27 PM, Prasanth Babu Mantena wrote:
> From: Vaishnav Achath <vaishnav.a at ti.com>
>
> Fix the DM2TIFS secureproxy thread ID as per the latest TISCI
> documentation for J722S.
Please use Fixes tag
> https://software-dl.ti.com/tisci/esd/latest/5_soc_doc/j722s/sec_proxy.html
>
> Signed-off-by: Vaishnav Achath <vaishnav.a at ti.com>
> Signed-off-by: Prasanth Babu Mantena <p-mantena at ti.com>
> ---
> arch/arm/dts/k3-j722s-r5-evm.dts | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm/dts/k3-j722s-r5-evm.dts b/arch/arm/dts/k3-j722s-r5-evm.dts
> index 5e5c2e3111e..1bec997c93c 100644
> --- a/arch/arm/dts/k3-j722s-r5-evm.dts
> +++ b/arch/arm/dts/k3-j722s-r5-evm.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 28>,
> + <&secure_proxy_main 29>;
With Fix tag added,
Reviewed-by: Udit Kumar <u-kumar1 at ti.com>
> bootph-all;
> };
> };
More information about the U-Boot
mailing list