Skip to content

Commit

Permalink
arm64: dts: qcom: sm8650: drop second clock name from clock-output-names
Browse files Browse the repository at this point in the history
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: d00b42f ("arm64: dts: qcom: sm8650: remove pcie-1-phy-aux-clk and add pcie1_phy pcie1_phy_aux_clk")
Signed-off-by: Dmitry Baryshkov <[email protected]>
Reviewed-by: Neil Armstrong <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
  • Loading branch information
lumag authored and andersson committed Jun 21, 2024
1 parent 84ea430 commit dc32362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/qcom/sm8650.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -2474,7 +2474,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>;

Expand Down

0 comments on commit dc32362

Please sign in to comment.