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

From: Konrad Dybcio
Date: Mon Sep 04 2023 - 11:57:42 EST


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.

Konrad