diff options
author | 2024-11-02 20:43:29 -0700 | |
---|---|---|
committer | 2024-11-16 09:05:44 +0100 | |
commit | 3b9d67e7e9237cb91f4830456e45f7e213ce42c3 (patch) | |
tree | 3dec31f399389393b2b789b545ff0787a7213e65 | |
parent | dt-bindings: connector: Add time property for Sink BC12 detection completion (diff) | |
download | wireguard-linux-3b9d67e7e9237cb91f4830456e45f7e213ce42c3.tar.xz wireguard-linux-3b9d67e7e9237cb91f4830456e45f7e213ce42c3.zip |
dt-bindings: usb: maxim,max33359: add usage of sink bc12 time property
Add usage of "sink-bc12-completion-time-ms" connector property to
max33359 controller for delaying PD negotiation till BC1.2 detection
completes. This overcomes the occasional delays observed while
receiving PD messages where BC1.2 detection runs in parallel.
Signed-off-by: Amit Sunil Dhamne <amitsd@google.com>
Reviewed-by: Badhri Jagan Sridharan <badhri@google.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20241103034402.2460252-3-amitsd@google.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | Documentation/devicetree/bindings/usb/maxim,max33359.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/usb/maxim,max33359.yaml b/Documentation/devicetree/bindings/usb/maxim,max33359.yaml index 276bf7554215..20b62228371b 100644 --- a/Documentation/devicetree/bindings/usb/maxim,max33359.yaml +++ b/Documentation/devicetree/bindings/usb/maxim,max33359.yaml @@ -69,6 +69,7 @@ examples: PDO_FIXED_DATA_SWAP | PDO_FIXED_DUAL_ROLE) PDO_FIXED(9000, 2000, 0)>; + sink-bc12-completion-time-ms = <500>; }; }; }; |