Commit 6244e7da authored by Dmitry Baryshkov's avatar Dmitry Baryshkov Committed by Bjorn Andersson

ARM: dts: qcom: msm8660: add pxo/cxo clocks to the GCC node

Add pxo/cxo clocks to the GCC device tree node.
Acked-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: default avatarDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20220909105136.3733919-5-dmitry.baryshkov@linaro.org
parent 2aac1179
...@@ -50,7 +50,7 @@ cpu-pmu { ...@@ -50,7 +50,7 @@ cpu-pmu {
}; };
clocks { clocks {
cxo_board { cxo_board: cxo_board {
compatible = "fixed-clock"; compatible = "fixed-clock";
#clock-cells = <0>; #clock-cells = <0>;
clock-frequency = <19200000>; clock-frequency = <19200000>;
...@@ -129,6 +129,8 @@ gcc: clock-controller@900000 { ...@@ -129,6 +129,8 @@ gcc: clock-controller@900000 {
#power-domain-cells = <1>; #power-domain-cells = <1>;
#reset-cells = <1>; #reset-cells = <1>;
reg = <0x900000 0x4000>; reg = <0x900000 0x4000>;
clocks = <&pxo_board>, <&cxo_board>;
clock-names = "pxo", "cxo";
}; };
gsbi1: gsbi@16000000 { gsbi1: gsbi@16000000 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment