mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
phy: rockchip-inno-combphy: Remove releasing rst grant from PCIe init
The PCIe controller driver will take over to control this, as it need more action after link up. Change-Id: Ie9a690d1addf48855d385162d0d8ba4d0054c544 Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
This commit is contained in:
@@ -202,8 +202,6 @@ static int phy_pcie_init(struct rockchip_combphy_priv *priv)
|
||||
}
|
||||
|
||||
reset_control_deassert(priv->rsts[PHY_PIPE_RSTN]);
|
||||
/* Release link reset grant */
|
||||
return regmap_write(priv->usb_pcie_grf, 0x0, 0x40004);
|
||||
error:
|
||||
return ret;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user