Re: [PATCH v2 2/3] soc: qcom: llcc: Update configuration data for IPQ5424
From: Varadarajan Narayanan
Date: Tue Nov 19 2024 - 01:10:23 EST
On Fri, Nov 15, 2024 at 09:08:50PM +0100, Konrad Dybcio wrote:
> 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.
Have posted v3, please take a look.
Thanks
Varada