USB PD specification defines a bunch of timers that can have a range of acceptable values instead of specific values. These values have to be tuned based on the platform. However, TCPM currently sets them to a default value without providing a mechanism to set platform specific values. This patchset adds new DT properties per timer to allow users to define platform specific values. The RFC patchset for this was already reviewed and no changes have been made since. The link is: https://lore.kernel.org/linux-usb/20240925031135.1101048-1-amitsd@xxxxxxxxxx/ Because of this, I have retained the Reviewed-by tags. If you think they should be cleared since this is a more formal [PATCH], please let me know and I'll do so. Signed-off-by: Amit Sunil Dhamne <amitsd@xxxxxxxxxx> --- Amit Sunil Dhamne (2): dt-bindings: connector: Add properties to define time values usb: typec: tcpm: Add support for parsing time dt properties .../bindings/connector/usb-connector.yaml | 35 ++++++++++- drivers/usb/typec/tcpm/tcpm.c | 73 +++++++++++++++++----- 2 files changed, 91 insertions(+), 17 deletions(-) --- base-commit: 42f7652d3eb527d03665b09edac47f85fb600924 change-id: 20241022-pd-dt-time-props-158760bf26a2 Best regards, -- Amit Sunil Dhamne <amitsd@xxxxxxxxxx>