Commit 15c88e18 authored by Alex Elder's avatar Alex Elder Committed by David S. Miller

dt-bindings: net: qcom,ipa: add support for SM8350

Add support for "qcom,sm8350-ipa", which uses IPA v4.9.

Use "enum" rather than "oneOf/const ..." to specify compatible
strings, as suggested by Rob Herring.
Signed-off-by: default avatarAlex Elder <elder@linaro.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 1da41aa1
......@@ -43,11 +43,12 @@ description:
properties:
compatible:
oneOf:
- const: "qcom,sc7180-ipa"
- const: "qcom,sc7280-ipa"
- const: "qcom,sdm845-ipa"
- const: "qcom,sdx55-ipa"
enum:
- qcom,sc7180-ipa
- qcom,sc7280-ipa
- qcom,sdm845-ipa
- qcom,sdx55-ipa
- qcom,sm8350-ipa
reg:
items:
......
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