Skip to content

Commit

Permalink
dt-bindings: soc: qcom: pmic-glink: document SM8650 compatible
Browse files Browse the repository at this point in the history
Document the PMIC GLINK firmware interface on the SM8650 Platform
by using the SM8550 bindings as fallback.

Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Acked-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20231025-topic-sm8650-upstream-bindings-pmic-glink-v1-1-0c2829a62565@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
  • Loading branch information
Neil Armstrong authored and Bjorn Andersson committed Dec 7, 2023
1 parent 8c1f28f commit 98e8bc4
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions Documentation/devicetree/bindings/soc/qcom/qcom,pmic-glink.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,20 @@ description:

properties:
compatible:
items:
- enum:
- qcom,sc8180x-pmic-glink
- qcom,sc8280xp-pmic-glink
- qcom,sm8350-pmic-glink
- qcom,sm8450-pmic-glink
- qcom,sm8550-pmic-glink
- const: qcom,pmic-glink
oneOf:
- items:
- enum:
- qcom,sc8180x-pmic-glink
- qcom,sc8280xp-pmic-glink
- qcom,sm8350-pmic-glink
- qcom,sm8450-pmic-glink
- qcom,sm8550-pmic-glink
- const: qcom,pmic-glink
- items:
- enum:
- qcom,sm8650-pmic-glink
- const: qcom,sm8550-pmic-glink
- const: qcom,pmic-glink

'#address-cells':
const: 1
Expand Down

0 comments on commit 98e8bc4

Please sign in to comment.