]> 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)
commit9c5ad46ac3d49a713891675c8994586588cb719a
tree0ef43916b32b5128012fe76d24e5ef5ad086c917
parent1ef81e9fa15902b20778e3c6726612d5bf3fa106
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