diff options
author | Rob Herring <robh@kernel.org> | 2022-05-23 16:37:55 +0200 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2022-05-23 18:00:58 +0200 |
commit | 028818e374c8424641f42d09a03d3d9c88aa9cab (patch) | |
tree | 04f3c43e284e26daa15dbac443f5f6fdc16d59c4 /Documentation/devicetree/bindings/mailbox/qcom-ipcc.yaml | |
parent | dt-bindings: input: touchscreen: ilitek_ts_i2c: Absorb ili2xxx bindings (diff) | |
download | linux-028818e374c8424641f42d09a03d3d9c88aa9cab.tar.xz linux-028818e374c8424641f42d09a03d3d9c88aa9cab.zip |
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>
Diffstat (limited to '')
-rw-r--r-- | Documentation/devicetree/bindings/mailbox/qcom-ipcc.yaml | 11 |
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 */ }; |