]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: OMAP3: clock data: Add missing enable/disable for EMU clock
authorJon Hunter <jon-hunter@ti.com>
Fri, 28 Dec 2012 09:10:13 +0000 (02:10 -0700)
committerPaul Walmsley <paul@pwsan.com>
Wed, 2 Jan 2013 19:07:16 +0000 (12:07 -0700)
commitd8463ca3959bd156702ac377e1926181a31ba11e
tree43b23f9b035518ac4656b0364c07f8ee47de3aa3
parent54c0ebc74aa232a5569d56c194c4fc28a8493616
ARM: OMAP3: clock data: Add missing enable/disable for EMU clock

The ETM/ETB drivers for OMAP3, enable the emu_src_ck clock in order
to access the ETM/ETB hardware. The emu_src_ck should enable the EMU
clock domain so that the ETM/ETB hardware is accessible. However,
currently when enabling the emu_src_ck the EMU clock domain is not
being enabled and so the ETM/ETB drivers are failing. Add enable/disable
clock functions to enable the EMU clock domain when enabling the
emu_src_ck.

Signed-off-by: Jon Hunter <jon-hunter@ti.com>
Signed-off-by: Paul Walmsley <paul@pwsan.com>
arch/arm/mach-omap2/cclock3xxx_data.c