summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2022-05-23 17:37:55 +0300
committerRob Herring <robh@kernel.org>2022-05-23 19:00:58 +0300
commit028818e374c8424641f42d09a03d3d9c88aa9cab (patch)
tree04f3c43e284e26daa15dbac443f5f6fdc16d59c4
parent644291ebecd1355363f4b7a39dc115828643b901 (diff)
downloadlinux-028818e374c8424641f42d09a03d3d9c88aa9cab.tar.xz
Revert "dt-bindings: mailbox: qcom-ipcc: add missing properties into example"
This reverts commit b20eee62ee89aba03261a1abac80f29abea5bdf5. The example has just been removed altogether in the mailbox tree. Reported-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Rob Herring <robh@kernel.org>
-rw-r--r--Documentation/devicetree/bindings/mailbox/qcom-ipcc.yaml11
1 files changed, 3 insertions, 8 deletions
diff --git a/Documentation/devicetree/bindings/mailbox/qcom-ipcc.yaml b/Documentation/devicetree/bindings/mailbox/qcom-ipcc.yaml
index 50f9aa72c670..c57dd423e98c 100644
--- a/Documentation/devicetree/bindings/mailbox/qcom-ipcc.yaml
+++ b/Documentation/devicetree/bindings/mailbox/qcom-ipcc.yaml
@@ -76,14 +76,9 @@ examples:
smp2p-modem {
compatible = "qcom,smp2p";
- qcom,smem = <443>, <429>;
- interrupts-extended = <&ipcc IPCC_CLIENT_LPASS
- IPCC_MPROC_SIGNAL_SMP2P
- IRQ_TYPE_EDGE_RISING>;
- mboxes = <&ipcc IPCC_CLIENT_LPASS
- IPCC_MPROC_SIGNAL_SMP2P>;
+ interrupts-extended = <&ipcc_mproc IPCC_CLIENT_MPSS
+ IPCC_MPROC_SIGNAL_SMP2P IRQ_TYPE_EDGE_RISING>;
+ mboxes = <&ipcc_mproc IPCC_CLIENT_MPSS IPCC_MPROC_SIGNAL_SMP2P>;
- qcom,local-pid = <0>;
- qcom,remote-pid = <2>;
/* Other SMP2P fields */
};