Re: [PATCH v8 05/11] dt-bindings: connector: Add property to set initial current cap for FRS

2020-09-28 Thread Badhri Jagan Sridharan
On Tue, Sep 22, 2020 at 9:04 AM Rob Herring wrote: > > On Mon, Sep 21, 2020 at 12:55:49PM -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

Re: [PATCH v8 05/11] dt-bindings: connector: Add property to set initial current cap for FRS

2020-09-28 Thread Badhri Jagan Sridharan
On Mon, Sep 28, 2020 at 1:57 AM Jun Li wrote: > > Badhri Jagan Sridharan 于2020年9月24日周四 下午6:09写道: > > > > Hi Jun, > > > > Thanks for the feedback ! > > The sink PDO from current source reflects the current source's(i.e. > > transmitter of the FRS signal) power requirement during fr swap. > > The

Re: [PATCH v8 05/11] dt-bindings: connector: Add property to set initial current cap for FRS

2020-09-28 Thread Jun Li
Badhri Jagan Sridharan 于2020年9月24日周四 下午6:09写道: > > Hi Jun, > > Thanks for the feedback ! > The sink PDO from current source reflects the current source's(i.e. > transmitter of the FRS signal) power requirement during fr swap. > The current sink (i.e. receiver of the FRS signal) should check if it

Re: [PATCH v8 05/11] dt-bindings: connector: Add property to set initial current cap for FRS

2020-09-24 Thread Badhri Jagan Sridharan
Hi Jun, Thanks for the feedback ! The sink PDO from current source reflects the current source's(i.e. transmitter of the FRS signal) power requirement during fr swap. The current sink (i.e. receiver of the FRS signal) should check if it will be able to satisfy the current source's requirement

Re: [PATCH v8 05/11] dt-bindings: connector: Add property to set initial current cap for FRS

2020-09-23 Thread Jun Li
Badhri Jagan Sridharan 于2020年9月22日周二 上午3:57写道: > > 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 > --- > Changes since v1: > -

Re: [PATCH v8 05/11] dt-bindings: connector: Add property to set initial current cap for FRS

2020-09-22 Thread Rob Herring
On Mon, Sep 21, 2020 at 12:55:49PM -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 > --- >

[PATCH v8 05/11] dt-bindings: connector: Add property to set initial current cap for FRS

2020-09-21 Thread Badhri Jagan Sridharan
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 --- Changes since v1: - Changing patch version to v6 to fix version number confusion. Changes