summaryrefslogtreecommitdiff
path: root/drivers/phy/rockchip/phy-rockchip-inno-combphy.c
diff options
context:
space:
mode:
authorShawn Lin <shawn.lin@rock-chips.com>2018-11-12 17:34:42 +0800
committerTao Huang <huangtao@rock-chips.com>2018-11-12 19:30:20 +0800
commita04fbe7f3f693754d9c3f52152aa2644f4d7a0fa (patch)
tree43789b0f9021503918ae31537d869b26ce9afba4 /drivers/phy/rockchip/phy-rockchip-inno-combphy.c
parent547144b403d2f648893b9e9386d8f59c16d3abed (diff)
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>
Diffstat (limited to 'drivers/phy/rockchip/phy-rockchip-inno-combphy.c')
-rw-r--r--drivers/phy/rockchip/phy-rockchip-inno-combphy.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/phy/rockchip/phy-rockchip-inno-combphy.c b/drivers/phy/rockchip/phy-rockchip-inno-combphy.c
index 62b0d24b5e43..41eaa88d6b98 100644
--- a/drivers/phy/rockchip/phy-rockchip-inno-combphy.c
+++ b/drivers/phy/rockchip/phy-rockchip-inno-combphy.c
@@ -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;
}