On Tue, 20 Oct 2020 02:36:18 -0700, Badhri Jagan Sridharan wrote:
This change adds frs-typec-current which allows setting the initial current
capability of the new source when vSafe5V is applied during PD3.0
sink Fast Role Swap.
Signed-off-by: Badhri Jagan Sridharan <badhri@google.com>
---
Changes since v1:
- Changing patch version to v6 to fix version number confusion.
Changes since v6:
- Removed the redundant usb-connector.txt that I created by mistake.
- Moved to yaml.
Changes since v7:
- Rebase
Changes since v8:
- Redefine new-source-frs-typec-current as string enums to address
Rob Herring's comment.
Changes since v9:
- Removed FRS constants from usb bindings.
Changes since v10:
- Suggestions from Rob Herring:
- Going back to u32 for new-source-frs-typec-current
- Removed the definition for "not-supported"
- Bringing back FRS constants for usb pd binding.
---
.../bindings/connector/usb-connector.yaml | 19 +++++++++++++++++++
include/dt-bindings/usb/pd.h | 8 ++++++++
2 files changed, 27 insertions(+)
Reviewed-by: Rob Herring <robh@kernel.org>