[PATCH 03/22] dt-bindings: arm: qcom: add SA8255p Ride board

Nikunj Kela posted 22 patches 1 year, 3 months ago
There is a newer version of this series
[PATCH 03/22] dt-bindings: arm: qcom: add SA8255p Ride board
Posted by Nikunj Kela 1 year, 3 months ago
Document the SA8255p SoC and its reference board: sa8255p-ride.

Signed-off-by: Nikunj Kela <quic_nkela@quicinc.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 c0529486810f..d8d12ad073ba 100644
--- a/Documentation/devicetree/bindings/arm/qcom.yaml
+++ b/Documentation/devicetree/bindings/arm/qcom.yaml
@@ -50,6 +50,7 @@ description: |
         qrb4210
         qru1000
         sa8155p
+        sa8255p
         sa8540p
         sa8775p
         sc7180
@@ -900,6 +901,11 @@ properties:
               - qcom,sa8155p-adp
           - const: qcom,sa8155p
 
+      - items:
+          - enum:
+              - qcom,sa8255p-ride
+          - const: qcom,sa8255p
+
       - items:
           - enum:
               - qcom,sa8295p-adp
-- 
2.34.1
Re: [PATCH 03/22] dt-bindings: arm: qcom: add SA8255p Ride board
Posted by Krzysztof Kozlowski 1 year, 3 months ago
On Wed, Aug 28, 2024 at 01:37:02PM -0700, Nikunj Kela wrote:
> Document the SA8255p SoC and its reference board: sa8255p-ride.
> 
> Signed-off-by: Nikunj Kela <quic_nkela@quicinc.com>
> ---
>  Documentation/devicetree/bindings/arm/qcom.yaml | 6 ++++++
>  1 file changed, 6 insertions(+)

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

Best regards,
Krzysztof