[PATCH 1/5] dt-bindings: arm: qcom: Document sm8750 SoC and boards

Melody Olvera posted 5 patches 1 month ago
There is a newer version of this series
[PATCH 1/5] dt-bindings: arm: qcom: Document sm8750 SoC and boards
Posted by Melody Olvera 1 month ago
Document the SM8750 SoC binding and the boards which use it.

Signed-off-by: Melody Olvera <quic_molvera@quicinc.com>
---
 Documentation/devicetree/bindings/arm/qcom.yaml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml
index 0d451082570e..552c0f725dac 100644
--- a/Documentation/devicetree/bindings/arm/qcom.yaml
+++ b/Documentation/devicetree/bindings/arm/qcom.yaml
@@ -82,6 +82,7 @@ description: |
         sm8450
         sm8550
         sm8650
+        sm8750
         x1e80100
 
   There are many devices in the list below that run the standard ChromeOS
@@ -1050,6 +1051,12 @@ properties:
               - qcom,sm8650-qrd
           - const: qcom,sm8650
 
+      - items:
+          - enum:
+              - qcom,sm8750-mtp
+              - qcom,sm8750-qrd
+          - const: qcom,sm8750
+
       - items:
           - enum:
               - lenovo,thinkpad-t14s
-- 
2.46.1
Re: [PATCH 1/5] dt-bindings: arm: qcom: Document sm8750 SoC and boards
Posted by Krzysztof Kozlowski 1 month ago
On Mon, Oct 21, 2024 at 04:21:10PM -0700, Melody Olvera wrote:
> Document the SM8750 SoC binding and the boards which use it.
> 
> Signed-off-by: Melody Olvera <quic_molvera@quicinc.com>
> ---
>  Documentation/devicetree/bindings/arm/qcom.yaml | 7 +++++++
>  1 file changed, 7 insertions(+)

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

Best regards,
Krzysztof