]> Git Repo - J-linux.git/commitdiff
dt-bindings: usb: maxim,max33359: add usage of sink bc12 time property
authorAmit Sunil Dhamne <[email protected]>
Sun, 3 Nov 2024 03:43:29 +0000 (20:43 -0700)
committerGreg Kroah-Hartman <[email protected]>
Sat, 16 Nov 2024 08:05:44 +0000 (09:05 +0100)
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 <[email protected]>
Reviewed-by: Badhri Jagan Sridharan <[email protected]>
Reviewed-by: Krzysztof Kozlowski <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Documentation/devicetree/bindings/usb/maxim,max33359.yaml

index 276bf7554215e6ec8a71cb46faedf48d7b13087e..20b62228371bdedf2fe92767ffe443bec87babc5 100644 (file)
@@ -69,6 +69,7 @@ examples:
                                        PDO_FIXED_DATA_SWAP |
                                        PDO_FIXED_DUAL_ROLE)
                                        PDO_FIXED(9000, 2000, 0)>;
+                sink-bc12-completion-time-ms = <500>;
             };
         };
     };
This page took 0.048934 seconds and 4 git commands to generate.