[PATCH 1/3] dt-bindings: arm: qcom: Document Mahua SoC and board

Gopikrishna Garmidi posted 3 patches 1 month ago
There is a newer version of this series
[PATCH 1/3] dt-bindings: arm: qcom: Document Mahua SoC and board
Posted by Gopikrishna Garmidi 1 month ago
Mahua is a derivative of Glymur with the third CPU cluster disabled.
Document the compatible strings for the Mahua SoC and the Compute
Reference Device (CRD) board based on it.

Signed-off-by: Gopikrishna Garmidi <gopikrishna.garmidi@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 34a19e664556..be104b4be7a0 100644
--- a/Documentation/devicetree/bindings/arm/qcom.yaml
+++ b/Documentation/devicetree/bindings/arm/qcom.yaml
@@ -66,6 +66,11 @@ properties:
               - qcom,glymur-crd
           - const: qcom,glymur
 
+      - items:
+          - enum:
+              - qcom,mahua-crd
+          - const: qcom,mahua
+
       - items:
           - enum:
               - fairphone,fp6
-- 
2.34.1
Re: [PATCH 1/3] dt-bindings: arm: qcom: Document Mahua SoC and board
Posted by Krzysztof Kozlowski 4 weeks ago
On Mon, Mar 09, 2026 at 10:49:45PM -0700, Gopikrishna Garmidi wrote:
> Mahua is a derivative of Glymur with the third CPU cluster disabled.

"of Glymur SoC"

No need to send new version just for that

> Document the compatible strings for the Mahua SoC and the Compute
> Reference Device (CRD) board based on it.
> 
> Signed-off-by: Gopikrishna Garmidi <gopikrishna.garmidi@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