mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
usb: s7d hs handshake err [1/1]
PD#SWPL-163063 Problem: s7d usb hs handshake err. Solution: modify squelch value to 0xe. Verify: s7d. Change-Id: I0428739c949f89d3c72ddb5137ec2f1e76097b94 Signed-off-by: dian.shao <dian.shao@amlogic.com>
This commit is contained in:
@@ -266,7 +266,7 @@ static void set_usb_pll_v3(struct amlogic_usb_v2 *phy, void __iomem *phy_reg_bas
|
||||
/* usb2_squelch_trim: reg32_03[3:0] (MSB->LSB) default 0b0111
|
||||
* usb2_disc_trim: reg32_03[6:4] (MSB->LSB) default 0b000
|
||||
*/
|
||||
#define PHY_CRG_DRD_TUNING_DISCONNECT_THRESHOLD_BIT6_0_v3 0x39
|
||||
#define PHY_CRG_DRD_TUNING_DISCONNECT_THRESHOLD_BIT6_0_v3 0x3e
|
||||
u32 retry = 5;
|
||||
int plldone_i;
|
||||
u32 pll_val;
|
||||
|
||||
Reference in New Issue
Block a user