devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/5] powerpc/pm: Fix suspend=n in menuconfig for e500mc platforms.
@ 2018-03-29  1:31 Ran Wang
  2018-03-29  1:31 ` [PATCH 2/5] drivers/soc/fsl: add EPU FSM configuration for deep sleep Ran Wang
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Ran Wang @ 2018-03-29  1:31 UTC (permalink / raw)
  To: Benjamin Herrenschmidt, Paul Mackerras, Michael Ellerman,
	Rob Herring, Mark Rutland, Scott Wood, Kumar Gala, Li Yang
  Cc: Zhao Chenhui, linuxppc-dev, linux-kernel, devicetree,
	linux-arm-kernel, Ran Wang

Also, unselect FSL_PMC which is for older platfroms instead.

Signed-off-by: Ran Wang <ran.wang_1@nxp.com>
---
 arch/powerpc/Kconfig |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
index 73ce5dd..ed60c83 100644
--- a/arch/powerpc/Kconfig
+++ b/arch/powerpc/Kconfig
@@ -316,7 +316,7 @@ config ARCH_HIBERNATION_POSSIBLE
 config ARCH_SUSPEND_POSSIBLE
 	def_bool y
 	depends on ADB_PMU || PPC_EFIKA || PPC_LITE5200 || PPC_83xx || \
-		   (PPC_85xx && !PPC_E500MC) || PPC_86xx || PPC_PSERIES \
+		   FSL_SOC_BOOKE || PPC_86xx || PPC_PSERIES \
 		   || 44x || 40x
 
 config PPC_DCR_NATIVE
@@ -940,8 +940,6 @@ config FSL_PCI
 
 config FSL_PMC
 	bool
-	default y
-	depends on SUSPEND && (PPC_85xx || PPC_86xx)
 	help
 	  Freescale MPC85xx/MPC86xx power management controller support
 	  (suspend/resume). For MPC83xx see platforms/83xx/suspend.c
-- 
1.7.1

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-04-10 19:57 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-29  1:31 [PATCH 1/5] powerpc/pm: Fix suspend=n in menuconfig for e500mc platforms Ran Wang
2018-03-29  1:31 ` [PATCH 2/5] drivers/soc/fsl: add EPU FSM configuration for deep sleep Ran Wang
2018-03-29  1:31 ` [PATCH 3/5] powerpc/cache: add cache flush operation for various e500 Ran Wang
2018-03-29  1:31 ` [PATCH 4/5] powerpc/pm: add sleep and deep sleep on QorIQ SoCs Ran Wang
2018-04-03  4:32   ` kbuild test robot
2018-03-29  1:31 ` [PATCH 5/5] powerpc:dts:pm: add power management node Ran Wang
2018-04-10 19:57   ` Li Yang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).