All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: soc: qcom: smd-rpm: Fix missing MSM8936 compatible
@ 2022-04-18 23:18 Bryan O'Donoghue
  2022-04-19  6:59 ` Krzysztof Kozlowski
  2022-04-19 16:31 ` Rob Herring
  0 siblings, 2 replies; 3+ messages in thread
From: Bryan O'Donoghue @ 2022-04-18 23:18 UTC (permalink / raw)
  To: robh+dt, krzk+dt; +Cc: linux-arm-msm, devicetree, bryan.odonoghue

Add compatible msm8936. msm8936 covers both msm8936 and msm8939.
The relevant driver already has the compat string but, we haven't
documented it.

Fixes: d6e52482f5ab ("drivers: soc: Add MSM8936 SMD RPM compatible")
Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
---
 Documentation/devicetree/bindings/soc/qcom/qcom,smd-rpm.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/soc/qcom/qcom,smd-rpm.yaml b/Documentation/devicetree/bindings/soc/qcom/qcom,smd-rpm.yaml
index b32457c2fc0b..3361218e278f 100644
--- a/Documentation/devicetree/bindings/soc/qcom/qcom,smd-rpm.yaml
+++ b/Documentation/devicetree/bindings/soc/qcom/qcom,smd-rpm.yaml
@@ -34,6 +34,7 @@ properties:
       - qcom,rpm-ipq6018
       - qcom,rpm-msm8226
       - qcom,rpm-msm8916
+      - qcom,rpm-msm8936
       - qcom,rpm-msm8953
       - qcom,rpm-msm8974
       - qcom,rpm-msm8976
-- 
2.35.1


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

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

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-18 23:18 [PATCH] dt-bindings: soc: qcom: smd-rpm: Fix missing MSM8936 compatible Bryan O'Donoghue
2022-04-19  6:59 ` Krzysztof Kozlowski
2022-04-19 16:31 ` Rob Herring

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.