OMAP3: PM: PM_MPUGRPSEL writes should use GRPSEL macros, not EN macros
authorPaul Walmsley <paul@pwsan.com>
Wed, 19 May 2010 00:40:23 +0000 (18:40 -0600)
committerPaul Walmsley <paul@pwsan.com>
Thu, 20 May 2010 18:31:05 +0000 (12:31 -0600)
Writes to the PM_*GRPSEL registers should use _GRPSEL_ macros, not _EN_ macros,
to match the TRM and guard against inadvertent error.  This patch should
not cause any functional change.

Signed-off-by: Paul Walmsley <paul@pwsan.com>
Cc: Kevin Hilman <khilman@deeprootsystems.com>
Cc: Jouni Högander <jouni.hogander@nokia.com>

No differences found