diff options
author | Dmitry Baryshkov <dmitry.baryshkov@linaro.org> | 2024-07-29 21:52:15 +0200 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2024-08-15 05:14:42 +0200 |
commit | 9d5f3cc5024df5ad3ee4bce14226a44ee78d22ae (patch) | |
tree | 898a874e75eb96d739739368544892a5d8c4df0b /Documentation/devicetree/bindings/clock/qcom,rpmcc.yaml | |
parent | Revert "soc: qcom: smd-rpm: Match rpmsg channel instead of compatible" (diff) | |
download | linux-9d5f3cc5024df5ad3ee4bce14226a44ee78d22ae.tar.xz linux-9d5f3cc5024df5ad3ee4bce14226a44ee78d22ae.zip |
dt-bindings: soc: qcom: smd-rpm: add generic compatibles
Add two generic compatibles to all smd-rpm devices, they follow the same
RPMSG protocol and are either accessed through the smd-edge or through
the glink-edge.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reviewed-by: Rob Herring (Arm) <robh@kernel.org>
Acked-by: Stephen Boyd <sboyd@kernel.org>
Link: https://lore.kernel.org/r/20240729-fix-smd-rpm-v2-2-0776408a94c5@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/clock/qcom,rpmcc.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/clock/qcom,rpmcc.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/clock/qcom,rpmcc.yaml b/Documentation/devicetree/bindings/clock/qcom,rpmcc.yaml index 3665dd30604a..02fcffe93f1a 100644 --- a/Documentation/devicetree/bindings/clock/qcom,rpmcc.yaml +++ b/Documentation/devicetree/bindings/clock/qcom,rpmcc.yaml @@ -139,7 +139,7 @@ examples: - | rpm { rpm-requests { - compatible = "qcom,rpm-msm8916"; + compatible = "qcom,rpm-msm8916", "qcom,smd-rpm"; qcom,smd-channels = "rpm_requests"; clock-controller { |