ARM: dts: Add TMU dt node to monitor the temperature for exynos3250
authorChanwoo Choi <cw00.choi@samsung.com>
Tue, 29 Jul 2014 22:57:24 +0000 (07:57 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Tue, 29 Jul 2014 22:57:24 +0000 (07:57 +0900)
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>
arch/arm/boot/dts/exynos3250.dtsi

index 77a06df6dc7245a1ad65d28a00a36ed5cfc47a07..41a260a7db2a6a179488639c1d91cd38ac501cf9 100644 (file)
                        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>;
This page took 0.029922 seconds and 5 git commands to generate.