Skip to content

Commit 335617f

Browse files
z3ntuandersson
authored andcommitted
dt-bindings: remoteproc: qcom,smd-edge: Mark qcom,ipc as deprecated
Deprecate the qcom,ipc way of accessing the mailbox in favor of the 'mboxes' property. Update the example to use mboxes. Signed-off-by: Luca Weiss <luca@z3ntu.xyz> Reviewed-by: Rob Herring (Arm) <robh@kernel.org> Link: https://lore.kernel.org/r/20240425-qcom-ipc-deprecate-v1-1-a8d8034253ea@z3ntu.xyz Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent 1dc7242 commit 335617f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Documentation/devicetree/bindings/remoteproc/qcom,smd-edge.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ properties:
6161
description:
6262
Three entries specifying the outgoing ipc bit used for signaling the
6363
remote processor.
64+
deprecated: true
6465

6566
qcom,smd-edge:
6667
$ref: /schemas/types.yaml#/definitions/uint32
@@ -111,7 +112,7 @@ examples:
111112
smd-edge {
112113
interrupts = <GIC_SPI 156 IRQ_TYPE_EDGE_RISING>;
113114
114-
qcom,ipc = <&apcs 8 8>;
115+
mboxes = <&apcs 8>;
115116
qcom,smd-edge = <1>;
116117
};
117118
};

0 commit comments

Comments
 (0)