[PATCH 7/8] dt-bindings: arm: qcom: Add bindings for QCS9100M SOM

Wasim Nazir posted 8 patches 7 months, 1 week ago
[PATCH 7/8] dt-bindings: arm: qcom: Add bindings for QCS9100M SOM
Posted by Wasim Nazir 7 months, 1 week ago
QCS9100 SOC is compatible Industrial-IOT grade variant of SA8775p SOC.

Add devicetree bindings for QCS9100M SOM which is based on qcs9100 SOC.
QCS9100M SOM have qcs9100 SOC, PMICs and DDR along with memory-map
updates and it is stacked on ride-r3 board.

Signed-off-by: Wasim Nazir <quic_wasimn@quicinc.com>
---
 Documentation/devicetree/bindings/arm/qcom.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml
index 671f2d571260..514ed617565b 100644
--- a/Documentation/devicetree/bindings/arm/qcom.yaml
+++ b/Documentation/devicetree/bindings/arm/qcom.yaml
@@ -964,6 +964,7 @@ properties:
       - items:
           - enum:
               - qcom,qcs9100-ride-r3
+          - const: qcom,qcs9100-som
           - const: qcom,qcs9100
           - const: qcom,sa8775p

--
2.49.0
Re: [PATCH 7/8] dt-bindings: arm: qcom: Add bindings for QCS9100M SOM
Posted by Krzysztof Kozlowski 7 months, 1 week ago
On 07/05/2025 08:51, Wasim Nazir wrote:
> QCS9100 SOC is compatible Industrial-IOT grade variant of SA8775p SOC.
> 
> Add devicetree bindings for QCS9100M SOM which is based on qcs9100 SOC.

Compatible says QCS9100, not QCS9100M.

> QCS9100M SOM have qcs9100 SOC, PMICs and DDR along with memory-map
> updates and it is stacked on ride-r3 board.

I do not see any point of this patch. You just change existing bindings
based on what? New product? But this was already released, so how can
the hardware change?

Best regards,
Krzysztof