Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: usb: qcom,pmic-typec: Add support for the PM6150 PMIC

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>

authored by

Danila Tikhonov and committed by
Greg Kroah-Hartman
dfb953f8 654298ae

+8 -3
+8 -3
Documentation/devicetree/bindings/usb/qcom,pmic-typec.yaml
··· 14 14 15 15 properties: 16 16 compatible: 17 - enum: 18 - - qcom,pmi632-typec 19 - - qcom,pm8150b-typec 17 + oneOf: 18 + - enum: 19 + - qcom,pmi632-typec 20 + - qcom,pm8150b-typec 21 + - items: 22 + - enum: 23 + - qcom,pm6150-typec 24 + - const: qcom,pm8150b-typec 20 25 21 26 connector: 22 27 type: object