Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: soc: qcom,smp2p: 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-2-a8d8034253ea@z3ntu.xyz
Signed-off-by: Bjorn Andersson <andersson@kernel.org>

authored by

Luca Weiss and committed by
Bjorn Andersson
7ce966eb 48e4da79

+2 -1
+2 -1
Documentation/devicetree/bindings/soc/qcom/qcom,smp2p.yaml
··· 41 41 description: 42 42 Three entries specifying the outgoing ipc bit used for signaling the 43 43 remote end of the smp2p edge. 44 + deprecated: true 44 45 45 46 qcom,local-pid: 46 47 $ref: /schemas/types.yaml#/definitions/uint32 ··· 129 128 compatible = "qcom,smp2p"; 130 129 qcom,smem = <431>, <451>; 131 130 interrupts = <GIC_SPI 143 IRQ_TYPE_EDGE_RISING>; 132 - qcom,ipc = <&apcs 8 18>; 131 + mboxes = <&apcs 18>; 133 132 qcom,local-pid = <0>; 134 133 qcom,remote-pid = <4>; 135 134