mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 10:58:48 +09:00
phy: rockchip: naneng-combphy: Fix Rx squelch for RK3568 U3
This patch adjust the RK3568 U3 Rx squelch input filler bandwidth to 3'b110 which is used for rx_lfps, reduce the bandwidth to avoid filtering valid superspeed data. With this patch, it can fix the issue that Kingston U3 Disk (idVendor=0951, idProduct=1666, bcdDevice= 1.10) read error on RK3568 platforms. Change-Id: I27410c5702862df2d8829a2ca3c2c1d9f57885be Signed-off-by: William Wu <william.wu@rock-chips.com>
This commit is contained in:
@@ -827,6 +827,9 @@ static int rk3568_combphy_cfg(struct rockchip_combphy_priv *priv)
|
||||
/* Set PLL KVCO to min and set PLL charge pump current to max */
|
||||
writel(0xf0, priv->mmio + (0xa << 2));
|
||||
|
||||
/* Set Rx squelch input filler bandwidth */
|
||||
writel(0x0e, priv->mmio + (0x14 << 2));
|
||||
|
||||
param_write(priv->phy_grf, &cfg->pipe_sel_usb, true);
|
||||
param_write(priv->phy_grf, &cfg->pipe_txcomp_sel, false);
|
||||
param_write(priv->phy_grf, &cfg->pipe_txelec_sel, false);
|
||||
|
||||
Reference in New Issue
Block a user