mirror of https://gitee.com/openkylin/linux.git
usb: dwc2: Use AHB burst size parameter
In dwc2_hsotg_core_init_disconnected() function used AHB burst size parameter, instead of calculating already calculated value. Acked-by: John Youn <johnyoun@synopsys.com> Signed-off-by: Razmik Karapetyan <razmik@synopsys.com> Signed-off-by: Grigor Tovmasyan <tovmasya@synopsys.com> Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
This commit is contained in:
parent
79d6b8c51c
commit
d1ac8c802d
|
@ -3278,7 +3278,7 @@ void dwc2_hsotg_core_init_disconnected(struct dwc2_hsotg *hsotg,
|
||||||
|
|
||||||
if (using_dma(hsotg)) {
|
if (using_dma(hsotg)) {
|
||||||
dwc2_writel(GAHBCFG_GLBL_INTR_EN | GAHBCFG_DMA_EN |
|
dwc2_writel(GAHBCFG_GLBL_INTR_EN | GAHBCFG_DMA_EN |
|
||||||
(GAHBCFG_HBSTLEN_INCR4 << GAHBCFG_HBSTLEN_SHIFT),
|
hsotg->params.ahbcfg,
|
||||||
hsotg->regs + GAHBCFG);
|
hsotg->regs + GAHBCFG);
|
||||||
|
|
||||||
/* Set DDMA mode support in the core if needed */
|
/* Set DDMA mode support in the core if needed */
|
||||||
|
|
Loading…
Reference in New Issue