diff options
author | Sibi Sankar <sibis@codeaurora.org> | 2021-04-29 16:21:03 +0530 |
---|---|---|
committer | Philipp Zabel <p.zabel@pengutronix.de> | 2021-07-21 12:16:16 +0200 |
commit | 9e3b594a923ee1aa0e13701361350b20f4d2597e (patch) | |
tree | 489d6ec6bee9715eb4d9da154f649b62a604c98d /include | |
parent | a30d49ff8a329ede9d5483ea7a27a84b91d5fc3c (diff) | |
download | linux-9e3b594a923ee1aa0e13701361350b20f4d2597e.tar.bz2 |
dt-bindings: reset: pdc: Add PDC Global bindings
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>
Diffstat (limited to 'include')
-rw-r--r-- | include/dt-bindings/reset/qcom,sdm845-pdc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/dt-bindings/reset/qcom,sdm845-pdc.h b/include/dt-bindings/reset/qcom,sdm845-pdc.h index 53c37f9c319a..03a0c0eb8147 100644 --- a/include/dt-bindings/reset/qcom,sdm845-pdc.h +++ b/include/dt-bindings/reset/qcom,sdm845-pdc.h @@ -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 |