commit | 275f675c24a16ea45cc78bc03ff73fd06be8bffb | [log] [tgz] |
---|---|---|
author | Paul Walmsley <paul@pwsan.com> | Tue May 18 18:40:23 2010 -0600 |
committer | Paul Walmsley <paul@pwsan.com> | Thu May 20 12:31:05 2010 -0600 |
tree | 732345d38b5fd067ee81c027ebd9542a87f27cca | |
parent | 2fd0f75cb3413105ed10041c719346ccb710fbc6 [diff] |
OMAP3: PM: PM_MPUGRPSEL writes should use GRPSEL macros, not EN macros 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>