mirror of
https://github.com/torvalds/linux.git
synced 2024-11-25 13:41:51 +00:00
arm64: dts: qcom: sm8550: 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: 0cc97d9e3f
("arm64: dts: qcom: sm8550: remove pcie-1-phy-aux-clk and add pcie1_phy pcie1_phy_aux_clk")
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://lore.kernel.org/r/20240614-fix-pcie-phy-compat-v3-4-730d1811acf4@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
parent
831f66d342
commit
84ea430eb0
@ -1939,7 +1939,7 @@
|
||||
power-domains = <&gcc PCIE_1_PHY_GDSC>;
|
||||
|
||||
#clock-cells = <1>;
|
||||
clock-output-names = "pcie1_pipe_clk", "pcie1_phy_aux_clk";
|
||||
clock-output-names = "pcie1_pipe_clk";
|
||||
|
||||
#phy-cells = <0>;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user