]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ARM: OMAP2+: AM33xx: hwmod: add missing HWMOD_NO_IDLEST flags
authorHebbar Gururaja <gururaja.hebbar@ti.com>
Fri, 8 Feb 2013 15:21:10 +0000 (08:21 -0700)
committerPaul Walmsley <paul@pwsan.com>
Fri, 8 Feb 2013 15:21:10 +0000 (08:21 -0700)
commit092bda62772dd0018bf48f2554f8f16348f16410
treee747525e90772a48d94c364b7e364a795dcd4e24
parent9652d19afc23b80509e23f1d7c3f37786e50e401
ARM: OMAP2+: AM33xx: hwmod: add missing HWMOD_NO_IDLEST flags

struct omap_hwmod records belonging to wkup m3 domain is missing
HWMOD_NO_IDLEST flags; add them.

This patch is a prerequisite for a subsequent patch, 'ARM: OMAP2:
am33xx-hwmod: Fix "register offset NULL check" bug'.  That patch would
otherwise attempt to read from reserved bits.

Signed-off-by: Hebbar Gururaja <gururaja.hebbar@ti.com>
[paul@pwsan.com: add some more explanation in the patch description]
Signed-off-by: Paul Walmsley <paul@pwsan.com>
arch/arm/mach-omap2/omap_hwmod_33xx_data.c