diff options
author | Dmitry Baryshkov <dmitry.baryshkov@linaro.org> | 2023-08-21 01:58:13 +0200 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2023-08-22 16:05:13 +0200 |
commit | b83eb8ba2ab9551217ed36320b8999db2f351e57 (patch) | |
tree | 46000057aad600d79e5b43a55bfb74518319abe8 /drivers/phy/Makefile | |
parent | phy: qcom-qmp-pcie: support SM8150 PCIe QMP PHYs (diff) | |
download | linux-b83eb8ba2ab9551217ed36320b8999db2f351e57.tar.xz linux-b83eb8ba2ab9551217ed36320b8999db2f351e57.zip |
phy: qcom-qmp-combo: fix clock probing
During rebase of qcom-qmp-combo series a call to devm_clk_bulk_get_all()
got moved by git from qmp_combo_parse_dt_legacy() to
phy_dp_clks_register(). This doesn't have any serious effect, since the
clocks will be set in both legacy and non-legacy paths. However let's
move it back to place anyway, to prevent the driver from fetching clocks
twice.
Fixes: 28e265bf84a8 ("phy: qcom-qmp-combo: simplify clock handling")
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://lore.kernel.org/r/20230820235813.562284-1-dmitry.baryshkov@linaro.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'drivers/phy/Makefile')
0 files changed, 0 insertions, 0 deletions