summaryrefslogtreecommitdiffstats
path: root/drivers/soc
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2018-03-15 16:23:33 +0100
committerArnd Bergmann <arnd@arndb.de>2018-03-15 16:23:33 +0100
commit3bea9c5885d923ab6b231c55f2bf6acaf648e316 (patch)
tree9737c566fa86251e459a2e41b3bc4a47d1f72560 /drivers/soc
parent697a3a873c2cd085f8ee18e20f993e3c731e1b8d (diff)
parentf40a1e3705be23e845fbeec66acf3a6582524145 (diff)
downloadlinux-0-day-3bea9c5885d923ab6b231c55f2bf6acaf648e316.tar.gz
linux-0-day-3bea9c5885d923ab6b231c55f2bf6acaf648e316.tar.xz
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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/soc/imx/gpc.c b/drivers/soc/imx/gpc.c
index 750f931974119..c4d35f32af8d7 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 = {