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: regulator: qcom,usb-vbus-regulator: Add PM6150 compatible

The VBUS register block on the PM6150 PMIC shares the design with the
PM8150B one. 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://msgid.link/r/20240217163201.32989-2-danila@jiaxyga.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Danila Tikhonov and committed by
Mark Brown
ec29a4d9 2601b6fb

+7 -2
+7 -2
Documentation/devicetree/bindings/regulator/qcom,usb-vbus-regulator.yaml
··· 19 19 20 20 properties: 21 21 compatible: 22 - enum: 23 - - qcom,pm8150b-vbus-reg 22 + oneOf: 23 + - enum: 24 + - qcom,pm8150b-vbus-reg 25 + - items: 26 + - enum: 27 + - qcom,pm6150-vbus-reg 28 + - const: qcom,pm8150b-vbus-reg 24 29 25 30 reg: 26 31 maxItems: 1