diff options
author | 2023-07-23 09:07:15 +0200 | |
---|---|---|
committer | 2023-08-18 21:48:04 +0100 | |
commit | da7ee30ae6662f016f28a9ef090b2132b3c0fb48 (patch) | |
tree | 1b9afc064b7fe31470c3eaffe2e89c07a4ba9b9c | |
parent | mfd: rz-mtu3: Link time dependencies (diff) | |
download | wireguard-linux-da7ee30ae6662f016f28a9ef090b2132b3c0fb48.tar.xz wireguard-linux-da7ee30ae6662f016f28a9ef090b2132b3c0fb48.zip |
dt-bindings: mfd: maxim,max77693: Add USB connector
Add micro-USB connector to properly represent the hardware.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20230723070715.34650-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Lee Jones <lee@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/mfd/maxim,max77693.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/mfd/maxim,max77693.yaml b/Documentation/devicetree/bindings/mfd/maxim,max77693.yaml index 1b06a77ec798..8503fc2defad 100644 --- a/Documentation/devicetree/bindings/mfd/maxim,max77693.yaml +++ b/Documentation/devicetree/bindings/mfd/maxim,max77693.yaml @@ -31,6 +31,10 @@ properties: charger: $ref: /schemas/power/supply/maxim,max77693.yaml + connector: + $ref: /schemas/connector/usb-connector.yaml# + unevaluatedProperties: false + led: $ref: /schemas/leds/maxim,max77693.yaml |