From: Rob Herring <robh@kernel.org>
To: Talel Shenhar <talel@amazon.com>
Cc: edubezval@gmail.com, dwmw@amazon.co.uk, jonnyc@amazon.com,
rui.zhang@intel.com, hhhawa@amazon.com, ronenk@amazon.com,
hanochu@amazon.com, linux-kernel@vger.kernel.org,
linux-pm@vger.kernel.org, mark.rutland@arm.com,
devicetree@vger.kernel.org
Subject: Re: [PATCH v2 1/2] dt-bindings: thermal: al-thermal: Add binding documentation
Date: Wed, 10 Apr 2019 09:10:00 -0500 [thread overview]
Message-ID: <20190410141000.GA19197@bogus> (raw)
In-Reply-To: <1554373016-1442-2-git-send-email-talel@amazon.com>
On Thu, Apr 04, 2019 at 01:16:55PM +0300, Talel Shenhar wrote:
> Add thermal binding documentation for Amazon's Annapurna Labs Thermal
> Sensor.
>
> Signed-off-by: Talel Shenhar <talel@amazon.com>
> Reviewed-by: David Woodhouse <dwmw@amazon.co.uk>
> ---
> .../bindings/thermal/amazon,al-thermal.txt | 33 ++++++++++++++++++++++
> 1 file changed, 33 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/thermal/amazon,al-thermal.txt
>
> diff --git a/Documentation/devicetree/bindings/thermal/amazon,al-thermal.txt b/Documentation/devicetree/bindings/thermal/amazon,al-thermal.txt
> new file mode 100644
> index 0000000..af8cf18
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/thermal/amazon,al-thermal.txt
> @@ -0,0 +1,33 @@
> +Amazon's Annapurna Labs Thermal Sensor
> +
> +Simple thermal device that allows temperature reading by a single MMIO
> +transaction.
> +
> +Required properties:
> +- compatible: "amazon,al-thermal".
> +- reg: The physical base address and length of the sensor's registers.
> +- #thermal-sensor-cells: Must be 1. See ./thermal.txt for a description.
> +
> +Example:
> + thermal: thermal {
> + compatible = "amazon,al-thermal";
> + reg = <0x0 0x05002860 0x0 0x1>;
> + #thermal-sensor-cells = <0x1>;
> + };
> +
> + thermal-zones {
> + thermal_z0 {
thermal-z0 {
> + polling-delay-passive = <250>;
> + polling-delay = <1000>;
> + thermal-sensors = <&thermal 0>;
> + trips {
> + thermalz0_crit {
critical {
With that,
Reviewed-by: Rob Herring <robh@kernel.org>
> + temperature = <105000>;
> + hysteresis = <2000>;
> + type = "critical";
> + };
> + };
> +
> + };
> + };
> +
> --
> 2.7.4
>
next prev parent reply other threads:[~2019-04-10 14:10 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-04-04 10:16 [PATCH v2 0/2] Amazon's Annapurna Labs Thermal Sensor Driver Talel Shenhar
2019-04-04 10:16 ` [PATCH v2 1/2] dt-bindings: thermal: al-thermal: Add binding documentation Talel Shenhar
2019-04-10 14:10 ` Rob Herring [this message]
2019-04-04 10:16 ` [PATCH v2 2/2] thermal: Introduce Amazon's Annapurna Labs Thermal Driver Talel Shenhar
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=20190410141000.GA19197@bogus \
--to=robh@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dwmw@amazon.co.uk \
--cc=edubezval@gmail.com \
--cc=hanochu@amazon.com \
--cc=hhhawa@amazon.com \
--cc=jonnyc@amazon.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=ronenk@amazon.com \
--cc=rui.zhang@intel.com \
--cc=talel@amazon.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).