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)
commitab91f72e018ad55805ef056a0af92a30ea45259e
tree0ef43916b32b5128012fe76d24e5ef5ad086c917
parentbcd63d222b604d6f72c615939d96496cd3a2ef6c
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