Skip to content
Snippets Groups Projects
Commit ad83c834 authored by Frank Wang's avatar Frank Wang Committed by Michele Cirinei
Browse files

[PATCH] phy: rockchip: usbdp: amend to improve USB compatibility


Amends ln0/ln2 RX DFE to improve the compatibility of USB3 link training.

Signed-off-by: default avatarFrank Wang <frank.wang@rock-chips.com>
Change-Id: I568f9260bcfbb4625139222f06b68765f187dd04
parent 12274a99
No related branches found
No related tags found
1 merge request!73Apply RK patches for USB3.0, for RK3588 and RK3568
...@@ -341,11 +341,11 @@ static const struct reg_sequence rk3588_udphy_init_sequence[] = { ...@@ -341,11 +341,11 @@ static const struct reg_sequence rk3588_udphy_init_sequence[] = {
{0x0D2C, 0xFF}, {0x1D2C, 0xFF}, {0x0D2C, 0xFF}, {0x1D2C, 0xFF},
{0x0D34, 0x0F}, {0x1D34, 0x0F}, {0x0D34, 0x0F}, {0x1D34, 0x0F},
{0x08FC, 0x2A}, {0x0914, 0x28}, {0x08FC, 0x2A}, {0x0914, 0x28},
{0x0A30, 0x03}, {0x0E38, 0x05}, {0x0A30, 0x03}, {0x0E38, 0x03},
{0x0ECC, 0x27}, {0x0ED0, 0x22}, {0x0ECC, 0x27}, {0x0ED0, 0x22},
{0x0ED4, 0x26}, {0x18FC, 0x2A}, {0x0ED4, 0x26}, {0x18FC, 0x2A},
{0x1914, 0x28}, {0x1A30, 0x03}, {0x1914, 0x28}, {0x1A30, 0x03},
{0x1E38, 0x05}, {0x1ECC, 0x27}, {0x1E38, 0x03}, {0x1ECC, 0x27},
{0x1ED0, 0x22}, {0x1ED4, 0x26}, {0x1ED0, 0x22}, {0x1ED4, 0x26},
{0x0048, 0x0F}, {0x0060, 0x3C}, {0x0048, 0x0F}, {0x0060, 0x3C},
{0x0064, 0xF7}, {0x006C, 0x20}, {0x0064, 0xF7}, {0x006C, 0x20},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment