* [PATCH v2 1/2] dt-bindings: cache: qcom,llcc: Add QCS9100 description
2024-07-09 15:04 [PATCH v2 0/2] soc: qcom: llcc: Add QCS9100 LLCC compatible Tengfei Fan
@ 2024-07-09 15:04 ` Tengfei Fan
2024-07-09 15:04 ` [PATCH v2 2/2] soc: qcom: llcc: Add llcc configuration support for the QCS9100 platform Tengfei Fan
2024-07-29 10:02 ` [PATCH v2 0/2] soc: qcom: llcc: Add QCS9100 LLCC compatible Tengfei Fan
2 siblings, 0 replies; 4+ messages in thread
From: Tengfei Fan @ 2024-07-09 15:04 UTC (permalink / raw)
To: Bjorn Andersson, Konrad Dybcio, Conor Dooley, Rob Herring,
Krzysztof Kozlowski
Cc: kernel, linux-arm-msm, linux-riscv, devicetree, linux-kernel,
Tengfei Fan
Add the cache controller compatible and register region descriptions for
QCS9100 platform.
QCS9100 is drived from SA8775p. Currently, both the QCS9100 and SA8775p
platform use non-SCMI resource. In the future, the SA8775p platform will
move to use SCMI resources and it will have new sa8775p-related device
tree. Consequently, introduce "qcom,qcs9100-llcc" to describe non-SCMI
based LLCC.
Signed-off-by: Tengfei Fan <quic_tengfan@quicinc.com>
---
Documentation/devicetree/bindings/cache/qcom,llcc.yaml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Documentation/devicetree/bindings/cache/qcom,llcc.yaml b/Documentation/devicetree/bindings/cache/qcom,llcc.yaml
index 68ea5f70b75f..a38c8b99099e 100644
--- a/Documentation/devicetree/bindings/cache/qcom,llcc.yaml
+++ b/Documentation/devicetree/bindings/cache/qcom,llcc.yaml
@@ -21,6 +21,7 @@ properties:
compatible:
enum:
- qcom,qdu1000-llcc
+ - qcom,qcs9100-llcc
- qcom,sa8775p-llcc
- qcom,sc7180-llcc
- qcom,sc7280-llcc
@@ -85,6 +86,7 @@ allOf:
compatible:
contains:
enum:
+ - qcom,qcs9100-llcc
- qcom,sa8775p-llcc
then:
properties:
--
2.25.1
^ permalink raw reply related [flat|nested] 4+ messages in thread* [PATCH v2 2/2] soc: qcom: llcc: Add llcc configuration support for the QCS9100 platform
2024-07-09 15:04 [PATCH v2 0/2] soc: qcom: llcc: Add QCS9100 LLCC compatible Tengfei Fan
2024-07-09 15:04 ` [PATCH v2 1/2] dt-bindings: cache: qcom,llcc: Add QCS9100 description Tengfei Fan
@ 2024-07-09 15:04 ` Tengfei Fan
2024-07-29 10:02 ` [PATCH v2 0/2] soc: qcom: llcc: Add QCS9100 LLCC compatible Tengfei Fan
2 siblings, 0 replies; 4+ messages in thread
From: Tengfei Fan @ 2024-07-09 15:04 UTC (permalink / raw)
To: Bjorn Andersson, Konrad Dybcio, Conor Dooley, Rob Herring,
Krzysztof Kozlowski
Cc: kernel, linux-arm-msm, linux-riscv, devicetree, linux-kernel,
Tengfei Fan
Add llcc configuration support for the QCS9100 platform.
QCS9100 is drived from SA8775p. Currently, both the QCS9100 and SA8775p
platform use non-SCMI resource. In the future, the SA8775p platform will
move to use SCMI resources and it will have new sa8775p-related device
tree. Consequently, introduce "qcom,qcs9100-llcc" to the LLCC device
match table.
Signed-off-by: Tengfei Fan <quic_tengfan@quicinc.com>
---
drivers/soc/qcom/llcc-qcom.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/soc/qcom/llcc-qcom.c b/drivers/soc/qcom/llcc-qcom.c
index 110b1f89aa59..5a0840df4ba8 100644
--- a/drivers/soc/qcom/llcc-qcom.c
+++ b/drivers/soc/qcom/llcc-qcom.c
@@ -1379,6 +1379,7 @@ static int qcom_llcc_probe(struct platform_device *pdev)
}
static const struct of_device_id qcom_llcc_of_match[] = {
+ { .compatible = "qcom,qcs9100-llcc", .data = &sa8775p_cfgs },
{ .compatible = "qcom,qdu1000-llcc", .data = &qdu1000_cfgs},
{ .compatible = "qcom,sa8775p-llcc", .data = &sa8775p_cfgs },
{ .compatible = "qcom,sc7180-llcc", .data = &sc7180_cfgs },
--
2.25.1
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [PATCH v2 0/2] soc: qcom: llcc: Add QCS9100 LLCC compatible
2024-07-09 15:04 [PATCH v2 0/2] soc: qcom: llcc: Add QCS9100 LLCC compatible Tengfei Fan
2024-07-09 15:04 ` [PATCH v2 1/2] dt-bindings: cache: qcom,llcc: Add QCS9100 description Tengfei Fan
2024-07-09 15:04 ` [PATCH v2 2/2] soc: qcom: llcc: Add llcc configuration support for the QCS9100 platform Tengfei Fan
@ 2024-07-29 10:02 ` Tengfei Fan
2 siblings, 0 replies; 4+ messages in thread
From: Tengfei Fan @ 2024-07-29 10:02 UTC (permalink / raw)
To: Bjorn Andersson, Konrad Dybcio, Conor Dooley, Rob Herring,
Krzysztof Kozlowski
Cc: kernel, linux-arm-msm, linux-riscv, devicetree, linux-kernel
On 7/9/2024 11:04 PM, Tengfei Fan wrote:
> Introduce support for the QCS9100 SoC device tree (DTSI) and the
> QCS9100 RIDE board DTS. The QCS9100 is a variant of the SA8775p.
> While the QCS9100 platform is still in the early design stage, the
> QCS9100 RIDE board is identical to the SA8775p RIDE board, except it
> mounts the QCS9100 SoC instead of the SA8775p SoC.
>
> The QCS9100 SoC DTSI is directly renamed from the SA8775p SoC DTSI, and
> all the compatible strings will be updated from "SA8775p" to "QCS9100".
> The QCS9100 device tree patches will be pushed after all the device tree
> bindings and device driver patches are reviewed.
>
> The final dtsi will like:
> https://lore.kernel.org/linux-arm-msm/20240703025850.2172008-3-quic_tengfan@quicinc.com/
>
> The detailed cover letter reference:
> https://lore.kernel.org/linux-arm-msm/20240703025850.2172008-1-quic_tengfan@quicinc.com/
>
> Signed-off-by: Tengfei Fan <quic_tengfan@quicinc.com>
> ---
> Changes in v2:
> - Split huge patch series into different patch series according to
> subsytems
> - Update patch commit message
>
> prevous disscussion here:
> [1] v1: https://lore.kernel.org/linux-arm-msm/20240703025850.2172008-1-quic_tengfan@quicinc.com/
>
> ---
> Tengfei Fan (2):
> dt-bindings: cache: qcom,llcc: Add QCS9100 description
> soc: qcom: llcc: Add llcc configuration support for the QCS9100 platform
>
> Documentation/devicetree/bindings/cache/qcom,llcc.yaml | 2 ++
> drivers/soc/qcom/llcc-qcom.c | 1 +
> 2 files changed, 3 insertions(+)
> ---
> base-commit: 0b58e108042b0ed28a71cd7edf5175999955b233
> change-id: 20240709-add_qcs9100_llcc_compatible-3477559ba2e2
>
> Best regards,
After considering the feedback provided on the subject, We have decided
to keep current SA8775p compatible and ABI compatibility in drivers.
Let's close this session and ignore all the current patches here.
Thank you for your input.
--
Thx and BRs,
Tengfei Fan
^ permalink raw reply [flat|nested] 4+ messages in thread