Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1637249
| From | Sean Wang <sean.wang@mediatek.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 6/6] dt-bindings: cpufreq: enhance Mediatek cpufreq dt-binding document |
| Date | 2017-05-08 09:00 +0200 |
| Message-ID | <tEKOd-t7-3@gated-at.bofh.it> (permalink) |
| References | <tDNl7-3vE-3@gated-at.bofh.it> <tDNl7-3vE-19@gated-at.bofh.it> <tEIt3-7nq-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Mon, 2017-05-08 at 09:50 +0530, Viresh Kumar wrote:
> On 05-05-17, 23:26, sean.wang@mediatek.com wrote:
> > From: Sean Wang <sean.wang@mediatek.com>
> >
> > Update binding document to reflect the lastest driver logic and
>
> The bindings don't follow the drivers but its the other way around. Don't
> mention anything about the drivers in the bindings patches.
Okay. I made a mistake: DT bindings shouldn't reference drivers and they
are OS-agnostic. I will correct them with the principle.
Thanks for your patience and guidance
> > add more examples guiding people how to use Mediatek cpufreq driver.
> >
> > Signed-off-by: Sean Wang <sean.wang@mediatek.com>
> > ---
> > .../bindings/cpufreq/cpufreq-mediatek.txt | 170 ++++++++++++++++++++-
> > 1 file changed, 167 insertions(+), 3 deletions(-)
> >
> > diff --git a/Documentation/devicetree/bindings/cpufreq/cpufreq-mediatek.txt b/Documentation/devicetree/bindings/cpufreq/cpufreq-mediatek.txt
> > index 52b457c..0703927 100644
> > --- a/Documentation/devicetree/bindings/cpufreq/cpufreq-mediatek.txt
> > +++ b/Documentation/devicetree/bindings/cpufreq/cpufreq-mediatek.txt
> > @@ -1,4 +1,5 @@
> > -Device Tree Clock bindins for CPU DVFS of Mediatek MT8173 SoC
> > +Binding for Mediatek's CPUFreq driver
> > +=====================================
> >
> > Required properties:
> > - clocks: A list of phandle + clock-specifier pairs for the clocks listed in clock names.
> > @@ -9,6 +10,8 @@ Required properties:
> > transition and not stable yet.
> > Please refer to Documentation/devicetree/bindings/clk/clock-bindings.txt for
> > generic clock consumer properties.
> > +- operating-points-v2: Pleaser refer to Documentation/devicetree/bindings/opp/opp.txt
> > + for detail.
> > - proc-supply: Regulator for Vproc of CPU cluster.
> >
> > Optional properties:
> > @@ -17,9 +20,166 @@ Optional properties:
> > Vsram to fit SoC specific needs. When absent, the voltage scaling
> > flow is handled by hardware, hence no software "voltage tracking" is
> > needed.
> > +- #cooling-cells:
> > +- cooling-min-level:
> > +- cooling-max-level:
> > + Please refer to Documentation/devicetree/bindings/thermal/thermal.txt
> > + for detail.
> > +
> > +Example 1 (MT7623 SoC):
> > +
> > + cpu_opp_table: opp_table {
> > + compatible = "operating-points-v2";
> > + opp-shared;
> > +
> > + opp@598000000 {
>
> s/opp@/opp-/
I have referred to other dt-binding as examples where they also use opp@
as the prefix word. e.g bindings/cpufreq/ti-cpufreq.txt did it.
Or I misunderstand something you pointed out here ?
>
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 0/6] some fixups for Mediatek cpufreq driver <sean.wang@mediatek.com> - 2017-05-05 17:30 +0200
[PATCH 1/6] clk: mediatek: add missing cpu mux causing Mediatek cpufreq can't work <sean.wang@mediatek.com> - 2017-05-05 17:30 +0200
[PATCH 3/6] clk: mediatek: export cpu multiplexer clock for MT8173 SoCs <sean.wang@mediatek.com> - 2017-05-05 17:30 +0200
[PATCH 4/6] cpufreq: mediatek: Add support of cpufreq to MT2701/MT7623 SoC <sean.wang@mediatek.com> - 2017-05-05 17:30 +0200
Re: [PATCH 4/6] cpufreq: mediatek: Add support of cpufreq to MT2701/MT7623 SoC Jean Delvare <jdelvare@suse.de> - 2017-05-06 10:10 +0200
Re: [PATCH 4/6] cpufreq: mediatek: Add support of cpufreq to MT2701/MT7623 SoC Sean Wang <sean.wang@mediatek.com> - 2017-05-08 08:10 +0200
[PATCH 6/6] dt-bindings: cpufreq: enhance Mediatek cpufreq dt-binding document <sean.wang@mediatek.com> - 2017-05-05 17:30 +0200
Re: [PATCH 6/6] dt-bindings: cpufreq: enhance Mediatek cpufreq dt-binding document Viresh Kumar <viresh.kumar@linaro.org> - 2017-05-08 06:30 +0200
Re: [PATCH 6/6] dt-bindings: cpufreq: enhance Mediatek cpufreq dt-binding document Sean Wang <sean.wang@mediatek.com> - 2017-05-08 09:00 +0200
Re: [PATCH 6/6] dt-bindings: cpufreq: enhance Mediatek cpufreq dt-binding document Viresh Kumar <viresh.kumar@linaro.org> - 2017-05-08 09:10 +0200
[PATCH 5/6] dt-bindings: cpufreq: move Mediatek cpufreq dt-bindings document to proper place <sean.wang@mediatek.com> - 2017-05-05 17:30 +0200
Re: [PATCH 5/6] dt-bindings: cpufreq: move Mediatek cpufreq dt-bindings document to proper place Viresh Kumar <viresh.kumar@linaro.org> - 2017-05-08 06:20 +0200
Re: [PATCH 5/6] dt-bindings: cpufreq: move Mediatek cpufreq dt-bindings document to proper place Sean Wang <sean.wang@mediatek.com> - 2017-05-08 08:30 +0200
Re: [PATCH 5/6] dt-bindings: cpufreq: move Mediatek cpufreq dt-bindings document to proper place Viresh Kumar <viresh.kumar@linaro.org> - 2017-05-08 09:10 +0200
csiph-web