From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933293AbcGGJGy (ORCPT ); Thu, 7 Jul 2016 05:06:54 -0400 Received: from mailgw02.mediatek.com ([210.61.82.184]:55934 "EHLO mailgw02.mediatek.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1757054AbcGGJGs (ORCPT ); Thu, 7 Jul 2016 05:06:48 -0400 From: Dawei Chien To: Zhang Rui , Eduardo Valentin CC: Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Russell King , Matthias Brugger , , , , , , , Sascha Hauer , Fan Chen , Eddie Huang , Yingjoe Chen , Erin Lo , Dawei Chien Subject: [PATCH 1/3] dt-bindings: thermal: Add binding document for Mediatek thermal controller Date: Thu, 7 Jul 2016 17:06:24 +0800 Message-ID: <1467882386-40544-2-git-send-email-dawei.chien@mediatek.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1467882386-40544-1-git-send-email-dawei.chien@mediatek.com> References: <1467882386-40544-1-git-send-email-dawei.chien@mediatek.com> MIME-Version: 1.0 Content-Type: text/plain X-MTK: N Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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" - 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