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:
Shawn Lin
2018-11-12 17:34:42 +08:00
committed by Tao Huang
parent 547144b403
commit a04fbe7f3f

View File

@@ -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;
}