diff options
author | Tengfei Fan <quic_tengfan@quicinc.com> | 2024-08-05 19:08:03 +0200 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2024-08-15 04:55:24 +0200 |
commit | 89817522b1a58970ac1247f65af009b046344fb0 (patch) | |
tree | cbdf871dc41e35f046fbe02e7d269d1e4a2e0936 /include/dt-bindings | |
parent | arm64: dts: qcom: msm8916-samsung-j3ltetw: Add initial device tree (diff) | |
download | linux-89817522b1a58970ac1247f65af009b046344fb0.tar.xz linux-89817522b1a58970ac1247f65af009b046344fb0.zip |
dt-bindings: mailbox: qcom-ipcc: Add GPDSP0 and GPDSP1 clients
Add GPDSP0 and GPDSP1 clients for SA8775p platform.
Signed-off-by: Tengfei Fan <quic_tengfan@quicinc.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Link: https://lore.kernel.org/r/20240805-topic-sa8775p-iot-remoteproc-v4-2-86affdc72c04@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Diffstat (limited to 'include/dt-bindings')
-rw-r--r-- | include/dt-bindings/mailbox/qcom-ipcc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/dt-bindings/mailbox/qcom-ipcc.h b/include/dt-bindings/mailbox/qcom-ipcc.h index fbfa3febc66d..fd85a79381b3 100644 --- a/include/dt-bindings/mailbox/qcom-ipcc.h +++ b/include/dt-bindings/mailbox/qcom-ipcc.h @@ -33,5 +33,7 @@ #define IPCC_CLIENT_NSP1 18 #define IPCC_CLIENT_TME 23 #define IPCC_CLIENT_WPSS 24 +#define IPCC_CLIENT_GPDSP0 31 +#define IPCC_CLIENT_GPDSP1 32 #endif |