diff options
| author | 2021-04-27 13:03:40 +0530 | |
|---|---|---|
| committer | 2021-05-31 17:10:51 -0500 | |
| commit | a1dff44b354c0e2721aeae075a287d07daf1c76b (patch) | |
| tree | aacc5b26d60aa8d2d332f2e1705d8fef0edd7d93 /include | |
| parent | arm64: dts: qcom: sc7180: Move rmtfs memory region (diff) | |
dt-bindings: mailbox: Add WPSS client index to IPCC
Add WPSS remote processor client index to Inter-Processor Communication
Controller (IPCC) block.
Acked-by: Rob Herring <robh@kernel.org>
Reviewed-by: Stephen Boyd <swboyd@chromium.org>
Signed-off-by: Sibi Sankar <sibis@codeaurora.org>
Link: https://lore.kernel.org/r/1619508824-14413-2-git-send-email-sibis@codeaurora.org
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/dt-bindings/mailbox/qcom-ipcc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dt-bindings/mailbox/qcom-ipcc.h b/include/dt-bindings/mailbox/qcom-ipcc.h index 4c23eefed5f3..eb91a6c05b71 100644 --- a/include/dt-bindings/mailbox/qcom-ipcc.h +++ b/include/dt-bindings/mailbox/qcom-ipcc.h @@ -29,5 +29,6 @@ #define IPCC_CLIENT_PCIE1 14 #define IPCC_CLIENT_PCIE2 15 #define IPCC_CLIENT_SPSS 16 +#define IPCC_CLIENT_WPSS 24 #endif |
