mbox series

[0/4] soc: qcom: llcc: Add llcc support for the QCS8300 platform

Message ID 20240903-qcs8300_llcc_driver-v1-0-228659bdf067@quicinc.com (mailing list archive)
Headers show
Series soc: qcom: llcc: Add llcc support for the QCS8300 platform | expand

Message

Jingyi Wang Sept. 3, 2024, 6:21 a.m. UTC
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@quicinc.com>
---
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,