We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a30d49f commit 9e3b594Copy full SHA for 9e3b594
Documentation/devicetree/bindings/reset/qcom,pdc-global.yaml
@@ -21,6 +21,10 @@ properties:
21
- const: "qcom,sc7180-pdc-global"
22
- const: "qcom,sdm845-pdc-global"
23
24
+ - description: on SC7280 SoCs the following compatibles must be specified
25
+ items:
26
+ - const: "qcom,sc7280-pdc-global"
27
+
28
- description: on SDM845 SoCs the following compatibles must be specified
29
items:
30
include/dt-bindings/reset/qcom,sdm845-pdc.h
@@ -16,5 +16,7 @@
16
#define PDC_DISPLAY_SYNC_RESET 7
17
#define PDC_COMPUTE_SYNC_RESET 8
18
#define PDC_MODEM_SYNC_RESET 9
19
+#define PDC_WLAN_RF_SYNC_RESET 10
20
+#define PDC_WPSS_SYNC_RESET 11
#endif
0 commit comments