On Mon, Apr 16, 2018 at 02:54:36PM +0800, Li Jun wrote: > Since max_snk_* is to be deprecated, so remove max_snk_* by adding a > variable PDO for sink config. > > Reviewed-by: Hans de Goede <hdegoede@xxxxxxxxxx> > Signed-off-by: Li Jun <jun.li@xxxxxxx> Acked-by: Heikki Krogerus <heikki.krogerus@xxxxxxxxxxxxxxx> > --- > drivers/usb/typec/typec_wcove.c | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) > > diff --git a/drivers/usb/typec/typec_wcove.c b/drivers/usb/typec/typec_wcove.c > index 19cca7f..39cff11 100644 > --- a/drivers/usb/typec/typec_wcove.c > +++ b/drivers/usb/typec/typec_wcove.c > @@ -558,6 +558,7 @@ static const u32 src_pdo[] = { > static const u32 snk_pdo[] = { > PDO_FIXED(5000, 500, PDO_FIXED_DUAL_ROLE | PDO_FIXED_DATA_SWAP | > PDO_FIXED_USB_COMM), > + PDO_VAR(5000, 12000, 3000), > }; > > static struct tcpc_config wcove_typec_config = { > @@ -566,9 +567,6 @@ static struct tcpc_config wcove_typec_config = { > .snk_pdo = snk_pdo, > .nr_snk_pdo = ARRAY_SIZE(snk_pdo), > > - .max_snk_mv = 12000, > - .max_snk_ma = 3000, > - .max_snk_mw = 36000, > .operating_snk_mw = 15000, > > .type = TYPEC_PORT_DRP, -- heikki -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html