diff options
author | Stephan Gerhold <stephan.gerhold@kernkonzept.com> | 2022-09-08 20:24:30 +0200 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2022-12-27 17:03:12 +0100 |
commit | f8fb0b3d453e8a0a3b94c18001ce8f1e86d95036 (patch) | |
tree | 86587ae9572583aa1f079476e98abf0221e74c82 | |
parent | dt-bindings: remoteproc: qcom,msm8916-mss-pil: Add MSM8974 (diff) | |
download | linux-f8fb0b3d453e8a0a3b94c18001ce8f1e86d95036.tar.xz linux-f8fb0b3d453e8a0a3b94c18001ce8f1e86d95036.zip |
dt-bindings: remoteproc: qcom,msm8916-mss-pil: Add MSM8909
Document the "qcom,msm8909-mss-pil" compatible for the modem remote
processor on MSM8909. It is used pretty much exactly like the existing
one for MSM8916.
Signed-off-by: Stephan Gerhold <stephan.gerhold@kernkonzept.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20220908182433.466908-5-stephan.gerhold@kernkonzept.com
-rw-r--r-- | Documentation/devicetree/bindings/remoteproc/qcom,msm8916-mss-pil.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/remoteproc/qcom,msm8916-mss-pil.yaml b/Documentation/devicetree/bindings/remoteproc/qcom,msm8916-mss-pil.yaml index d7d05f9ec8ae..250bf4afab10 100644 --- a/Documentation/devicetree/bindings/remoteproc/qcom,msm8916-mss-pil.yaml +++ b/Documentation/devicetree/bindings/remoteproc/qcom,msm8916-mss-pil.yaml @@ -17,6 +17,7 @@ properties: compatible: oneOf: - enum: + - qcom,msm8909-mss-pil - qcom,msm8916-mss-pil - qcom,msm8974-mss-pil |