diff options
author | 2025-02-19 15:01:43 +0100 | |
---|---|---|
committer | 2025-03-03 10:23:23 +0100 | |
commit | 99111a7b1538b0bfd2f19238b3c2050419edf3b5 (patch) | |
tree | 1aeb47340b65a937c42e52e0fb7fa31a96f46f11 | |
parent | usb: core: replace usb_sndaddr0pipe macro with usb_sndctrlpipe (diff) | |
download | wireguard-linux-99111a7b1538b0bfd2f19238b3c2050419edf3b5.tar.xz wireguard-linux-99111a7b1538b0bfd2f19238b3c2050419edf3b5.zip |
dt-bindings: usb: richtek,rt1711h: Add missing vbus power supply
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>
Link: https://lore.kernel.org/r/20250219140143.104037-1-angelogioacchino.delregno@collabora.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | Documentation/devicetree/bindings/usb/richtek,rt1711h.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
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 |