diff options
author | Amit Daniel Kachhap <amit.daniel@samsung.com> | 2012-10-29 13:18:01 +0100 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2012-10-29 13:18:01 +0100 |
commit | 8d4155dbb184f02c08bd36c5120f2b4dc4f14860 (patch) | |
tree | 424bb818a999cdfb96f3e9f906d8e9ac3808108e /arch/arm/mach-exynos/clock-exynos4.c | |
parent | ARM: EXYNOS: Add MFC device tree support (diff) | |
download | linux-8d4155dbb184f02c08bd36c5120f2b4dc4f14860.tar.xz linux-8d4155dbb184f02c08bd36c5120f2b4dc4f14860.zip |
ARM: EXYNOS: Add devicetree node for TMU driver for exynos4
This patch adds necessary source definations needed for TMU driver and
adds devicetree node for exynos4210.
Signed-off-by: Amit Daniel Kachhap <amit.daniel@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-exynos/clock-exynos4.c')
-rw-r--r-- | arch/arm/mach-exynos/clock-exynos4.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos/clock-exynos4.c b/arch/arm/mach-exynos/clock-exynos4.c index 6a45c9a9abe9..1870bee991b6 100644 --- a/arch/arm/mach-exynos/clock-exynos4.c +++ b/arch/arm/mach-exynos/clock-exynos4.c @@ -576,6 +576,10 @@ static struct clk exynos4_init_clocks_off[] = { .enable = exynos4_clk_ip_peril_ctrl, .ctrlbit = (1 << 15), }, { + .name = "tmu_apbif", + .enable = exynos4_clk_ip_perir_ctrl, + .ctrlbit = (1 << 17), + }, { .name = "keypad", .enable = exynos4_clk_ip_perir_ctrl, .ctrlbit = (1 << 16), |