[PATCH] dt-bindings: usb: richtek,rt1711h: Add missing vbus power supply

AngeloGioacchino Del Regno posted 1 patch 10 months ago
Documentation/devicetree/bindings/usb/richtek,rt1711h.yaml | 3 +++
1 file changed, 3 insertions(+)
[PATCH] dt-bindings: usb: richtek,rt1711h: Add missing vbus power supply
Posted by AngeloGioacchino Del Regno 10 months ago
The RichTek RT1711H and RT1719 chips do have a vbus pin that is
used for attach/detach detection (respectively, pin A1 and 11):
allow a vbus-supply phandle for that.

Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
---
 Documentation/devicetree/bindings/usb/richtek,rt1711h.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Documentation/devicetree/bindings/usb/richtek,rt1711h.yaml b/Documentation/devicetree/bindings/usb/richtek,rt1711h.yaml
index 8da4d2ad1a91..ae611f7e57ca 100644
--- a/Documentation/devicetree/bindings/usb/richtek,rt1711h.yaml
+++ b/Documentation/devicetree/bindings/usb/richtek,rt1711h.yaml
@@ -30,6 +30,9 @@ properties:
   interrupts:
     maxItems: 1
 
+  vbus-supply:
+    description: VBUS power supply
+
   wakeup-source:
     type: boolean
 
-- 
2.48.1
Re: [PATCH] dt-bindings: usb: richtek,rt1711h: Add missing vbus power supply
Posted by Conor Dooley 10 months ago
On Wed, Feb 19, 2025 at 03:01:43PM +0100, AngeloGioacchino Del Regno wrote:
> The RichTek RT1711H and RT1719 chips do have a vbus pin that is
> used for attach/detach detection (respectively, pin A1 and 11):
> allow a vbus-supply phandle for that.
> 
> Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>

Acked-by: Conor Dooley <conor.dooley@microchip.com>

> ---
>  Documentation/devicetree/bindings/usb/richtek,rt1711h.yaml | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/usb/richtek,rt1711h.yaml b/Documentation/devicetree/bindings/usb/richtek,rt1711h.yaml
> index 8da4d2ad1a91..ae611f7e57ca 100644
> --- a/Documentation/devicetree/bindings/usb/richtek,rt1711h.yaml
> +++ b/Documentation/devicetree/bindings/usb/richtek,rt1711h.yaml
> @@ -30,6 +30,9 @@ properties:
>    interrupts:
>      maxItems: 1
>  
> +  vbus-supply:
> +    description: VBUS power supply
> +
>    wakeup-source:
>      type: boolean
>  
> -- 
> 2.48.1
>