All of lore.kernel.org
 help / color / mirror / Atom feed
From: Shawn Guo <shawn.guo@linaro.org>
To: Dong Aisheng <aisheng.dong@nxp.com>
Cc: linux-pm@vger.kernel.org, devicetree@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org, linux-imx@nxp.com,
	Leonard Crestez <leonard.crestez@nxp.com>,
	Zhang Rui <rui.zhang@intel.com>,
	Eduardo Valentin <edubezval@gmail.com>,
	Rob Herring <robh+dt@kernel.org>,
	Mark Rutland <mark.rutland@arm.com>
Subject: Re: [PATCH 1/1] dt-bindings: thermal: imx: update the binding to new method
Date: Mon, 29 Jan 2018 09:48:57 +0800	[thread overview]
Message-ID: <20180129014855.GA12957@dragon> (raw)
In-Reply-To: <1516862269-25543-1-git-send-email-aisheng.dong@nxp.com>

On Thu, Jan 25, 2018 at 02:37:49PM +0800, Dong Aisheng wrote:
> Due to the old method has already been marked as deprecated in binding
> doc, so obviously it's better to update the example to new bindings
> as well.
> 
> Cc: Shawn Guo <shawn.guo@linaro.org>

Acked-by: Shawn Guo <shawnguo@kernel.org>

Please use my kernel.org address for kernel patches.

Shawn

> Cc: Leonard Crestez <leonard.crestez@nxp.com>
> Cc: Zhang Rui <rui.zhang@intel.com>
> Cc: Eduardo Valentin <edubezval@gmail.com>
> Cc: Rob Herring <robh+dt@kernel.org>
> Cc: Mark Rutland <mark.rutland@arm.com>
> Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
> ---
>  .../devicetree/bindings/thermal/imx-thermal.txt    | 25 ++++++++++++++++++++++
>  1 file changed, 25 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/thermal/imx-thermal.txt b/Documentation/devicetree/bindings/thermal/imx-thermal.txt
> index 28be51a..379eb76 100644
> --- a/Documentation/devicetree/bindings/thermal/imx-thermal.txt
> +++ b/Documentation/devicetree/bindings/thermal/imx-thermal.txt
> @@ -22,7 +22,32 @@ Optional properties:
>  - clocks : thermal sensor's clock source.
>  
>  Example:
> +ocotp: ocotp@21bc000 {
> +	#address-cells = <1>;
> +	#size-cells = <1>;
> +	compatible = "fsl,imx6sx-ocotp", "syscon";
> +	reg = <0x021bc000 0x4000>;
> +	clocks = <&clks IMX6SX_CLK_OCOTP>;
>  
> +	tempmon_calib: calib@38 {
> +		reg = <0x38 4>;
> +	};
> +
> +	tempmon_temp_grade: temp-grade@20 {
> +		reg = <0x20 4>;
> +	};
> +};
> +
> +tempmon: tempmon {
> +	compatible = "fsl,imx6sx-tempmon", "fsl,imx6q-tempmon";
> +	interrupts = <GIC_SPI 49 IRQ_TYPE_LEVEL_HIGH>;
> +	fsl,tempmon = <&anatop>;
> +	nvmem-cells = <&tempmon_calib>, <&tempmon_temp_grade>;
> +	nvmem-cell-names = "calib", "temp_grade";
> +	clocks = <&clks IMX6SX_CLK_PLL3_USB_OTG>;
> +};
> +
> +Legacy method (Deprecated):
>  tempmon {
>  	compatible = "fsl,imx6q-tempmon";
>  	fsl,tempmon = <&anatop>;
> -- 
> 2.7.4
> 
> --
> To unsubscribe from this list: send the line "unsubscribe devicetree" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

WARNING: multiple messages have this Message-ID (diff)
From: shawn.guo@linaro.org (Shawn Guo)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/1] dt-bindings: thermal: imx: update the binding to new method
Date: Mon, 29 Jan 2018 09:48:57 +0800	[thread overview]
Message-ID: <20180129014855.GA12957@dragon> (raw)
In-Reply-To: <1516862269-25543-1-git-send-email-aisheng.dong@nxp.com>

On Thu, Jan 25, 2018 at 02:37:49PM +0800, Dong Aisheng wrote:
> Due to the old method has already been marked as deprecated in binding
> doc, so obviously it's better to update the example to new bindings
> as well.
> 
> Cc: Shawn Guo <shawn.guo@linaro.org>

Acked-by: Shawn Guo <shawnguo@kernel.org>

Please use my kernel.org address for kernel patches.

Shawn

> Cc: Leonard Crestez <leonard.crestez@nxp.com>
> Cc: Zhang Rui <rui.zhang@intel.com>
> Cc: Eduardo Valentin <edubezval@gmail.com>
> Cc: Rob Herring <robh+dt@kernel.org>
> Cc: Mark Rutland <mark.rutland@arm.com>
> Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
> ---
>  .../devicetree/bindings/thermal/imx-thermal.txt    | 25 ++++++++++++++++++++++
>  1 file changed, 25 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/thermal/imx-thermal.txt b/Documentation/devicetree/bindings/thermal/imx-thermal.txt
> index 28be51a..379eb76 100644
> --- a/Documentation/devicetree/bindings/thermal/imx-thermal.txt
> +++ b/Documentation/devicetree/bindings/thermal/imx-thermal.txt
> @@ -22,7 +22,32 @@ Optional properties:
>  - clocks : thermal sensor's clock source.
>  
>  Example:
> +ocotp: ocotp at 21bc000 {
> +	#address-cells = <1>;
> +	#size-cells = <1>;
> +	compatible = "fsl,imx6sx-ocotp", "syscon";
> +	reg = <0x021bc000 0x4000>;
> +	clocks = <&clks IMX6SX_CLK_OCOTP>;
>  
> +	tempmon_calib: calib at 38 {
> +		reg = <0x38 4>;
> +	};
> +
> +	tempmon_temp_grade: temp-grade at 20 {
> +		reg = <0x20 4>;
> +	};
> +};
> +
> +tempmon: tempmon {
> +	compatible = "fsl,imx6sx-tempmon", "fsl,imx6q-tempmon";
> +	interrupts = <GIC_SPI 49 IRQ_TYPE_LEVEL_HIGH>;
> +	fsl,tempmon = <&anatop>;
> +	nvmem-cells = <&tempmon_calib>, <&tempmon_temp_grade>;
> +	nvmem-cell-names = "calib", "temp_grade";
> +	clocks = <&clks IMX6SX_CLK_PLL3_USB_OTG>;
> +};
> +
> +Legacy method (Deprecated):
>  tempmon {
>  	compatible = "fsl,imx6q-tempmon";
>  	fsl,tempmon = <&anatop>;
> -- 
> 2.7.4
> 
> --
> To unsubscribe from this list: send the line "unsubscribe devicetree" in
> the body of a message to majordomo at vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

  reply	other threads:[~2018-01-29  1:49 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-25  6:37 [PATCH 1/1] dt-bindings: thermal: imx: update the binding to new method Dong Aisheng
2018-01-25  6:37 ` Dong Aisheng
2018-01-29  1:48 ` Shawn Guo [this message]
2018-01-29  1:48   ` Shawn Guo
2018-02-12 14:40 ` Rob Herring
2018-02-12 14:40   ` Rob Herring

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=20180129014855.GA12957@dragon \
    --to=shawn.guo@linaro.org \
    --cc=aisheng.dong@nxp.com \
    --cc=devicetree@vger.kernel.org \
    --cc=edubezval@gmail.com \
    --cc=leonard.crestez@nxp.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-imx@nxp.com \
    --cc=linux-pm@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=robh+dt@kernel.org \
    --cc=rui.zhang@intel.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.