[PATCH v3 1/4] dt-bindings: arm: qcom: Document HAMOA-IOT-EVK board

Yijie Yang posted 4 patches 4 months, 2 weeks ago
There is a newer version of this series
[PATCH v3 1/4] dt-bindings: arm: qcom: Document HAMOA-IOT-EVK board
Posted by Yijie Yang 4 months, 2 weeks ago
Document the device tree binding for the HAMOA-IOT-EVK board, which uses
the Qualcomm X1E80100 SoC.

The EVK consists of a carrier board and a modular System-on-Module (SoM).
The SoM integrates the SoC, PMICs, and essential GPIOs, while the EVK
carrier board provides additional peripherals such as UART and USB
interfaces.

Signed-off-by: Yijie Yang <yijie.yang@oss.qualcomm.com>
---
 Documentation/devicetree/bindings/arm/qcom.yaml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml
index 47a7b1cb3cac1150bcde8c2e2e23f2db256ab082..65003e16fe72dd4eec9423030fed6078b4a79959 100644
--- a/Documentation/devicetree/bindings/arm/qcom.yaml
+++ b/Documentation/devicetree/bindings/arm/qcom.yaml
@@ -1165,6 +1165,12 @@ properties:
               - qcom,x1e80100-qcp
           - const: qcom,x1e80100
 
+      - items:
+          - enum:
+              - qcom,hamoa-iot-evk
+          - const: qcom,hamoa-iot-som
+          - const: qcom,x1e80100
+
       - items:
           - enum:
               - asus,zenbook-a14-ux3407qa

-- 
2.34.1
Re: [PATCH v3 1/4] dt-bindings: arm: qcom: Document HAMOA-IOT-EVK board
Posted by Krzysztof Kozlowski 4 months, 2 weeks ago
On Tue, Jul 29, 2025 at 09:31:57AM +0800, Yijie Yang wrote:
> Document the device tree binding for the HAMOA-IOT-EVK board, which uses
> the Qualcomm X1E80100 SoC.
> 
> The EVK consists of a carrier board and a modular System-on-Module (SoM).
> The SoM integrates the SoC, PMICs, and essential GPIOs, while the EVK
> carrier board provides additional peripherals such as UART and USB
> interfaces.
> 
> Signed-off-by: Yijie Yang <yijie.yang@oss.qualcomm.com>
> ---
>  Documentation/devicetree/bindings/arm/qcom.yaml | 6 ++++++
>  1 file changed, 6 insertions(+)

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof