[PATCH v3 1/4] dt-bindings: arm: qcom: fix PURWA/HAMOA IOT SOM compatibles
From: Yuanjie Yang
Date: Wed Aug 05 2026 - 06:31:10 EST
The compatible strings for the Hamoa and Purwa IoT SOM platforms do not
match the naming used in the official hardware documentation.
The documentation identifies these SOMs using their IQ product names
rather than hamoa-iot-som or purwa-iot-som style names. In particular,
there are no SOM products documented with the names:
- hamoa-iot-som
- purwa-iot-som
Update the compatible strings to use the correct SOM names as described
in the hardware documentation:
- hamoa-iot-som -> iq-x7181-evk-som
- purwa-iot-som -> iq-x5121-evk-som
This aligns the DT compatible strings with the official product naming
and documentation.
Fixes: 06a4db5d8d0e ("dt-bindings: arm: qcom: Document PURWA-IOT-EVK board")
Fixes: 458bb855f274 ("dt-bindings: arm: qcom: Document HAMOA-IOT-EVK board")
Signed-off-by: Yuanjie Yang <yuanjie.yang@xxxxxxxxxxxxxxxx>
---
Documentation/devicetree/bindings/arm/qcom.yaml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml
index ff8a35df7862..f244f547d511 100644
--- a/Documentation/devicetree/bindings/arm/qcom.yaml
+++ b/Documentation/devicetree/bindings/arm/qcom.yaml
@@ -1220,7 +1220,7 @@ properties:
- items:
- enum:
- qcom,hamoa-iot-evk
- - const: qcom,hamoa-iot-som
+ - const: qcom,iq-x7181-evk-som
- const: qcom,x1e80100
- items:
@@ -1235,7 +1235,7 @@ properties:
- items:
- enum:
- qcom,purwa-iot-evk
- - const: qcom,purwa-iot-som
+ - const: qcom,iq-x5121-evk-som
- const: qcom,x1p42100
- items:
--
2.43.0