dt-bindings: clock: Fix qcom,gpucc bindings for sdm845/sc7180/msm8998
authorDouglas Anderson <dianders@chromium.org>
Mon, 3 Feb 2020 18:31:40 +0000 (10:31 -0800)
committerStephen Boyd <sboyd@kernel.org>
Tue, 4 Feb 2020 07:05:05 +0000 (23:05 -0800)
commite6747e24f15d9d25bcc771154825c582e970bfa9
tree8d0ac2aa82af65775c085a585b1e7c383aab65cf
parent3696ebe4e1fc45ea391412ff1a82cec9ae4f6e8f
dt-bindings: clock: Fix qcom,gpucc bindings for sdm845/sc7180/msm8998

The qcom,gpucc bindings had a few problems with them:

1. When things were converted to yaml the name of the "gpll0 main"
   clock got changed from "gpll0" to "gpll0_main".  Change it back for
   msm8998.

2. Apparently there is a push not to use purist aliases for clocks but
   instead to just use the internal Qualcomm names.  For sdm845 and
   sc7180 (where the drivers haven't already been changed) move in
   this direction.

Things were also getting complicated harder to deal with by jamming
several SoCs into one file.  Splitting simplifies things.

Fixes: 5c6f3a36b913 ("dt-bindings: clock: Add YAML schemas for the QCOM GPUCC clock bindings")
Signed-off-by: Douglas Anderson <dianders@chromium.org>
Link: https://lkml.kernel.org/r/20200203103049.v4.7.I513cd73b16665065ae6c22cf594d8b543745e28c@changeid
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Documentation/devicetree/bindings/clock/qcom,gpucc.yaml [deleted file]
Documentation/devicetree/bindings/clock/qcom,msm8998-gpucc.yaml [new file with mode: 0644]
Documentation/devicetree/bindings/clock/qcom,sc7180-gpucc.yaml [new file with mode: 0644]
Documentation/devicetree/bindings/clock/qcom,sdm845-gpucc.yaml [new file with mode: 0644]