[PATCH 6/7] dt-bindings: arm: qcom: Refactor QCS9100 and SA8775P board names to reflect Lemans variants

Wasim Nazir posted 7 patches 2 months, 2 weeks ago
[PATCH 6/7] dt-bindings: arm: qcom: Refactor QCS9100 and SA8775P board names to reflect Lemans variants
Posted by Wasim Nazir 2 months, 2 weeks ago
Remove qcs9100 SoC and rename its associated boards to "lemans-*",
to represent the IoT variants.
Rename sa8775p based boards to "lemans-auto-*", derived from "lemans",
to represent boards which uses old automotive memory-map.

Preserve sa8775p SoC definition to maintain backward compatibility.

Both "lemans" and "lemans-auto" are essentially the same non-safe chips,
since the safety monitoring feature of Safety Island (SAIL) subsystem is
not supported, but they differ in memory-map.

Introduce new bindings for the Lemans Evaluation Kit (EVK), an
additional IoT board without safety features.

Signed-off-by: Wasim Nazir <wasim.nazir@oss.qualcomm.com>
---
 Documentation/devicetree/bindings/arm/qcom.yaml | 16 +++++-----------
 1 file changed, 5 insertions(+), 11 deletions(-)

diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml
index 47a7b1cb3cac..174ef6924906 100644
--- a/Documentation/devicetree/bindings/arm/qcom.yaml
+++ b/Documentation/devicetree/bindings/arm/qcom.yaml
@@ -59,14 +59,13 @@ description: |
         qcs8550
         qcm2290
         qcm6490
-        qcs9100
         qdu1000
         qrb2210
         qrb4210
         qru1000
         sa8155p
         sa8540p
-        sa8775p
+        sa8775p    # lemans
         sar2130p
         sc7180
         sc7280
@@ -972,15 +971,10 @@ properties:

       - items:
           - enum:
-              - qcom,sa8775p-ride
-              - qcom,sa8775p-ride-r3
-          - const: qcom,sa8775p
-
-      - items:
-          - enum:
-              - qcom,qcs9100-ride
-              - qcom,qcs9100-ride-r3
-          - const: qcom,qcs9100
+              - qcom,lemans-evk
+              - qcom,lemans-ride-r3
+              - qcom,lemans-auto-ride
+              - qcom,lemans-auto-ride-r3
           - const: qcom,sa8775p

       - items:
--
2.49.0
Re: [PATCH 6/7] dt-bindings: arm: qcom: Refactor QCS9100 and SA8775P board names to reflect Lemans variants
Posted by Krzysztof Kozlowski 2 months, 1 week ago
On 22/07/2025 16:49, Wasim Nazir wrote:
>          sa8155p
>          sa8540p
> -        sa8775p
> +        sa8775p    # lemans

I already commented on other patch on this and I am dissapointed this
pattern keeps growing.

Linux kernel is not the place to store map of your internal company
names/codenames and products.

Best regards,
Krzysztof
Re: [PATCH 6/7] dt-bindings: arm: qcom: Refactor QCS9100 and SA8775P board names to reflect Lemans variants
Posted by Krzysztof Kozlowski 2 months, 2 weeks ago
On Tue, Jul 22, 2025 at 08:19:25PM +0530, Wasim Nazir wrote:
> Remove qcs9100 SoC and rename its associated boards to "lemans-*",
> to represent the IoT variants.
> Rename sa8775p based boards to "lemans-auto-*", derived from "lemans",
> to represent boards which uses old automotive memory-map.

No.

We have been there and you got very clear feedback that this is a no-go.

NAK

Best regards,
Krzysztof