Re: [PATCH v2 2/3] soc: qcom: llcc: Update configuration data for IPQ5424

From: Konrad Dybcio
Date: Fri Nov 15 2024 - 15:09:15 EST


On 5.11.2024 11:22 AM, Varadarajan Narayanan wrote:
> The 'broadcast' register space is present only in chipsets that
> have multiple instances of LLCC IP. Since IPQ5424 has only one
> instance, both the LLCC and LLCC_BROADCAST points to the same
> register space.
>
> Signed-off-by: Varadarajan Narayanan <quic_varada@xxxxxxxxxxx>
> ---
> v2: Use 'true/false' instead of '1/0' for boolean variables.
> Add 'no_broadcast_register' to qcom_llcc_config structure
> to identify SoC without LLCC_BROADCAST register space instead
> of using 'num_banks'.
> ---
This looks good now. Please rebase on next as there have been
some changes to the driver in meantime.

Konrad