Message ID | 20240923224059.3674414-1-amitsd@google.com |
---|---|
Headers | show |
Series | Add support for time DT property in TCPM | expand |
On Mon, 23 Sep 2024 15:40:50 -0700, Amit Sunil Dhamne wrote: > This commit adds the following properties: > * sink-wait-cap-time-ms > * ps-source-off-time-ms > * cc-debounce-time-ms > > This is to enable setting of platform/board specific timer values as > these timers have a range of acceptable values. > > Signed-off-by: Amit Sunil Dhamne <amitsd@google.com> > --- > .../bindings/connector/usb-connector.yaml | 35 ++++++++++++++++++- > 1 file changed, 34 insertions(+), 1 deletion(-) > Reviewed-by: Rob Herring (Arm) <robh@kernel.org>