Commit 831f66d3 authored by Dmitry Baryshkov's avatar Dmitry Baryshkov Committed by Bjorn Andersson

arm64: dts: qcom: sm8450: drop second clock name from clock-output-names

There is no need to specify exact name for the second (AUX) output
clock. It has never been used for the lookups based on the system
clock name. The driver generates it on its own, in order to remain
compatible with the older DT. Drop the clock name.

Fixes: e7686284 ("arm64: dts: qcom: sm8450: correct pcie1 phy clocks inputs to gcc")
Signed-off-by: default avatarDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reviewed-by: default avatarNeil Armstrong <neil.armstrong@linaro.org>
Link: https://lore.kernel.org/r/20240614-fix-pcie-phy-compat-v3-3-730d1811acf4@linaro.orgSigned-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent 060a1ebd
......@@ -2087,7 +2087,7 @@ pcie1_phy: phy@1c0e000 {
"rchng",
"pipe";
clock-output-names = "pcie_1_pipe_clk", "pcie_1_phy_aux_clk";
clock-output-names = "pcie_1_pipe_clk";
#clock-cells = <1>;
#phy-cells = <0>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment