2023-11-17 09:53:56

by Sibi Sankar

[permalink] [raw]
Subject: [PATCH V2 1/2] dt-bindings: cache: qcom,llcc: Add X1E80100 compatible

From: Rajendra Nayak <[email protected]>

Add the compatible for X1E80100 platforms.

Signed-off-by: Rajendra Nayak <[email protected]>
Co-developed-by: Sibi Sankar <[email protected]>
Signed-off-by: Sibi Sankar <[email protected]>
Reviewed-by: Krzysztof Kozlowski <[email protected]>
---

v2:
* Update the part number from sc8380xp to x1e80100.
* Pickup Rbs.

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 580f9a97ddf7..d82cb76509a0 100644
--- a/Documentation/devicetree/bindings/cache/qcom,llcc.yaml
+++ b/Documentation/devicetree/bindings/cache/qcom,llcc.yaml
@@ -33,6 +33,7 @@ properties:
- qcom,sm8350-llcc
- qcom,sm8450-llcc
- qcom,sm8550-llcc
+ - qcom,x1e80100-llcc

reg:
minItems: 2
@@ -104,6 +105,7 @@ allOf:
- qcom,qdu1000-llcc
- qcom,sc8180x-llcc
- qcom,sc8280xp-llcc
+ - qcom,x1e80100-llcc
then:
properties:
reg:
--
2.17.1


2023-11-17 23:38:01

by Konrad Dybcio

[permalink] [raw]
Subject: Re: [PATCH V2 1/2] dt-bindings: cache: qcom,llcc: Add X1E80100 compatible

On 17.11.2023 10:53, Sibi Sankar wrote:
> From: Rajendra Nayak <[email protected]>
>
> Add the compatible for X1E80100 platforms.
>
> Signed-off-by: Rajendra Nayak <[email protected]>
> Co-developed-by: Sibi Sankar <[email protected]>
> Signed-off-by: Sibi Sankar <[email protected]>
> Reviewed-by: Krzysztof Kozlowski <[email protected]>
> ---
Unrelated to this patch alone, but I noticed that with this new naming
scheme, patterns in Documentation/devicetree/bindings/arm/qcom-soc.yaml will
require an update as well.

Konrad

2023-11-20 06:57:24

by Sibi Sankar

[permalink] [raw]
Subject: Re: [PATCH V2 1/2] dt-bindings: cache: qcom,llcc: Add X1E80100 compatible



On 11/18/23 05:07, Konrad Dybcio wrote:
> On 17.11.2023 10:53, Sibi Sankar wrote:
>> From: Rajendra Nayak <[email protected]>
>>
>> Add the compatible for X1E80100 platforms.
>>
>> Signed-off-by: Rajendra Nayak <[email protected]>
>> Co-developed-by: Sibi Sankar <[email protected]>
>> Signed-off-by: Sibi Sankar <[email protected]>
>> Reviewed-by: Krzysztof Kozlowski <[email protected]>
>> ---
> Unrelated to this patch alone, but I noticed that with this new naming
> scheme, patterns in Documentation/devicetree/bindings/arm/qcom-soc.yaml will
> require an update as well.

Thanks for catching ^^. Will include it in the next re-spin of
the appropriate series.

-Sibi

>
> Konrad

2023-11-20 10:02:49

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH V2 1/2] dt-bindings: cache: qcom,llcc: Add X1E80100 compatible

On 18/11/2023 00:37, Konrad Dybcio wrote:
> On 17.11.2023 10:53, Sibi Sankar wrote:
>> From: Rajendra Nayak <[email protected]>
>>
>> Add the compatible for X1E80100 platforms.
>>
>> Signed-off-by: Rajendra Nayak <[email protected]>
>> Co-developed-by: Sibi Sankar <[email protected]>
>> Signed-off-by: Sibi Sankar <[email protected]>
>> Reviewed-by: Krzysztof Kozlowski <[email protected]>
>> ---
> Unrelated to this patch alone, but I noticed that with this new naming
> scheme, patterns in Documentation/devicetree/bindings/arm/qcom-soc.yaml will
> require an update as well.


I'll fix existing platforms.

Best regards,
Krzysztof