Message ID | 20221121043437.21925-1-quic_rjendra@quicinc.com |
---|---|
State | Superseded |
Headers | show |
Series | [v2,1/2] dt-bindings: arm: qcom: Document the sc7280 CRD Pro boards | expand |
On Mon, Nov 21, 2022 at 10:04:37AM +0530, Rajendra Nayak wrote: > Some of the qualcomm qcard based herobrine devices can come with > a Pro variant of the chipset on the qcard. nit: remove line break, the next sentence clearly refers to the one above > Such Pro qcards have the smps9 from pm8350c ganged up with smps7 and > smps8, so Add a .dtsi for pro skus that deletes the nit: s/so Add/so add/ nit: use +/- consistent line length > smps9 node and include it from the new dts for the CRD Pro > > Signed-off-by: Rajendra Nayak <quic_rjendra@quicinc.com> Reviewed-by: Matthias Kaehlcke <mka@chromium.org>
diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml index 463509f0f23a..2550ab251f7b 100644 --- a/Documentation/devicetree/bindings/arm/qcom.yaml +++ b/Documentation/devicetree/bindings/arm/qcom.yaml @@ -613,6 +613,11 @@ properties: - const: google,hoglin - const: qcom,sc7280 + - description: Qualcomm Technologies, Inc. sc7280 CRD Pro platform (newest rev) + items: + - const: google,hoglin-sku1536 + - const: qcom,sc7280 + - description: Qualcomm Technologies, Inc. sc7280 IDP SKU1 platform items: - const: qcom,sc7280-idp
Add compatibles for the Pro SKU of the sc7280 CRD boards which come with a Pro variant of the qcard. The Pro qcard variant has smps9 from pm8350c ganged up with smps7 and smps8. Signed-off-by: Rajendra Nayak <quic_rjendra@quicinc.com> --- Documentation/devicetree/bindings/arm/qcom.yaml | 5 +++++ 1 file changed, 5 insertions(+)