soc: imx: gpcv2: handle additional power-down bits in handshake register
authorLucas Stach <l.stach@pengutronix.de>
Mon, 17 Dec 2018 15:31:51 +0000 (16:31 +0100)
committerShawn Guo <shawnguo@kernel.org>
Fri, 11 Jan 2019 07:12:38 +0000 (15:12 +0800)
commitb798d5a1b0eaf276f463262284e58a29b451063c
treeb9a9c4d6fc008b2806cd46880f268be7c99add90
parentbfeffd155283772bbe78c6a05dec7c0128ee500c
soc: imx: gpcv2: handle additional power-down bits in handshake register

Some of the i.MX8MQ domains have an additional control bit in the PU
handshake (HSK) register. Documentation about this bit is a bit sparse
at the moment, but it seems that it controls a power-down request to
the AMBA domain bridge (ADB-400) attached to those domains.

As the documentation doesn't desribe the usage of this bit yet, handle
it in the same way as done in the ATF implementation.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
drivers/soc/imx/gpcv2.c