Revert "dt-bindings: mailbox: qcom-ipcc: add missing properties into example"
authorRob Herring <robh@kernel.org>
Mon, 23 May 2022 14:37:55 +0000 (09:37 -0500)
committerRob Herring <robh@kernel.org>
Mon, 23 May 2022 16:00:58 +0000 (11:00 -0500)
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>
Documentation/devicetree/bindings/mailbox/qcom-ipcc.yaml

index 50f9aa7..c57dd42 100644 (file)
@@ -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 */
         };