Add llcc support for QCS8300 platform, there is an errata on the QCS8300 SoC to get bank num, define a property "num-banks" in the devicetree node for errata. Signed-off-by: Jingyi Wang <quic_jingyw@xxxxxxxxxxx> --- The device tree node of QCS8300 LLCC will be submitted in the following dts changes. --- Jingyi Wang (4): dt-bindings: cache: qcom,llcc: add num-banks property dt-bindings: cache: qcom,llcc: Document the QCS8300 LLCC soc: qcom: llcc: add errata to get bank num soc: qcom: llcc: Add llcc configuration support for the QCS8300 platform .../devicetree/bindings/cache/qcom,llcc.yaml | 7 ++++ drivers/soc/qcom/llcc-qcom.c | 39 +++++++++++++++++++--- 2 files changed, 41 insertions(+), 5 deletions(-) --- base-commit: eb8c5ca373cbb018a84eb4db25c863302c9b6314 change-id: 20240903-qcs8300_llcc_driver-aa87a0541821 Best regards, -- Jingyi Wang <quic_jingyw@xxxxxxxxxxx>