diff mbox series

[1/4] dt-bindings: mailbox: qcom-ipcc: Add NSP1 client

Message ID 20220607214113.4057684-2-bjorn.andersson@linaro.org
State Not Applicable, archived
Headers show
Series arm64: dts: qcom: Introduce SC8280XP | expand

Checks

Context Check Description
robh/checkpatch success
robh/patch-applied success

Commit Message

Bjorn Andersson June 7, 2022, 9:41 p.m. UTC
Add a client for the NSP1 found in some recent Qualcomm platforms.

Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
---

Jassi, there's no code dependency on this constant, so it's only going to be
referenced from the dts (patch 2/4). I would appreciate if I could get an Ack
and merge this together with the dts changes.

 include/dt-bindings/mailbox/qcom-ipcc.h | 1 +
 1 file changed, 1 insertion(+)

Comments

Krzysztof Kozlowski June 8, 2022, 7:59 a.m. UTC | #1
On 07/06/2022 23:41, Bjorn Andersson wrote:
> Add a client for the NSP1 found in some recent Qualcomm platforms.
> 
> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
> ---
> 
> Jassi, there's no code dependency on this constant, so it's only going to be
> referenced from the dts (patch 2/4). I would appreciate if I could get an Ack
> and merge this together with the dts changes.
> 


Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>


Best regards,
Krzysztof
Jassi Brar Aug. 2, 2022, 3:28 a.m. UTC | #2
On Tue, Jun 7, 2022 at 4:38 PM Bjorn Andersson
<bjorn.andersson@linaro.org> wrote:
>
> Add a client for the NSP1 found in some recent Qualcomm platforms.
>
> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
> ---
>
> Jassi, there's no code dependency on this constant, so it's only going to be
> referenced from the dts (patch 2/4). I would appreciate if I could get an Ack
> and merge this together with the dts changes.
>
sorry, platform specific headers and dts tend to skip my attention.

Acked-by: Jassi Brar <jassisinghbrar@gmail.com>
diff mbox series

Patch

diff --git a/include/dt-bindings/mailbox/qcom-ipcc.h b/include/dt-bindings/mailbox/qcom-ipcc.h
index 9296d0bb5f34..fbfa3febc66d 100644
--- a/include/dt-bindings/mailbox/qcom-ipcc.h
+++ b/include/dt-bindings/mailbox/qcom-ipcc.h
@@ -30,6 +30,7 @@ 
 #define IPCC_CLIENT_PCIE1		14
 #define IPCC_CLIENT_PCIE2		15
 #define IPCC_CLIENT_SPSS		16
+#define IPCC_CLIENT_NSP1		18
 #define IPCC_CLIENT_TME			23
 #define IPCC_CLIENT_WPSS		24