[PATCH 2/3] dt-bindings: arm: qcom: Add / fix sc7280 board bindings

From: Douglas Anderson
Date: Thu May 12 2022 - 12:05:23 EST


This copy-pastes compatibles from sc7280-based boards from the device
trees to the yaml file. It also fixes the CRD/IDP bindings which had
gotten stale.

Signed-off-by: Douglas Anderson <dianders@xxxxxxxxxxxx>
---

.../devicetree/bindings/arm/qcom.yaml | 40 +++++++++++++++----
1 file changed, 33 insertions(+), 7 deletions(-)

diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml
index 399be67eb5d2..c7ab028d54a0 100644
--- a/Documentation/devicetree/bindings/arm/qcom.yaml
+++ b/Documentation/devicetree/bindings/arm/qcom.yaml
@@ -399,14 +399,40 @@ properties:
- const: google,trogdor-sku0
- const: qcom,sc7180

+ # Qualcomm Technologies, Inc. sc7280 CRD platform (rev3 - 4)
- items:
- - enum:
- - qcom,sc7280-crd
- - qcom,sc7280-idp
- - qcom,sc7280-idp2
- - google,hoglin
- - google,piglin
- - google,senor
+ - const: qcom,sc7280-crd
+ - const: google,hoglin-rev3
+ - const: google,hoglin-rev4
+ - const: google,piglin-rev3
+ - const: google,piglin-rev4
+ - const: qcom,sc7280
+
+ # Qualcomm Technologies, Inc. sc7280 CRD platform (newest rev)
+ - items:
+ - const: google,hoglin
+ - const: qcom,sc7280
+
+ # Qualcomm Technologies, Inc. sc7280 IDP SKU1 platform
+ - items:
+ - const: qcom,sc7280-idp
+ - const: google,senor
+ - const: qcom,sc7280
+
+ # Qualcomm Technologies, Inc. sc7280 IDP SKU2 platform
+ - items:
+ - const: qcom,sc7280-idp2
+ - const: google,piglin
+ - const: qcom,sc7280
+
+ # Google Herobrine (newest rev)
+ - items:
+ - const: google,herobrine
+ - const: qcom,sc7280
+
+ # Google Villager (newest rev)
+ - items:
+ - const: google,villager
- const: qcom,sc7280

- items:
--
2.36.0.550.gb090851708-goog