From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753837Ab3KUEKI (ORCPT ); Wed, 20 Nov 2013 23:10:08 -0500 Received: from kirsty.vergenet.net ([202.4.237.240]:45459 "EHLO kirsty.vergenet.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751959Ab3KUEKG (ORCPT ); Wed, 20 Nov 2013 23:10:06 -0500 Date: Thu, 21 Nov 2013 13:10:04 +0900 From: Simon Horman To: Magnus Damm Cc: linux-kernel@vger.kernel.org, linux-sh@vger.kernel.org Subject: Re: [PATCH 03/05] ARM: shmobile: Add r8a7791 thermal device node to DTS Message-ID: <20131121041002.GL31130@verge.net.au> References: <20131120075921.23557.23231.sendpatchset@w520> <20131120075948.23557.47715.sendpatchset@w520> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20131120075948.23557.47715.sendpatchset@w520> Organisation: Horms Solutions Ltd. User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Nov 20, 2013 at 04:59:48PM +0900, Magnus Damm wrote: > From: Magnus Damm > > Hook up the r8a7791 thermal sensor to the DTS. > > Signed-off-by: Magnus Damm > --- > > arch/arm/boot/dts/r8a7791.dtsi | 7 +++++++ > 1 file changed, 7 insertions(+) Thanks, I will queue this up. Assuming all goes will I plan to push this and other updates today or tomorrow. > > --- 0001/arch/arm/boot/dts/r8a7791.dtsi > +++ work/arch/arm/boot/dts/r8a7791.dtsi 2013-11-20 16:00:29.000000000 +0900 > @@ -145,6 +145,13 @@ > interrupt-controller; > }; > > + thermal@e61f0000 { > + compatible = "renesas,thermal-r8a7791", "renesas,rcar-thermal"; > + reg = <0 0xe61f0000 0 0x14>, <0 0xe61f0100 0 0x38>; > + interrupt-parent = <&gic>; > + interrupts = <0 69 IRQ_TYPE_LEVEL_HIGH>; > + }; > + > timer { > compatible = "arm,armv7-timer"; > interrupts = <1 13 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>, >