OSDN Git Service

clk: qcom: Skip halt checks on gcc_pcie_0_pipe_clk for 8998
authorMarc Gonzalez <marc.w.gonzalez@free.fr>
Mon, 25 Mar 2019 13:49:54 +0000 (14:49 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 27 Jan 2020 13:50:38 +0000 (14:50 +0100)
commit86ed527d66e04446a795d8bf9d015802022164af
treef7a9ad89b488cfb1fc69ff122ce1c3535570b34d
parentc919556ac75646c02fcedd7097808d8e5a0553f4
clk: qcom: Skip halt checks on gcc_pcie_0_pipe_clk for 8998

[ Upstream commit c0ee0e43c049a13d11e913edf875e4ee376dc84b ]

See similar issue solved by commit 5f2420ed2189
("clk: qcom: Skip halt checks on gcc_usb3_phy_pipe_clk for 8998")

Without this patch, PCIe PHY init fails:

qcom-qmp-phy 1c06000.phy: pipe_clk enable failed err=-16
phy phy-1c06000.phy.0: phy init failed --> -16

Signed-off-by: Marc Gonzalez <marc.w.gonzalez@free.fr>
Reviewed-by: Jeffrey Hugo <jhugo@codeaurora.org>
Fixes: b5f5f525c547 ("clk: qcom: Add MSM8998 Global Clock Control (GCC) driver")
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/clk/qcom/gcc-msm8998.c