]> git.baikalelectronics.ru Git - kernel.git/commit
dt-bindings: clock: qcom: Fix the xo parent in gpucc example
authorDouglas Anderson <dianders@chromium.org>
Wed, 28 Nov 2018 18:57:42 +0000 (10:57 -0800)
committerStephen Boyd <sboyd@kernel.org>
Wed, 28 Nov 2018 21:26:10 +0000 (13:26 -0800)
commit14bd247ab717ae5eff1d3d7ade7b0fca99bf65fb
treed4c11cdd999964817c3333f8129eeac2363005da
parent1977760c3f3de15b5ccbfdd0356e383c05f35f57
dt-bindings: clock: qcom: Fix the xo parent in gpucc example

In the bindings that landed for the gpucc we require that the XO clock
(one possible parent of the gpucc) be listed.  The code doesn't use
this yet--this is just to allow us to move toward the day when it does
use it.  What the code does do today is to hardcode the parent name to
"bi_tcxo".  That's all well and good.

...but the example in the bindings shows this clock mapping to the
clock "xo_board".  On the current sdm845.dtsi file the "xo_board"
clock is a fixed clock with an output name of "xo_board".  The clock
with the name "bi_tcxo" is actually provided by the RPMh Clock
Controller.  Presumably that's the one that was wanted.

Let's update the example to make this clearer.

Fixes: 7924a3b02c1c ("dt-bindings: clock: Introduce QCOM Graphics clock bindings")
Signed-off-by: Douglas Anderson <dianders@chromium.org>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Documentation/devicetree/bindings/clock/qcom,gpucc.txt