[PATCH] dt-bindings: mfd: maxim,max77693: add USB connector

Krzysztof Kozlowski posted 1 patch 2 years, 6 months ago
Documentation/devicetree/bindings/mfd/maxim,max77693.yaml | 4 ++++
1 file changed, 4 insertions(+)
[PATCH] dt-bindings: mfd: maxim,max77693: add USB connector
Posted by Krzysztof Kozlowski 2 years, 6 months ago
Add micro-USB connector to properly represent the hardware.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

---

DTS change using this:
https://lore.kernel.org/linux-samsung-soc/20230722202039.35877-1-krzysztof.kozlowski@linaro.org/T/#u
---
 Documentation/devicetree/bindings/mfd/maxim,max77693.yaml | 4 ++++
 1 file changed, 4 insertions(+)

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
 
-- 
2.34.1
Re: (subset) [PATCH] dt-bindings: mfd: maxim,max77693: add USB connector
Posted by Lee Jones 2 years, 6 months ago
On Sun, 23 Jul 2023 09:07:15 +0200, Krzysztof Kozlowski wrote:
> Add micro-USB connector to properly represent the hardware.
> 
> 

Applied, thanks!

[1/1] dt-bindings: mfd: maxim,max77693: add USB connector
      commit: 010a847013c1d72d09dbf951530dcb4335028632

--
Lee Jones [李琼斯]

Re: [PATCH] dt-bindings: mfd: maxim,max77693: add USB connector
Posted by Rob Herring 2 years, 6 months ago
On Sun, 23 Jul 2023 09:07:15 +0200, Krzysztof Kozlowski wrote:
> Add micro-USB connector to properly represent the hardware.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> 
> ---
> 
> DTS change using this:
> https://lore.kernel.org/linux-samsung-soc/20230722202039.35877-1-krzysztof.kozlowski@linaro.org/T/#u
> ---
>  Documentation/devicetree/bindings/mfd/maxim,max77693.yaml | 4 ++++
>  1 file changed, 4 insertions(+)
> 

Acked-by: Rob Herring <robh@kernel.org>