summaryrefslogtreecommitdiff
path: root/patches.tizen/0229-ARM-dts-thermal-exynos4-TMU-device-tree-support-for-.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches.tizen/0229-ARM-dts-thermal-exynos4-TMU-device-tree-support-for-.patch')
-rw-r--r--patches.tizen/0229-ARM-dts-thermal-exynos4-TMU-device-tree-support-for-.patch37
1 files changed, 37 insertions, 0 deletions
diff --git a/patches.tizen/0229-ARM-dts-thermal-exynos4-TMU-device-tree-support-for-.patch b/patches.tizen/0229-ARM-dts-thermal-exynos4-TMU-device-tree-support-for-.patch
new file mode 100644
index 00000000000..20759ef9755
--- /dev/null
+++ b/patches.tizen/0229-ARM-dts-thermal-exynos4-TMU-device-tree-support-for-.patch
@@ -0,0 +1,37 @@
+From e6c2dd06665c1192987f77bafcae8eae4f280cff Mon Sep 17 00:00:00 2001
+From: Lukasz Majewski <l.majewski@samsung.com>
+Date: Fri, 19 Apr 2013 16:45:53 +0200
+Subject: [PATCH 0229/1302] ARM: dts: thermal: exynos4: TMU device tree support
+ for Exynos4412 targets
+
+Device tree support for TMU at Exynos4x12 targets.
+
+Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>
+Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
+Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
+---
+ arch/arm/boot/dts/exynos4x12.dtsi | 10 ++++++++++
+ 1 file changed, 10 insertions(+)
+
+diff --git a/arch/arm/boot/dts/exynos4x12.dtsi b/arch/arm/boot/dts/exynos4x12.dtsi
+index c0c75d9..1364030 100644
+--- a/arch/arm/boot/dts/exynos4x12.dtsi
++++ b/arch/arm/boot/dts/exynos4x12.dtsi
+@@ -338,4 +338,14 @@
+ "mout_apll";
+ status = "disabled";
+ };
++
++ tmu@100C0000 {
++ compatible = "samsung,exynos4412-tmu";
++ interrupt-parent = <&combiner>;
++ reg = <0x100C0000 0x100>;
++ interrupts = <2 4>;
++ clocks = <&clock 383>;
++ clock-names = "tmu_apbif";
++ status = "disabled";
++ };
+ };
+--
+1.8.3.2
+