Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4d2274c5 authored by Paul Walmsley's avatar Paul Walmsley
Browse files

OMAP2+: hwmod: fix a documentation bug with HWMOD_NO_OCP_AUTOIDLE



The documented name of the HWMOD_NO_OCP_AUTOIDLE flag was incorrect; fix it.

Signed-off-by: default avatarPaul Walmsley <paul@pwsan.com>
parent 09c35f2f
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -372,7 +372,7 @@ struct omap_hwmod_omap4_prcm {
 *     SDRAM controller, etc. XXX probably belongs outside the main hwmod file
 *     SDRAM controller, etc. XXX probably belongs outside the main hwmod file
 * HWMOD_INIT_NO_IDLE: don't idle this module at boot - important for SDRAM
 * HWMOD_INIT_NO_IDLE: don't idle this module at boot - important for SDRAM
 *     controller, etc. XXX probably belongs outside the main hwmod file
 *     controller, etc. XXX probably belongs outside the main hwmod file
 * HWMOD_NO_AUTOIDLE: disable module autoidle (OCP_SYSCONFIG.AUTOIDLE)
 * HWMOD_NO_OCP_AUTOIDLE: disable module autoidle (OCP_SYSCONFIG.AUTOIDLE)
 *     when module is enabled, rather than the default, which is to
 *     when module is enabled, rather than the default, which is to
 *     enable autoidle
 *     enable autoidle
 * HWMOD_SET_DEFAULT_CLOCKACT: program CLOCKACTIVITY bits at startup
 * HWMOD_SET_DEFAULT_CLOCKACT: program CLOCKACTIVITY bits at startup