diff options
author | Bryan O'Donoghue <[email protected]> | 2023-08-16 12:51:45 +0100 |
---|---|---|
committer | Lee Jones <[email protected]> | 2023-11-01 10:02:09 +0000 |
commit | 0202e408fa0c7da34adeb26958f42248c999a1a8 (patch) | |
tree | 02f8dc7e985a08f767e8877f3e4f3c2353f51ab2 | |
parent | 676c26722333301e2d8794401f3c14e6c225f27f (diff) |
dt-bindings: mfd: qcom,spmi-pmic: Add typec to SPMI device types
Add the PMIC Type-C port driver to the list of devices.
Signed-off-by: Bryan O'Donoghue <[email protected]>
Acked-by: Krzysztof Kozlowski <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Lee Jones <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.yaml b/Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.yaml index debed393fa8c..55e931ba5b47 100644 --- a/Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.yaml +++ b/Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.yaml @@ -169,6 +169,10 @@ patternProperties: type: object $ref: /schemas/thermal/qcom,spmi-temp-alarm.yaml# + "^typec@[0-9a-f]+$": + type: object + $ref: /schemas/usb/qcom,pmic-typec.yaml# + "^usb-detect@[0-9a-f]+$": type: object $ref: /schemas/extcon/qcom,pm8941-misc.yaml# |