Skip to content

Commit

Permalink
dt-bindings: usb: qcom,pmic-typec: Add support for the PM6150 PMIC
Browse files Browse the repository at this point in the history
The PM6150 PMIC has the same Type-C register block as the PM8150B.
Define corresponding compatible string, having the qcom,pm8150b-vbus-reg
as a fallback.

Signed-off-by: Danila Tikhonov <danila@jiaxyga.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20240220202147.228911-2-danila@jiaxyga.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Danila Tikhonov authored and Greg Kroah-Hartman committed Mar 2, 2024
1 parent 654298a commit dfb953f
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions Documentation/devicetree/bindings/usb/qcom,pmic-typec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,14 @@ description:

properties:
compatible:
enum:
- qcom,pmi632-typec
- qcom,pm8150b-typec
oneOf:
- enum:
- qcom,pmi632-typec
- qcom,pm8150b-typec
- items:
- enum:
- qcom,pm6150-typec
- const: qcom,pm8150b-typec

connector:
type: object
Expand Down

0 comments on commit dfb953f

Please sign in to comment.