From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932625AbcHKPs4 (ORCPT ); Thu, 11 Aug 2016 11:48:56 -0400 Received: from mail-wm0-f67.google.com ([74.125.82.67]:32903 "EHLO mail-wm0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932267AbcHKPsy (ORCPT ); Thu, 11 Aug 2016 11:48:54 -0400 Subject: Re: [PATCH 1/3] dt-bindings: thermal: Add binding document for Mediatek thermal controller To: dawei chien , Keerthy References: <1467882386-40544-1-git-send-email-dawei.chien@mediatek.com> <1467882386-40544-2-git-send-email-dawei.chien@mediatek.com> <577E385C.9080501@ti.com> <1468227124.15776.29.camel@mtksdaap41> Cc: Zhang Rui , Eduardo Valentin , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Russell King , linux-pm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, srv_heupstream@mediatek.com, Sascha Hauer , Fan Chen , Eddie Huang , Yingjoe Chen , Erin Lo From: Matthias Brugger Message-ID: <8886eba0-7f3d-edf8-c6fb-a6535b3717da@gmail.com> Date: Thu, 11 Aug 2016 17:48:50 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2 MIME-Version: 1.0 In-Reply-To: <1468227124.15776.29.camel@mtksdaap41> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 11/07/16 10:52, dawei chien wrote: > 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 >>> --- >>> .../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. > Do you know about the compability to older SoCs (e.g. mt6589)? It might make sense to add mediatek,mtk-thermal if they are compatible or nearly compatible. >> >>> - reg: Address range of the thermal controller >>> - interrupts: IRQ for the thermal controller >>> - clocks, clock-names: Clocks needed for the thermal controller. required >>> > >