Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1438419 > unrolled thread

[PATCH 1/3] dt-bindings: thermal: Add binding document for Mediatek thermal controller

Started byDawei Chien <dawei.chien@mediatek.com>
First post2016-07-07 11:10 +0200
Last post2016-07-11 11:00 +0200
Articles 3 — 3 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 1/3] dt-bindings: thermal: Add binding document for Mediatek thermal controller Dawei Chien <dawei.chien@mediatek.com> - 2016-07-07 11:10 +0200
    Re: [PATCH 1/3] dt-bindings: thermal: Add binding document for  Mediatek thermal controller Keerthy <a0393675@ti.com> - 2016-07-07 13:20 +0200
      Re: [PATCH 1/3] dt-bindings: thermal: Add binding document for  Mediatek thermal controller dawei chien <dawei.chien@mediatek.com> - 2016-07-11 11:00 +0200

#1438419 — [PATCH 1/3] dt-bindings: thermal: Add binding document for Mediatek thermal controller

FromDawei Chien <dawei.chien@mediatek.com>
Date2016-07-07 11:10 +0200
Subject[PATCH 1/3] dt-bindings: thermal: Add binding document for Mediatek thermal controller
Message-ID<rSdtL-4Uf-15@gated-at.bofh.it>
This adds the device tree binding documentation for the mediatek thermal
controller found on Mediatek MT2701.

Signed-off-by: Dawei Chien <dawei.chien@mediatek.com>
---
 .../bindings/thermal/mediatek-thermal.txt          |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/thermal/mediatek-thermal.txt b/Documentation/devicetree/bindings/thermal/mediatek-thermal.txt
index 81f9a51..bb55e79 100644
--- a/Documentation/devicetree/bindings/thermal/mediatek-thermal.txt
+++ b/Documentation/devicetree/bindings/thermal/mediatek-thermal.txt
@@ -8,7 +8,7 @@ apmixedsys register space via AHB bus accesses, so a phandle to the APMIXEDSYS
 is also needed.
 
 Required properties:
-- compatible: "mediatek,mt8173-thermal"
+- compatible: "mediatek,mt8173-thermal" or "mediatek,mt2701-thermal"
 - reg: Address range of the thermal controller
 - interrupts: IRQ for the thermal controller
 - clocks, clock-names: Clocks needed for the thermal controller. required
-- 
1.7.9.5

[toc] | [next] | [standalone]


#1438532 — Re: [PATCH 1/3] dt-bindings: thermal: Add binding document for Mediatek thermal controller

FromKeerthy <a0393675@ti.com>
Date2016-07-07 13:20 +0200
SubjectRe: [PATCH 1/3] dt-bindings: thermal: Add binding document for Mediatek thermal controller
Message-ID<rSfvz-69Q-21@gated-at.bofh.it>
In reply to#1438419

On Thursday 07 July 2016 02:36 PM, Dawei Chien wrote:
> This adds the device tree binding documentation for the mediatek thermal
> controller found on Mediatek MT2701.
>
> Signed-off-by: Dawei Chien <dawei.chien@mediatek.com>
> ---
>   .../bindings/thermal/mediatek-thermal.txt          |    2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/thermal/mediatek-thermal.txt b/Documentation/devicetree/bindings/thermal/mediatek-thermal.txt
> index 81f9a51..bb55e79 100644
> --- a/Documentation/devicetree/bindings/thermal/mediatek-thermal.txt
> +++ b/Documentation/devicetree/bindings/thermal/mediatek-thermal.txt
> @@ -8,7 +8,7 @@ apmixedsys register space via AHB bus accesses, so a phandle to the APMIXEDSYS
>   is also needed.
>
>   Required properties:
> -- compatible: "mediatek,mt8173-thermal"
> +- compatible: "mediatek,mt8173-thermal" or "mediatek,mt2701-thermal"

- compatible :
  - "mediatek,mt8173-thermal" : For MT8173 family of SoCs
  - "mediatek,mt2701-thermal" : For MT2701 family of SoCs

>   - reg: Address range of the thermal controller
>   - interrupts: IRQ for the thermal controller
>   - clocks, clock-names: Clocks needed for the thermal controller. required
>

[toc] | [prev] | [next] | [standalone]


#1440375 — Re: [PATCH 1/3] dt-bindings: thermal: Add binding document for Mediatek thermal controller

Fromdawei chien <dawei.chien@mediatek.com>
Date2016-07-11 11:00 +0200
SubjectRe: [PATCH 1/3] dt-bindings: thermal: Add binding document for Mediatek thermal controller
Message-ID<rTFeh-4Gw-17@gated-at.bofh.it>
In reply to#1438532
Dear Keerthy,

On Thu, 2016-07-07 at 16:39 +0530, Keerthy wrote:
> 
> On Thursday 07 July 2016 02:36 PM, Dawei Chien wrote:
> > This adds the device tree binding documentation for the mediatek thermal
> > controller found on Mediatek MT2701.
> >
> > Signed-off-by: Dawei Chien <dawei.chien@mediatek.com>
> > ---
> >   .../bindings/thermal/mediatek-thermal.txt          |    2 +-
> >   1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/Documentation/devicetree/bindings/thermal/mediatek-thermal.txt b/Documentation/devicetree/bindings/thermal/mediatek-thermal.txt
> > index 81f9a51..bb55e79 100644
> > --- a/Documentation/devicetree/bindings/thermal/mediatek-thermal.txt
> > +++ b/Documentation/devicetree/bindings/thermal/mediatek-thermal.txt
> > @@ -8,7 +8,7 @@ apmixedsys register space via AHB bus accesses, so a phandle to the APMIXEDSYS
> >   is also needed.
> >
> >   Required properties:
> > -- compatible: "mediatek,mt8173-thermal"
> > +- compatible: "mediatek,mt8173-thermal" or "mediatek,mt2701-thermal"
> 
> - compatible :
>   - "mediatek,mt8173-thermal" : For MT8173 family of SoCs
>   - "mediatek,mt2701-thermal" : For MT2701 family of SoCs

Thank you, I will update it on next version.

> 
> >   - reg: Address range of the thermal controller
> >   - interrupts: IRQ for the thermal controller
> >   - clocks, clock-names: Clocks needed for the thermal controller. required
> >

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web