2021-02-12 07:37:33

by Rajendra Nayak

[permalink] [raw]
Subject: [PATCH 01/13] dt-bindings: arm: qcom: Document SC7280 SoC and board

Document the SC7280 SoC and the IDP board bindings

Signed-off-by: Rajendra Nayak <[email protected]>
---
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 c97d4a5..f730843 100644
--- a/Documentation/devicetree/bindings/arm/qcom.yaml
+++ b/Documentation/devicetree/bindings/arm/qcom.yaml
@@ -37,6 +37,7 @@ description: |
msm8994
msm8996
sc7180
+ sc7280
sdm630
sdm660
sdm845
@@ -164,6 +165,11 @@ properties:

- items:
- enum:
+ - qcom,sc7280-idp
+ - const: qcom,sc7280
+
+ - items:
+ - enum:
- xiaomi,lavender
- const: qcom,sdm660

--
QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member
of Code Aurora Forum, hosted by The Linux Foundation


2021-02-23 08:04:00

by Stephen Boyd

[permalink] [raw]
Subject: Re: [PATCH 01/13] dt-bindings: arm: qcom: Document SC7280 SoC and board

Quoting Rajendra Nayak (2021-02-11 23:28:38)
> Document the SC7280 SoC and the IDP board bindings
>
> Signed-off-by: Rajendra Nayak <[email protected]>
> ---

Reviewed-by: Stephen Boyd <[email protected]>

2021-03-05 20:10:15

by Rob Herring

[permalink] [raw]
Subject: Re: [PATCH 01/13] dt-bindings: arm: qcom: Document SC7280 SoC and board

On Fri, 12 Feb 2021 12:58:38 +0530, Rajendra Nayak wrote:
> Document the SC7280 SoC and the IDP board bindings
>
> Signed-off-by: Rajendra Nayak <[email protected]>
> ---
> Documentation/devicetree/bindings/arm/qcom.yaml | 6 ++++++
> 1 file changed, 6 insertions(+)
>

Acked-by: Rob Herring <[email protected]>