diff options
author | Chanwoo Choi <cw00.choi@samsung.com> | 2014-07-29 18:57:24 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2014-07-29 18:57:24 -0400 |
commit | 9dfb33477d141737e496f6a472d87f177ed38bd1 (patch) | |
tree | 7689ebcfb032e65ae622636d457b32c7ceee4edf | |
parent | 47580e8d94c2a3baac6713533ae765c2087b34d9 (diff) |
ARM: dts: Add TMU dt node to monitor the temperature for exynos3250
This patch add TMU (Thermal Management Unit) dt node to monitor the high
temperature for Exynos3250.
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Acked-by: Kyungmin Park <kyungmin.park@samsung.com>
Acked-by: Eduardo Valentin <edubezval@gmail.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
-rw-r--r-- | arch/arm/boot/dts/exynos3250.dtsi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos3250.dtsi b/arch/arm/boot/dts/exynos3250.dtsi index 77a06df6dc72..41a260a7db2a 100644 --- a/arch/arm/boot/dts/exynos3250.dtsi +++ b/arch/arm/boot/dts/exynos3250.dtsi | |||
@@ -168,6 +168,15 @@ | |||
168 | status = "disabled"; | 168 | status = "disabled"; |
169 | }; | 169 | }; |
170 | 170 | ||
171 | tmu: tmu@100C0000 { | ||
172 | compatible = "samsung,exynos3250-tmu"; | ||
173 | reg = <0x100C0000 0x100>; | ||
174 | interrupts = <0 216 0>; | ||
175 | clocks = <&cmu CLK_TMU_APBIF>; | ||
176 | clock-names = "tmu_apbif"; | ||
177 | status = "disabled"; | ||
178 | }; | ||
179 | |||
171 | gic: interrupt-controller@10481000 { | 180 | gic: interrupt-controller@10481000 { |
172 | compatible = "arm,cortex-a15-gic"; | 181 | compatible = "arm,cortex-a15-gic"; |
173 | #interrupt-cells = <3>; | 182 | #interrupt-cells = <3>; |