Skip to content

Commit 9e3b594

Browse files
Sibi SankarpH5
authored andcommitted
dt-bindings: reset: pdc: Add PDC Global bindings
Add PDC Global reset controller bindings for SC7280 SoCs. Acked-by: Rob Herring <[email protected]> Signed-off-by: Sibi Sankar <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Philipp Zabel <[email protected]>
1 parent a30d49f commit 9e3b594

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Documentation/devicetree/bindings/reset/qcom,pdc-global.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ properties:
2121
- const: "qcom,sc7180-pdc-global"
2222
- const: "qcom,sdm845-pdc-global"
2323

24+
- description: on SC7280 SoCs the following compatibles must be specified
25+
items:
26+
- const: "qcom,sc7280-pdc-global"
27+
2428
- description: on SDM845 SoCs the following compatibles must be specified
2529
items:
2630
- const: "qcom,sdm845-pdc-global"

include/dt-bindings/reset/qcom,sdm845-pdc.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,7 @@
1616
#define PDC_DISPLAY_SYNC_RESET 7
1717
#define PDC_COMPUTE_SYNC_RESET 8
1818
#define PDC_MODEM_SYNC_RESET 9
19+
#define PDC_WLAN_RF_SYNC_RESET 10
20+
#define PDC_WPSS_SYNC_RESET 11
1921

2022
#endif

0 commit comments

Comments
 (0)