* [PATCH v2] arm64: imx8mq: select PM support
@ 2019-01-25 16:24 Lucas Stach
2019-02-01 7:04 ` Shawn Guo
0 siblings, 1 reply; 2+ messages in thread
From: Lucas Stach @ 2019-01-25 16:24 UTC (permalink / raw)
To: Shawn Guo
Cc: Fabio Estevam, patchwork-lst, NXP Linux Team,
Pengutronix Kernel Team, linux-arm-kernel
The ATF on the i.MX8MQ device disables all non-essential power
domains. For correct on-SoC peripheral operation we need both
the power domain driver and generic domains, so device driver
probe gets ordered behind the power domain controller driver.
Select those options, as those being absent can lead to very
hard to debug failures.
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
---
v2:
- keep list sorted
- properly select PM
---
arch/arm64/Kconfig.platforms | 3 +++
1 file changed, 3 insertions(+)
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index f4e45c52aea4..8c2fc4bb20a5 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -147,6 +147,9 @@ config ARCH_MXC
select ARM64_ERRATUM_843419
select ARM64_ERRATUM_845719
select IMX_GPCV2
+ select IMX_GPCV2_PM_DOMAINS
+ select PM
+ select PM_GENERIC_DOMAINS
help
This enables support for the ARMv8 based SoCs in the
NXP i.MX family.
--
2.20.1
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH v2] arm64: imx8mq: select PM support
2019-01-25 16:24 [PATCH v2] arm64: imx8mq: select PM support Lucas Stach
@ 2019-02-01 7:04 ` Shawn Guo
0 siblings, 0 replies; 2+ messages in thread
From: Shawn Guo @ 2019-02-01 7:04 UTC (permalink / raw)
To: Lucas Stach
Cc: Fabio Estevam, patchwork-lst, NXP Linux Team,
Pengutronix Kernel Team, linux-arm-kernel
On Fri, Jan 25, 2019 at 05:24:37PM +0100, Lucas Stach wrote:
> The ATF on the i.MX8MQ device disables all non-essential power
> domains. For correct on-SoC peripheral operation we need both
> the power domain driver and generic domains, so device driver
> probe gets ordered behind the power domain controller driver.
>
> Select those options, as those being absent can lead to very
> hard to debug failures.
>
> Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Applied, thanks.
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-02-01 7:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-25 16:24 [PATCH v2] arm64: imx8mq: select PM support Lucas Stach
2019-02-01 7:04 ` Shawn Guo
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).