We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dc7242 commit 335617fCopy full SHA for 335617f
Documentation/devicetree/bindings/remoteproc/qcom,smd-edge.yaml
@@ -61,6 +61,7 @@ properties:
61
description:
62
Three entries specifying the outgoing ipc bit used for signaling the
63
remote processor.
64
+ deprecated: true
65
66
qcom,smd-edge:
67
$ref: /schemas/types.yaml#/definitions/uint32
@@ -111,7 +112,7 @@ examples:
111
112
smd-edge {
113
interrupts = <GIC_SPI 156 IRQ_TYPE_EDGE_RISING>;
114
- qcom,ipc = <&apcs 8 8>;
115
+ mboxes = <&apcs 8>;
116
qcom,smd-edge = <1>;
117
};
118
0 commit comments