diff options
author | Lukasz Majewski <l.majewski@samsung.com> | 2015-01-29 18:26:02 -0500 |
---|---|---|
committer | Kukjin Kim <kgene@kernel.org> | 2015-02-26 15:22:55 -0500 |
commit | 907c10fcc5f00e484d1a2d475d0ba7e9b8ef5b59 (patch) | |
tree | afd9ca5d1e9e0bb259e4bf0a8f393cd7e57ac76d /arch/arm/boot | |
parent | c517d838eb7d07bbe9507871fab3931deccff539 (diff) |
ARM: dts: Enable TMU for exynos4210-trats
The thermal IP block (Thermal Management Unit) called TMU has been
enabled in this device.
Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>
Acked-by: Eduardo Valentin <edubezval@gmail.com>
Signed-off-by: Kukjin Kim <kgene@kernel.org>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/exynos4210-trats.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos4210-trats.dts b/arch/arm/boot/dts/exynos4210-trats.dts index 3d6652a4b6cb..fd7766fc9de1 100644 --- a/arch/arm/boot/dts/exynos4210-trats.dts +++ b/arch/arm/boot/dts/exynos4210-trats.dts | |||
@@ -426,6 +426,10 @@ | |||
426 | status = "okay"; | 426 | status = "okay"; |
427 | }; | 427 | }; |
428 | 428 | ||
429 | tmu@100C0000 { | ||
430 | status = "okay"; | ||
431 | }; | ||
432 | |||
429 | camera { | 433 | camera { |
430 | pinctrl-names = "default"; | 434 | pinctrl-names = "default"; |
431 | pinctrl-0 = <>; | 435 | pinctrl-0 = <>; |