Skip to content

Commit

Permalink
ARM: dts: qcom: ipq4019: pass XO and sleep clocks to GCC
Browse files Browse the repository at this point in the history
Directly pass XO and sleep clocks to GCC via phandles.

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-3-robert.marko@sartura.hr
  • Loading branch information
Robert Marko authored and Bjorn Andersson committed Mar 14, 2023
1 parent d64f942 commit 66e4811
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm/boot/dts/qcom-ipq4019.dtsi
Original file line number Diff line number Diff line change
@@ -190,6 +190,8 @@
#power-domain-cells = <1>;
#reset-cells = <1>;
reg = <0x1800000 0x60000>;
clocks = <&xo>, <&sleep_clk>;
clock-names = "xo", "sleep_clk";
};

prng: rng@22000 {

0 comments on commit 66e4811

Please sign in to comment.