]> git.baikalelectronics.ru Git - kernel.git/commit
clk: qcom: gcc-msm8996: Fix parent for CLKREF clocks
authorBjorn Andersson <bjorn.andersson@linaro.org>
Mon, 6 Jan 2020 08:05:45 +0000 (00:05 -0800)
committerStephen Boyd <sboyd@kernel.org>
Mon, 6 Jan 2020 16:55:28 +0000 (08:55 -0800)
commit5cf2eebbd3c86afad21197c508aa1db2939613c0
tree0ef43916b32b5128012fe76d24e5ef5ad086c917
parentc87d6b5403b41b6386d7ffd291265154cc6b45b5
clk: qcom: gcc-msm8996: Fix parent for CLKREF clocks

The CLKREF clocks are all fed by the clock signal on the CXO2 pad on the
SoC. Update the definition of these clocks to allow this to be wired up
to the appropriate clock source.

Retain "xo" as the global named parent to make the change a nop in the
event that DT doesn't carry the necessary clocks definition.

Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lkml.kernel.org/r/20200106080546.3192125-2-bjorn.andersson@linaro.org
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Documentation/devicetree/bindings/clock/qcom,gcc.yaml
drivers/clk/qcom/gcc-msm8996.c