mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-26 20:40:24 +09:00
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. OOT_bug: Bug: 184308605 Bug: 168245874 Bug: 173252019 Change-Id: I278b34654a7e48990b6ebe25fbe17e3aa4165098 Signed-off-by: Badhri Jagan Sridharan <badhri@google.com>