ARM: dts: qcom-ipq8064: use pll4 clock for the gcc device

Add a link to LCC's PLL4 clock to the GCC device node following the
bindings (and driver needs).

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@somainline.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20220927113826.246241-4-dmitry.baryshkov@linaro.org
This commit is contained in:
Dmitry Baryshkov 2022-09-27 14:38:26 +03:00 committed by Bjorn Andersson
parent 65e0d1c466
commit da6b4c0592
1 changed files with 2 additions and 2 deletions

View File

@ -513,8 +513,8 @@ mux {
gcc: clock-controller@900000 {
compatible = "qcom,gcc-ipq8064", "syscon";
clocks = <&pxo_board>, <&cxo_board>;
clock-names = "pxo", "cxo";
clocks = <&pxo_board>, <&cxo_board>, <&lcc PLL4>;
clock-names = "pxo", "cxo", "pll4";
reg = <0x00900000 0x4000>;
#clock-cells = <1>;
#reset-cells = <1>;