Skip to content

Commit

Permalink
ARM: dts: qcom: ipq4019: remove clk-output-names for sleep clock
Browse files Browse the repository at this point in the history
Now that sleep clock is being passed directly to GCC, there is no need for
global name matching, so remove clk-output-names for sleep clock.

Signed-off-by: Robert Marko <robert.marko@sartura.hr>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230214162325.312057-4-robert.marko@sartura.hr
  • Loading branch information
Robert Marko authored and Bjorn Andersson committed Mar 14, 2023
1 parent 66e4811 commit 2a41c61
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/arm/boot/dts/qcom-ipq4019.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@
sleep_clk: sleep_clk {
compatible = "fixed-clock";
clock-frequency = <32000>;
clock-output-names = "gcc_sleep_clk_src";
#clock-cells = <0>;
};

Expand Down

0 comments on commit 2a41c61

Please sign in to comment.