clk: imx: vf610: add suspend/resume support
authorStefan Agner <stefan@agner.ch>
Thu, 10 Mar 2016 02:16:50 +0000 (18:16 -0800)
committerShawn Guo <shawnguo@kernel.org>
Thu, 31 Mar 2016 09:02:06 +0000 (17:02 +0800)
commit4cfe6aebb272d7c75a2c21ce5db3a9e10f57901a
treeef73409542b962251822ff8344a67cda1f3176a0
parent349efbeedb2b79292eee12cf6b9a2422ef93853d
clk: imx: vf610: add suspend/resume support

The clock register are lost when enterying LPSTOPx, hence provide
suspend/resume functions restoring them. The clock gates get
restored by the individual driver, hence we do not need to restore
them here.

Signed-off-by: Stefan Agner <stefan@agner.ch>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
drivers/clk/imx/clk-vf610.c