[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20191126181154.275EA20727@mail.kernel.org>
Date: Tue, 26 Nov 2019 10:11:53 -0800
From: Stephen Boyd <sboyd@...nel.org>
To: Jeffrey Hugo <jeffrey.l.hugo@...il.com>,
Taniya Das <tdas@...eaurora.org>
Cc: Michael Turquette <mturquette@...libre.com>,
David Brown <david.brown@...aro.org>,
Rajendra Nayak <rnayak@...eaurora.org>,
MSM <linux-arm-msm@...r.kernel.org>, linux-soc@...r.kernel.org,
linux-clk@...r.kernel.org, lkml <linux-kernel@...r.kernel.org>,
DTML <devicetree@...r.kernel.org>, Rob Herring <robh@...nel.org>,
Rob Herring <robh+dt@...nel.org>
Subject: Re: [PATCH v2 3/8] dt-bindings: clock: Add YAML schemas for the QCOM GPUCC clock bindings
Quoting Jeffrey Hugo (2019-11-15 07:11:01)
> On Fri, Nov 15, 2019 at 3:07 AM Taniya Das <tdas@...eaurora.org> wrote:
> > diff --git a/Documentation/devicetree/bindings/clock/qcom,gpucc.yaml b/Documentation/devicetree/bindings/clock/qcom,gpucc.yaml
> > new file mode 100644
> > index 0000000..c2d6243
> > --- /dev/null
> > +++ b/Documentation/devicetree/bindings/clock/qcom,gpucc.yaml
> > @@ -0,0 +1,69 @@
> > +# SPDX-License-Identifier: GPL-2.0-only
> > +%YAML 1.2
> > +---
> > +$id: http://devicetree.org/schemas/bindings/clock/qcom,gpucc.yaml#
> > +$schema: http://devicetree.org/meta-schemas/core.yaml#
> > +
> > +title: Qualcomm Graphics Clock & Reset Controller Binding
> > +
> > +maintainers:
> > + - Taniya Das <tdas@...eaurora.org>
> > +
> > +description: |
> > + Qualcomm grpahics clock control module which supports the clocks, resets and
> > + power domains.
> > +
> > +properties:
> > + compatible:
> > + enum:
> > + - qcom,msm8998-gpucc
> > + - qcom,sdm845-gpucc
> > +
> > + clocks:
> > + minItems: 1
> > + maxItems: 2
> > + items:
> > + - description: Board XO source
> > + - description: GPLL0 source from GCC
>
> This is not an accurate conversion. GPLL0 was not valid for 845, and
> is required for 8998.
Thanks for checking Jeff.
It looks like on 845 there are two gpll0 clocks going to gpucc. From
gpu_cc_parent_map_0:
"gcc_gpu_gpll0_clk_src",
"gcc_gpu_gpll0_div_clk_src",
Powered by blists - more mailing lists