All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 1/3] dt-bindings: net: qcom,ipa: fix example for upcomming smp2p conversion
@ 2022-04-24 13:15 David Heidelberg
  2022-04-24 13:15 ` [PATCH v2 2/3] dt-bindings: mailbox: qcom-ipcc: add missing properties into example David Heidelberg
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: David Heidelberg @ 2022-04-24 13:15 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, David S. Miller, Jakub Kicinski,
	Paolo Abeni, Rob Herring, Krzysztof Kozlowski, Alex Elder
  Cc: David Heidelberg, linux-arm-msm, netdev, devicetree, linux-kernel

Example of mpss was missing required properties.

Signed-off-by: David Heidelberg <david@ixit.cz>
---
 Documentation/devicetree/bindings/net/qcom,ipa.yaml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Documentation/devicetree/bindings/net/qcom,ipa.yaml b/Documentation/devicetree/bindings/net/qcom,ipa.yaml
index 58ecc62adfaa..852658b4d05c 100644
--- a/Documentation/devicetree/bindings/net/qcom,ipa.yaml
+++ b/Documentation/devicetree/bindings/net/qcom,ipa.yaml
@@ -182,6 +182,11 @@ examples:
 
         smp2p-mpss {
                 compatible = "qcom,smp2p";
+                mboxes = <&apss_shared 14>;
+                qcom,smem = <435>, <428>;
+                qcom,local-pid = <0>;
+                qcom,remote-pid = <1>;
+
                 ipa_smp2p_out: ipa-ap-to-modem {
                         qcom,entry-name = "ipa";
                         #qcom,smem-state-cells = <1>;
-- 
2.35.1


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-04-25 13:31 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-24 13:15 [PATCH v2 1/3] dt-bindings: net: qcom,ipa: fix example for upcomming smp2p conversion David Heidelberg
2022-04-24 13:15 ` [PATCH v2 2/3] dt-bindings: mailbox: qcom-ipcc: add missing properties into example David Heidelberg
2022-04-24 14:43   ` Krzysztof Kozlowski
2022-04-25  7:51     ` David Heidelberg
2022-04-25 13:31   ` Rob Herring
2022-04-24 13:15 ` [PATCH v2 3/3] dt-bindings: soc: qcom: convert QCOM SMP2P binding to yaml David Heidelberg
2022-04-24 13:38   ` Krzysztof Kozlowski
2022-04-24 14:41 ` [PATCH v2 1/3] dt-bindings: net: qcom,ipa: fix example for upcomming smp2p conversion Krzysztof Kozlowski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.