Re: [PATCH] arm64: dts: qcom: Fix hwlock index for SMEM for IPQ platforms

From: Vignesh Viswanathan
Date: Mon Sep 04 2023 - 12:03:15 EST




On 9/4/2023 9:27 PM, Konrad Dybcio wrote:
On 4.09.2023 08:33, Vignesh Viswanathan wrote:
SMEM uses lock index 3 of the TCSR Mutex hwlock for allocations
in SMEM region shared by the Host and FW.

Fix the SMEM hwlock index to 3 for IPQ5332, IPQ6018, IPQ8074 and IPQ9574.

Signed-off-by: Vignesh Viswanathan <quic_viswanat@xxxxxxxxxxx>
---
Please make it a separate patch for each one. Somebody trying to revert
this in the future will have to potentially resolve 4 conflicts in this
current form.

Ack, will split with Fixes tag in V2.

Thanks,
Vignesh

Konrad