diff options
author | Dmitry Baryshkov <[email protected]> | 2024-03-04 11:26:10 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2024-03-04 10:48:43 +0100 |
commit | a14e6fd1b67799da7da9cc344023bd16aaf0d17d (patch) | |
tree | 626404c7a7a0adbcd9a51366ca919ba3450612a2 | |
parent | 19e7b35d8a71d0f2dd0f97acbdbb40c2459cff9e (diff) |
dt-bindings: usb: qcom,pmic-typec: add support for the PM4125 block
The PM4125 PMIC has the same Type-C register block as the PMI632.
Likewise it doesn't support USB Power Delivery. Define the compatible
for the TypeC block found on PM4125, using PMI632 as a compatible.
Reviewed-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Dmitry Baryshkov <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/usb/qcom,pmic-typec.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/usb/qcom,pmic-typec.yaml b/Documentation/devicetree/bindings/usb/qcom,pmic-typec.yaml index 976d1732137b..d9694570c419 100644 --- a/Documentation/devicetree/bindings/usb/qcom,pmic-typec.yaml +++ b/Documentation/devicetree/bindings/usb/qcom,pmic-typec.yaml @@ -22,6 +22,11 @@ properties: - enum: - qcom,pm6150-typec - const: qcom,pm8150b-typec + - items: + - enum: + - qcom,pm4125-typec + - const: qcom,pmi632-typec + connector: type: object |