ANDROID: usb: typec: tcpm: vendor hook for timer adjustments
linux/usb/pd.h has a bunch of timers for which the Type-C spec defines a range of values. These values have to be tuned based on the latency observed in a specific architecture. However, linux opensource sets them to a specific value without providing a mechanism to set board specific values. While a generic way is figured out, a vendor hook is needed in the interim. For instance, tCCDebounce can have a value between 100msec - 200msec. Squashed <d98a1df7> "ANDROID: usb: typec: tcpm: Fixup the wait time for SNK_DISCOVERY" OOT_bug: Bug: 184308605 Bug: 168245874 Bug: 173252019 Bug: 271294543 Change-Id: I278b34654a7e48990b6ebe25fbe17e3aa4165098 Signed-off-by:Badhri Jagan Sridharan <badhri@google.com> (cherry picked from commit f694171a)
Loading