diff options
author | Arnd Bergmann <arnd@arndb.de> | 2018-03-15 16:23:33 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2018-03-15 16:23:33 +0100 |
commit | 3bea9c5885d923ab6b231c55f2bf6acaf648e316 (patch) | |
tree | 9737c566fa86251e459a2e41b3bc4a47d1f72560 /drivers/soc | |
parent | cpufreq: scmi: add thermal dependency (diff) | |
parent | soc: imx: gpc: ARM power domain should be always-on (diff) | |
download | linux-3bea9c5885d923ab6b231c55f2bf6acaf648e316.tar.xz linux-3bea9c5885d923ab6b231c55f2bf6acaf648e316.zip |
Merge tag 'imx-drivers-4.17' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into next/drivers
Pull "i.MX drivers update for 4.17" from Shawn Guo:
- Set GENPD_FLAG_ALWAYS_ON flag for ARM power domain to avoid incorrect
power state in sysfs pm_genpd_summary output.
* tag 'imx-drivers-4.17' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux:
soc: imx: gpc: ARM power domain should be always-on
Diffstat (limited to 'drivers/soc')
-rw-r--r-- | drivers/soc/imx/gpc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/soc/imx/gpc.c b/drivers/soc/imx/gpc.c index 750f93197411..c4d35f32af8d 100644 --- a/drivers/soc/imx/gpc.c +++ b/drivers/soc/imx/gpc.c @@ -254,6 +254,7 @@ static struct imx_pm_domain imx_gpc_domains[] = { { .base = { .name = "ARM", + .flags = GENPD_FLAG_ALWAYS_ON, }, }, { .base = { |