[<prev] [next>] [day] [month] [year] [list]
Message-ID: <803eacf2-a3c7-a4d0-682a-837b7367bf2f@samsung.com>
Date: Tue, 12 Feb 2019 10:00:20 +0900
From: Chanwoo Choi <cw00.choi@...sung.com>
To: Andrew-sh Cheng <andrew-sh.cheng@...iatek.com>,
MyungJoo Ham <myungjoo.ham@...sung.com>,
Kyungmin Park <kyungmin.park@...sung.com>,
Rob Herring <robh+dt@...nel.org>,
Mark Rutland <mark.rutland@....com>,
Matthias Brugger <matthias.bgg@...il.com>,
"Rafael J. Wysocki" <rjw@...ysocki.net>,
Viresh Kumar <viresh.kumar@...aro.org>
Cc: linux-pm@...r.kernel.org, devicetree@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org,
linux-mediatek@...ts.infradead.org, linux-kernel@...r.kernel.org,
srv_heupstream@...iatek.com, fan.chen@...iatek.com
Subject: Re: [PATCH 2/3] dt-bindings: devfreq: add compatible for mt8183 cci
devfreq
Hi Andrew-sh.Cheng,
On 19. 1. 29. 오후 3:35, Andrew-sh Cheng wrote:
> From: "Andrew-sh.Cheng" <andrew-sh.cheng@...iatek.com>
>
> This adds dt-binding documentation of cci devfreq
> for Mediatek MT8183 SoC platform.
>
> Signed-off-by: Andrew-sh.Cheng <andrew-sh.cheng@...iatek.com>
> ---
> .../bindings/devfreq/mt8183-cci-devfreq.txt | 19 +++++++++++++++++++
> 1 file changed, 19 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/devfreq/mt8183-cci-devfreq.txt
>
> diff --git a/Documentation/devicetree/bindings/devfreq/mt8183-cci-devfreq.txt b/Documentation/devicetree/bindings/devfreq/mt8183-cci-devfreq.txt
> new file mode 100644
> index 0000000..e2b61cf
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/devfreq/mt8183-cci-devfreq.txt
> @@ -0,0 +1,19 @@
> +* Mediatek CCI frequency device
You have to add more detailed what to do on this driver.
Also, please add the full alphabet for CCI.
> +
> +Required properties:
> +- compatible: should contain "mediatek,mt8183-cci" for cci devfreq
Usually, dt-binding document only specifies h/w information
and how to bind device. 'devfreq' is the word of linux-side.
It means that 'devfreq' cannot indicate the any h/w device.
You should use the h/w device information and word of CCI for writing
the dt-binding document without linux-side word like devfreq.
For example,
- cci devfreq -> frequency scaling of CCI
> +
Remove unneeded blank line.
> +- clocks: for cci devfreq
ditto of 'devfreq' word.
> +
ditto of blank line
> +- clock-names: for cci devfreq driver to reference
ditto of 'devfreq' word.
> +
ditto of blank line
> +- operating-points-v2: for cci devfreq opp table
ditto of 'devfreq' word.
> +
> +Example:
> + cci: cci {
> + compatible = "mediatek,cci";
> + clocks = <&apmixedsys CLK_APMIXED_CCIPLL>;
> + clock-names = "cci_clock";
> + operating-points-v2 = <&cci_opp>;
> + };
> +
>
This document is missing the 'regulator' property. Please add it
--
Best Regards,
Chanwoo Choi
Samsung Electronics
Powered by blists - more mailing lists