Message ID | 20241104073840.3686674-1-quic_varada@quicinc.com |
---|---|
Headers | show |
Series | qcom: ipq5424: Add LLCC/system-cache-controller | expand |
On 4.11.2024 8:38 AM, Varadarajan Narayanan wrote: > Add a DT node for Last level cache (aka. system cache) controller > which provides control over the last level cache present on > IPQ5424 SoCs. > > Signed-off-by: Varadarajan Narayanan <quic_varada@quicinc.com> > --- Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Konrad
On Mon, 04 Nov 2024 13:08:38 +0530, Varadarajan Narayanan wrote: > Document the Last Level Cache Controller on IPQ5424. 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. > > Hence, allow only '1' reg & reg-names entry for IPQ5424. > > Signed-off-by: Varadarajan Narayanan <quic_varada@quicinc.com> > --- > .../devicetree/bindings/cache/qcom,llcc.yaml | 20 +++++++++++++++++-- > 1 file changed, 18 insertions(+), 2 deletions(-) > Reviewed-by: Rob Herring (Arm) <robh@kernel.org>