bus: ti-sysc: Do not disable on suspend for no-idle
authorTony Lindgren <tony@atomide.com>
Thu, 2 Jul 2020 20:57:14 +0000 (13:57 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 22 Jul 2020 07:34:07 +0000 (09:34 +0200)
commit20dac5a3eb4befab22cf3f4cf5f6d3fefe2de8ab
tree8dcc98b408c662f73bc98847c718e39d00477503
parent884462339af75cb596001fe93172abcd3e502bcb
bus: ti-sysc: Do not disable on suspend for no-idle

[ Upstream commit a55de412228cc5a2b4bf8d2a09849898102633e2 ]

If we have "ti,no-idle" specified for a module we must not disable
the the module on suspend to keep things backwards compatible.

Fixes: 386cb76681ca ("bus: ti-sysc: Handle missed no-idle property in addition to no-idle-on-init")
Reported-by: Grygorii Strashko <grygorii.strashko@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/bus/ti-sysc.c