mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-07-27 17:59:37 -04:00
dt-bindings: usb: qcom,pmic-typec: deprecate device-specific VBUS
The Qualcomm PMIC Type-C devices historically provided their own way of specifying the VBUS regulator, via the device's vdd-vbus-supply node. This is not ideal as the VBUS is supplied to the connector and not to the Type-C block in the PMIC. Deprecate this property in favour of the standard way of specifying it (via the connector's vbus-supply property). Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Reviewed-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org> Link: https://patch.msgid.link/20260519-fix-tcpm-vbus-v1-1-14754695282d@oss.qualcomm.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
5092914dd9
commit
fe2195b019
@@ -79,7 +79,8 @@ properties:
|
||||
- const: fr-swap
|
||||
|
||||
vdd-vbus-supply:
|
||||
description: VBUS power supply.
|
||||
deprecated: true
|
||||
description: use connector/vbus-supply instead.
|
||||
|
||||
vdd-pdphy-supply:
|
||||
description: VDD regulator supply to the PDPHY.
|
||||
@@ -89,7 +90,6 @@ required:
|
||||
- reg
|
||||
- interrupts
|
||||
- interrupt-names
|
||||
- vdd-vbus-supply
|
||||
|
||||
allOf:
|
||||
- if:
|
||||
|
||||
Reference in New Issue
Block a user