From mboxrd@z Thu Jan 1 00:00:00 1970 From: Magnus Damm Date: Wed, 20 Nov 2013 07:59:48 +0000 Subject: [PATCH 03/05] ARM: shmobile: Add r8a7791 thermal device node to DTS Message-Id: <20131120075948.23557.47715.sendpatchset@w520> List-Id: References: <20131120075921.23557.23231.sendpatchset@w520> In-Reply-To: <20131120075921.23557.23231.sendpatchset@w520> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-kernel@vger.kernel.org Cc: Magnus Damm , horms@verge.net.au, linux-sh@vger.kernel.org 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(+) --- 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)>,