diff options
author | Robert Marko <[email protected]> | 2023-02-14 17:23:21 +0100 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2023-03-13 17:14:45 -0700 |
commit | 66e4811ab3967332c52a72f04d615f0faabb145e (patch) | |
tree | a693232bb3aa70f166f9a6fdd43510888f059887 | |
parent | d64f94249c689962b895aa650a30c29ac3b41cd3 (diff) |
ARM: dts: qcom: ipq4019: pass XO and sleep clocks to GCC
Directly pass XO and sleep clocks to GCC via phandles.
Signed-off-by: Robert Marko <[email protected]>
Signed-off-by: Bjorn Andersson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | arch/arm/boot/dts/qcom-ipq4019.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom-ipq4019.dtsi b/arch/arm/boot/dts/qcom-ipq4019.dtsi index 02e9ea78405d..6aaa6da5498d 100644 --- a/arch/arm/boot/dts/qcom-ipq4019.dtsi +++ b/arch/arm/boot/dts/qcom-ipq4019.dtsi @@ -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 { |