The USB compliance link test TD 7.23 requires the U1 exit time
is from 900ns to 1.2us, the current code is 744ns, the default
value is 1.104us, so changing it as default value.
Signed-off-by: Peter Chen <peter.chen@nxp.com>
Signed-off-by: Arulpandiyan Vadivel <arulpandiyan_vadivel@mentor.com>
Signed-off-by: Shrikant Bobade <Shrikant_Bobade@mentor.com>
(cherry picked from commit
be0a22ce7192387b98a887d3ce4358e1db71b9f4)
);
gadget_writel(usb_ss, &usb_ss->regs->usb_conf, USB_CONF__DEVEN__MASK);
-
- gadget_writel(usb_ss, &usb_ss->regs->dbg_link1,
- DBG_LINK1__LFPS_MIN_GEN_U1_EXIT_SET__MASK |
- DBG_LINK1__LFPS_MIN_GEN_U1_EXIT__WRITE(0x3C));
}
static int cdns3_gadget_start(struct cdns3 *cdns)