From: Rob Herring <robh@kernel.org>
To: Baolin Wang <baolin.wang@linaro.org>
Cc: rui.zhang@intel.com, edubezval@gmail.com,
daniel.lezcano@linaro.org, amit.kucheria@verdurent.com,
mark.rutland@arm.com, orsonzhai@gmail.com,
baolin.wang7@gmail.com, freeman.liu@unisoc.com,
zhang.lyra@gmail.com, linux-pm@vger.kernel.org,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 1/2] dt-bindings: thermal: sprd: Add the Spreadtrum thermal documentation
Date: Thu, 14 Nov 2019 12:02:33 -0600 [thread overview]
Message-ID: <20191114180233.GA14860@bogus> (raw)
In-Reply-To: <0a6b113010ad772a633b9cfeeb280dc41f17b951.1573206815.git.baolin.wang@linaro.org>
On Fri, Nov 08, 2019 at 05:54:30PM +0800, Baolin Wang wrote:
> From: Freeman Liu <freeman.liu@unisoc.com>
>
> Add the Spreadtrum thermal documentation.
>
> Signed-off-by: Freeman Liu <freeman.liu@unisoc.com>
> Signed-off-by: Baolin Wang <baolin.wang@linaro.org>
> ---
> .../devicetree/bindings/thermal/sprd-thermal.txt | 41 ++++++++++++++++++++
> 1 file changed, 41 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/thermal/sprd-thermal.txt
Please make this a schema. See Documentation/devicetree/writing-schema.rst
>
> diff --git a/Documentation/devicetree/bindings/thermal/sprd-thermal.txt b/Documentation/devicetree/bindings/thermal/sprd-thermal.txt
> new file mode 100644
> index 0000000..a9da7f4
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/thermal/sprd-thermal.txt
> @@ -0,0 +1,41 @@
> +* Spreadtrum thermal sensor controller bindings
> +
> +Required properties:
> +- compatible : Should be "sprd,ums512-thermal"
> +- reg: Address range of the thermal registers
> +- clock-names: "enable" for thermal module enable clock.
> +- clocks: Should contain a clock specifier for each entry in clock-names.
> +- nvmem-cells: A phandle to the calibration data provided by a nvmem device.
> +- nvmem-cell-names: Should be "thm_sign_cal" and "thm_ratio_cal".
> +- #thermal-sensor-cells: Should be 1. See ./thermal.txt for a description.
> +
> +Child nodes properties:
> +- reg: Specify the sensor id.
> +- nvmem-cells: A phandle to the calibration data provided by a nvmem device.
> +- nvmem-cell-names: Should be "sen_delta_cal".
> +
> +Example:
> +
> + ap_thm0: thermal@32200000 {
> + compatible = "sprd,ums512-thermal";
> + reg = <0 0x32200000 0 0x10000>;
> + clock-names = "enable";
> + clocks = <&aonapb_gate CLK_THM0_EB>;
> + #thermal-sensor-cells = <1>;
> + nvmem-cells = <&thm0_sign>, <&thm0_ratio>;
> + nvmem-cell-names = "thm_sign_cal", "thm_ratio_cal";
> +
> + prometheus0-sensor@0{
space ^
> + reg = <0>;
> + nvmem-cells = <&thm0_sen0>;
> + nvmem-cell-names = "sen_delta_cal";
> + };
> +
> + ank1-sensor@1{
space ^
> + reg = <1>;
> + nvmem-cells = <&thm0_sen1>;
> + nvmem-cell-names = "sen_delta_cal";
> + };
> +
> + ......
> + };
> --
> 1.7.9.5
>
next prev parent reply other threads:[~2019-11-14 18:02 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-11-08 9:54 [PATCH 1/2] dt-bindings: thermal: sprd: Add the Spreadtrum thermal documentation Baolin Wang
2019-11-08 9:54 ` [PATCH 2/2] thermal: sprd: Add Spreadtrum thermal driver support Baolin Wang
2019-11-14 18:02 ` Rob Herring [this message]
2019-11-15 3:28 ` [PATCH 1/2] dt-bindings: thermal: sprd: Add the Spreadtrum thermal documentation Baolin Wang
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20191114180233.GA14860@bogus \
--to=robh@kernel.org \
--cc=amit.kucheria@verdurent.com \
--cc=baolin.wang7@gmail.com \
--cc=baolin.wang@linaro.org \
--cc=daniel.lezcano@linaro.org \
--cc=devicetree@vger.kernel.org \
--cc=edubezval@gmail.com \
--cc=freeman.liu@unisoc.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=orsonzhai@gmail.com \
--cc=rui.zhang@intel.com \
--cc=zhang.lyra@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.