Commit d49b3ae4 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Rob Herring

dt-bindings: net: qcom,ipa: finish the qcom,smp2p example

The example using qcom,smp2p should have all necessary properties, to
avoid DT schema validation warnings.
Reported-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: default avatarAlex Elder <elder@linaro.org>
Signed-off-by: default avatarRob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20220402155551.16509-2-krzysztof.kozlowski@linaro.org
parent 2d091155
...@@ -182,6 +182,12 @@ examples: ...@@ -182,6 +182,12 @@ examples:
smp2p-mpss { smp2p-mpss {
compatible = "qcom,smp2p"; compatible = "qcom,smp2p";
interrupts = <GIC_SPI 576 IRQ_TYPE_EDGE_RISING>;
mboxes = <&apss_shared 6>;
qcom,smem = <94>, <432>;
qcom,local-pid = <0>;
qcom,remote-pid = <5>;
ipa_smp2p_out: ipa-ap-to-modem { ipa_smp2p_out: ipa-ap-to-modem {
qcom,entry-name = "ipa"; qcom,entry-name = "ipa";
#qcom,smem-state-cells = <1>; #qcom,smem-state-cells = <1>;
...@@ -193,6 +199,7 @@ examples: ...@@ -193,6 +199,7 @@ examples:
#interrupt-cells = <2>; #interrupt-cells = <2>;
}; };
}; };
ipa@1e40000 { ipa@1e40000 {
compatible = "qcom,sdm845-ipa"; compatible = "qcom,sdm845-ipa";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment