|
@@ -110,6 +110,7 @@ static void dwc2_set_amlogic_params(struct dwc2_hsotg *hsotg)
|
|
|
p->phy_type = DWC2_PHY_TYPE_PARAM_UTMI;
|
|
p->phy_type = DWC2_PHY_TYPE_PARAM_UTMI;
|
|
|
p->ahbcfg = GAHBCFG_HBSTLEN_INCR8 <<
|
|
p->ahbcfg = GAHBCFG_HBSTLEN_INCR8 <<
|
|
|
GAHBCFG_HBSTLEN_SHIFT;
|
|
GAHBCFG_HBSTLEN_SHIFT;
|
|
|
|
|
+ p->power_down = DWC2_POWER_DOWN_PARAM_NONE;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
static void dwc2_set_amcc_params(struct dwc2_hsotg *hsotg)
|
|
static void dwc2_set_amcc_params(struct dwc2_hsotg *hsotg)
|