]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: OMAP2+: Add HAVE_ARM_SCU for AM43XX
authorDave Gerlach <d-gerlach@ti.com>
Fri, 10 Jul 2015 21:05:48 +0000 (16:05 -0500)
committerTony Lindgren <tony@atomide.com>
Wed, 15 Jul 2015 10:03:01 +0000 (03:03 -0700)
commit5dfa605d65340c550dfbb90cd9b3dbff646dc0ec
tree1344814302af1fa01d66378ad1467a99b020e973
parented4cac23e357a712e6bfca0ccb19b5d727b1628e
ARM: OMAP2+: Add HAVE_ARM_SCU for AM43XX

CONFIG_HAVE_ARM_SCU only gets selected if CONFIG_SMP is selected in an OMAP
system, however AM43XX needs this option regardless of CONFIG_SMP and also
for an AM43XX only build as it is important for controlling power in the SoC.
Without this we cannot suspend the CPU for SoC suspend or cpuidle. The
ARM Cortex A9 needs SCU CPU Power Status bits to be set to off mode in order
for the PRCM to transition the MPU to low power modes.

Signed-off-by: Dave Gerlach <d-gerlach@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/Kconfig