mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 19:08:57 +09:00
phy: rockchip: usbdp: fix the aux communication issue
The default aux tx amplitude level can't satisfied some device, which will cause the aux communication failed. Enhance the aux tx amplitude to a high level to be compatible with different devices. Signed-off-by: Zhang Yubing <yubing.zhang@rock-chips.com> Change-Id: Idcb5cf2fcf91dda5985744acb4ad3e62c99ffba4
This commit is contained in:
@@ -229,6 +229,7 @@ static const struct reg_sequence rk3588_udphy_init_sequence[] = {
|
||||
{0x0AF4, 0x1A}, {0x1AF4, 0x1A},
|
||||
{0x0440, 0x3F}, {0x10D4, 0x08},
|
||||
{0x20D4, 0x08}, {0x00D4, 0x30},
|
||||
{0x0024, 0x6e},
|
||||
};
|
||||
|
||||
static inline int grfreg_write(struct regmap *base,
|
||||
|
||||
Reference in New Issue
Block a user