diff options
author | Magnus Damm <damm@opensource.se> | 2013-11-20 02:59:30 -0500 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-12-10 03:27:12 -0500 |
commit | 03e2f56b8f68594ccae4b219a2693c938a04c51e (patch) | |
tree | 475ac8f0749369447679fcf05d8ae6b68616f4f0 | |
parent | b91a89cf8d9880d1d82c7f9f4c1a448bb680dc2c (diff) |
ARM: shmobile: Add r8a7790 thermal device node to DTS
Hook up the r8a7790 thermal sensor to the DTS.
Signed-off-by: Magnus Damm <damm@opensource.se>
Acked-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
-rw-r--r-- | arch/arm/boot/dts/r8a7790.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r8a7790.dtsi b/arch/arm/boot/dts/r8a7790.dtsi index 3800952f139f..f844b63ff559 100644 --- a/arch/arm/boot/dts/r8a7790.dtsi +++ b/arch/arm/boot/dts/r8a7790.dtsi | |||
@@ -162,6 +162,13 @@ | |||
162 | interrupt-controller; | 162 | interrupt-controller; |
163 | }; | 163 | }; |
164 | 164 | ||
165 | thermal@e61f0000 { | ||
166 | compatible = "renesas,thermal-r8a7790", "renesas,rcar-thermal"; | ||
167 | reg = <0 0xe61f0000 0 0x14>, <0 0xe61f0100 0 0x38>; | ||
168 | interrupt-parent = <&gic>; | ||
169 | interrupts = <0 69 IRQ_TYPE_LEVEL_HIGH>; | ||
170 | }; | ||
171 | |||
165 | timer { | 172 | timer { |
166 | compatible = "arm,armv7-timer"; | 173 | compatible = "arm,armv7-timer"; |
167 | interrupts = <1 13 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>, | 174 | interrupts = <1 13 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>, |