[PATCH] mx8mm: usb: chipidea: Fix Battery Charger 1.2 CDP detection

Breno Matheus Lima brenomatheus at gmail.com
Fri Jun 11 07:57:59 PDT 2021


Hi Jun,

Em sex., 11 de jun. de 2021 às 02:24, Jun Li <jun.li at nxp.com> escreveu:
>
>
> > -----Original Message-----
> > From: Breno Matheus Lima <breno.lima at nxp.com>
> > Sent: Friday, June 11, 2021 9:48 AM
> > To: peter.chen at kernel.org
> > Cc: gregkh at linuxfoundation.org; shawnguo at kernel.org;
> > s.hauer at pengutronix.de; kernel at pengutronix.de; festevam at gmail.com;
> > dl-linux-imx <linux-imx at nxp.com>; linux-usb at vger.kernel.org;
> > linux-arm-kernel at lists.infradead.org; linux-kernel at vger.kernel.org;
> > brenomatheus at gmail.com; Jun Li <jun.li at nxp.com>; Breno Matheus Lima
> > <breno.lima at nxp.com>
> > Subject: [PATCH] mx8mm: usb: chipidea: Fix Battery Charger 1.2 CDP detection
> >
> > i.MX8MM cannot detect certain CDP USB HUBs. usbmisc_imx.c driver is not
> > following CDP timing requirements defined by USB BC 1.2 specification and
> > section 3.2.4 Detection Timing CDP.
> >
> > During Primary Detection the i.MX device should turn on VDP_SRC and IDM_SINK
> > for a minimum of 40ms (TVDPSRC_ON). After a time of TVDPSRC_ON, the PD is
> > allowed to check the status of the D- line. Current implementation is waiting
> > between 1ms and 2ms, and certain BC 1.2 complaint USB HUBs cannot be detected.
> > Increase delay to 40ms allowing enough time for primary detection.
> >
> > During secondary detection the PD is required to disable VDP_SRC and IDM_SNK,
> > and enable VDM_SRC and IDP_SINK for at least 40ms (TVDMSRC_ON).
> >
> > Current implementation is not disabling VDP_SRC and IDM_SNK, introduce
> > disable sequence in imx7d_charger_secondary_detection() function.
> >
> > VDM_SRC and IDP_SINK should be enabled for at least 40ms (TVDMSRC_ON).
> > Increase delay allowing enough time for detection.
> >
>
> Fixes: 746f316b753a ("usb: chipidea: introduce imx7d USB charger detection")
>

Thanks for pointing this out, I have just sent another version.

Best regards,
Breno Lima



More information about the linux-arm-kernel mailing list