]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: OMAP2+: hwmod: Fix wrong SYSC_TYPE1_XXX_MASK bit definitions
authorVaibhav Hiremath <hvaibhav@ti.com>
Fri, 17 Feb 2012 11:26:01 +0000 (16:56 +0530)
committerPaul Walmsley <paul@pwsan.com>
Thu, 5 Apr 2012 08:59:32 +0000 (02:59 -0600)
commit619b8949cb4a0a9acdaf47a1640b5deec75976e1
tree902dd32c555405c6d298b962e01308448f197c4f
parent40e4ec33deb26653f60834e5db33406a581dedef
ARM: OMAP2+: hwmod: Fix wrong SYSC_TYPE1_XXX_MASK bit definitions

In the SYSC_TYPE1_XXX_MASK configuration, SYSC_XXX_SHIFT macro
is used which is not defined anywhere in the kernel.
Until now the build was going through successfully, since it
is not being used anywhere in kernel.

This bug got introduced by the commit
f6efc7ff2c371de68cce581900f1d8a41d0fa9a0 ("OMAP3: hwmod: support
to specify the offset position of various SYSCONFIG register bits.")

Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
Acked-by: Benoit Cousson <b-cousson@ti.com>
Signed-off-by: Paul Walmsley <paul@pwsan.com>
arch/arm/plat-omap/include/plat/omap_hwmod.h