ARM: dts: qcom: msm8660: add pxo/cxo clocks to the GCC node
Add pxo/cxo clocks to the GCC device tree node. Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20220909105136.3733919-5-dmitry.baryshkov@linaro.org
This commit is contained in:
parent
2aac117971
commit
6244e7da53
|
@ -50,7 +50,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
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 @@
|
||||||
#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 {
|
||||||
|
|
Loading…
Reference in New Issue