[PATCH 1/5] dt-bindings: arm: qcom: Add more compatible for Eliza EVKs and SoMs
From: Abel Vesa
Date: Mon Sep 14 2026 - 06:47:13 EST
There are currently two different Eliza CQS SoMs. One comes with eMMC
and the other with UFS. So the Eliza CQS EVK can be connected to each
one of these SoMs.
So document the eMMC and UFS compatibles for each type of board and SoM.
Neither the CQS SoMs nor their corresponding EVKs have been made publicly
available. Therefore, replacing the generic compatible strings with
storage-specific ones does not affect any user.
Signed-off-by: Abel Vesa <abel.vesa@xxxxxxxxxxxxxxxx>
---
Documentation/devicetree/bindings/arm/qcom.yaml | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml
index eddf87fbd0cc..1dd187e92b68 100644
--- a/Documentation/devicetree/bindings/arm/qcom.yaml
+++ b/Documentation/devicetree/bindings/arm/qcom.yaml
@@ -56,7 +56,16 @@ properties:
- const: qcom,apq8084
- items:
+ - const: qcom,eliza-cqs-evk-emmc
- const: qcom,eliza-cqs-evk
+ - const: qcom,eliza-cqs-som-emmc
+ - const: qcom,eliza-cqs-som
+ - const: qcom,eliza
+
+ - items:
+ - const: qcom,eliza-cqs-evk-ufs
+ - const: qcom,eliza-cqs-evk
+ - const: qcom,eliza-cqs-som-ufs
- const: qcom,eliza-cqs-som
- const: qcom,eliza
--
2.54.0