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 <[email protected]> Reviewed-by: Rob Herring (Arm) <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 1dc7242 commit 335617f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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)