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: mailbox: qcom-ipcc: add missing properties into example

These missing required properties are needed for
smp2p binding reference checks.

Also includes cosmetic change to the example formatting.

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: David Heidelberg <david@ixit.cz>
Reviewed-by: Manivannan Sadhasivam <mani@kernel.org>
Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20220426101837.16201-2-david@ixit.cz

authored by

David Heidelberg and committed by
Rob Herring
b20eee62 897c6756

+8 -3
+8 -3
Documentation/devicetree/bindings/mailbox/qcom-ipcc.yaml
··· 76 76 77 77 smp2p-modem { 78 78 compatible = "qcom,smp2p"; 79 - interrupts-extended = <&ipcc_mproc IPCC_CLIENT_MPSS 80 - IPCC_MPROC_SIGNAL_SMP2P IRQ_TYPE_EDGE_RISING>; 81 - mboxes = <&ipcc_mproc IPCC_CLIENT_MPSS IPCC_MPROC_SIGNAL_SMP2P>; 79 + qcom,smem = <443>, <429>; 80 + interrupts-extended = <&ipcc IPCC_CLIENT_LPASS 81 + IPCC_MPROC_SIGNAL_SMP2P 82 + IRQ_TYPE_EDGE_RISING>; 83 + mboxes = <&ipcc IPCC_CLIENT_LPASS 84 + IPCC_MPROC_SIGNAL_SMP2P>; 82 85 86 + qcom,local-pid = <0>; 87 + qcom,remote-pid = <2>; 83 88 /* Other SMP2P fields */ 84 89 };