dt-bindings: reset: pdc: Add PDC Global bindings
authorSibi Sankar <sibis@codeaurora.org>
Thu, 29 Apr 2021 10:51:03 +0000 (16:21 +0530)
committerPhilipp Zabel <p.zabel@pengutronix.de>
Wed, 21 Jul 2021 10:16:16 +0000 (12:16 +0200)
Add PDC Global reset controller bindings for SC7280 SoCs.

Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Sibi Sankar <sibis@codeaurora.org>
Link: https://lore.kernel.org/r/1619693465-5724-4-git-send-email-sibis@codeaurora.org
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Documentation/devicetree/bindings/reset/qcom,pdc-global.yaml
include/dt-bindings/reset/qcom,sdm845-pdc.h

index d7d8cec9419fa6ea58b8379099c977e10f121837..831ea8d5d83f8df55bf7ba1295ca0dae7470adc1 100644 (file)
@@ -21,6 +21,10 @@ properties:
           - const: "qcom,sc7180-pdc-global"
           - const: "qcom,sdm845-pdc-global"
 
+      - description: on SC7280 SoCs the following compatibles must be specified
+        items:
+          - const: "qcom,sc7280-pdc-global"
+
       - description: on SDM845 SoCs the following compatibles must be specified
         items:
           - const: "qcom,sdm845-pdc-global"
index 53c37f9c319a9728275d5123914757ae1977bf77..03a0c0eb81474c7dd4bbebbd3d9f3bced56933e4 100644 (file)
@@ -16,5 +16,7 @@
 #define PDC_DISPLAY_SYNC_RESET 7
 #define PDC_COMPUTE_SYNC_RESET 8
 #define PDC_MODEM_SYNC_RESET   9
+#define PDC_WLAN_RF_SYNC_RESET 10
+#define PDC_WPSS_SYNC_RESET    11
 
 #endif