[PATCH v2 1/3] dt-bindings: arm: qcom: Document Eliza SoC and its MTP board

Abel Vesa posted 3 patches 3 weeks, 3 days ago
There is a newer version of this series
[PATCH v2 1/3] dt-bindings: arm: qcom: Document Eliza SoC and its MTP board
Posted by Abel Vesa 3 weeks, 3 days ago
Qualcomm Eliza SoC comes with different flavors. There is SM7750 for
mobiles and then QC7790S/M for IoT. One of the boards that comes with
Eliza SoC is the MTP.

So document both the SoC and MTP board compatibles.

Signed-off-by: Abel Vesa <abel.vesa@oss.qualcomm.com>
---
 Documentation/devicetree/bindings/arm/qcom.yaml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml
index d054a8f5632d..458c98d2c2d6 100644
--- a/Documentation/devicetree/bindings/arm/qcom.yaml
+++ b/Documentation/devicetree/bindings/arm/qcom.yaml
@@ -61,6 +61,11 @@ properties:
               - qcom,apq8084-sbc
           - const: qcom,apq8084
 
+      - items:
+          - enum:
+              - qcom,eliza-mtp
+          - const: qcom,eliza
+
       - items:
           - enum:
               - qcom,glymur-crd

-- 
2.48.1
Re: [PATCH v2 1/3] dt-bindings: arm: qcom: Document Eliza SoC and its MTP board
Posted by Krzysztof Kozlowski 3 weeks, 3 days ago
On Fri, Mar 13, 2026 at 03:23:50PM +0200, Abel Vesa wrote:
> Qualcomm Eliza SoC comes with different flavors. There is SM7750 for
> mobiles and then QC7790S/M for IoT. One of the boards that comes with
> Eliza SoC is the MTP.
> 
> So document both the SoC and MTP board compatibles.
> 
> Signed-off-by: Abel Vesa <abel.vesa@oss.qualcomm.com>
> ---
>  Documentation/devicetree/bindings/arm/qcom.yaml | 5 +++++
>  1 file changed, 5 insertions(+)

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>

Best regards,
Krzysztof