Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753573AbaG2Nhh (ORCPT ); Tue, 29 Jul 2014 09:37:37 -0400 Received: from mail-vc0-f171.google.com ([209.85.220.171]:34750 "EHLO mail-vc0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750960AbaG2Nhf (ORCPT ); Tue, 29 Jul 2014 09:37:35 -0400 Date: Tue, 29 Jul 2014 09:37:16 -0400 From: Eduardo Valentin To: Chanwoo Choi Cc: kgene.kim@samsung.com, t.figa@samsung.com, ben-linux@fluff.org, linux@arm.linux.org.uk, kyungmin.park@samsung.com, devicetree@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org Subject: Re: [PATCH 1/3] ARM: dts: Add TMU dt node to monitor the temperature for Exynos3250 Message-ID: <20140729133716.GB3336@developer> References: <1406600232-31033-1-git-send-email-cw00.choi@samsung.com> <1406600232-31033-2-git-send-email-cw00.choi@samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1406600232-31033-2-git-send-email-cw00.choi@samsung.com> User-Agent: Mutt/1.5.22 (2013-10-16) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jul 29, 2014 at 11:17:10AM +0900, Chanwoo Choi wrote: > This patch add TMU (Thermal Management Unit) dt node to monitor the high > temperature for Exynos3250. > > Signed-off-by: Chanwoo Choi > Acked-by: Kyungmin Park Acked-by: Eduardo Valentin > --- > This patch has a dependency on following patch [1] which supporting the TMU > of Exynos3250: > [1] https://git.kernel.org/cgit/linux/kernel/git/rzhang/linux.git/commit/?h=next&id=1fe56dc16a3dab400206443f70ae158c8f595c42 > > Changes from v1: > - Remove duplicate 'interrupt-parent' property. > > arch/arm/boot/dts/exynos3250.dtsi | 9 +++++++++ > 1 file changed, 9 insertions(+) > > diff --git a/arch/arm/boot/dts/exynos3250.dtsi b/arch/arm/boot/dts/exynos3250.dtsi > index 77a06df..41a260a 100644 > --- a/arch/arm/boot/dts/exynos3250.dtsi > +++ b/arch/arm/boot/dts/exynos3250.dtsi > @@ -168,6 +168,15 @@ > status = "disabled"; > }; > > + tmu: tmu@100C0000 { > + compatible = "samsung,exynos3250-tmu"; > + reg = <0x100C0000 0x100>; > + interrupts = <0 216 0>; > + clocks = <&cmu CLK_TMU_APBIF>; > + clock-names = "tmu_apbif"; > + status = "disabled"; > + }; > + > gic: interrupt-controller@10481000 { > compatible = "arm,cortex-a15-gic"; > #interrupt-cells = <3>; > -- > 1.8.0 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Please read the FAQ at http://www.tux.org/lkml/ -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/