commit | 84a2ab25b12d69914c96dd12e762f7ff912f9735 | [log] [tgz] |
---|---|---|
author | Lucas Stach <l.stach@pengutronix.de> | Fri Jan 25 17:24:37 2019 +0100 |
committer | Shawn Guo <shawnguo@kernel.org> | Fri Feb 01 15:04:32 2019 +0800 |
tree | 6be5989d6d5a9958e0d80206c645216aafd43d8d | |
parent | 67b9282387c579f6011a3204149d1566b79d9d60 [diff] |
arm64: imx8mq: select PM support 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> Signed-off-by: Shawn Guo <shawnguo@kernel.org>