commit | d26eef8b725da620980ee20f7812f4488a206483 | [log] [tgz] |
---|---|---|
author | Anson Huang <b20788@freescale.com> | Tue Jan 06 18:50:22 2015 +0800 |
committer | Eduardo Valentin <edubezval@gmail.com> | Tue Jan 06 09:35:15 2015 -0400 |
tree | aa77e88d276f8a3b2451ccbba1a232de46eb1f60 | |
parent | 5a723e81923410f0d3ae4c38974607b13befdda9 [diff] |
Thermal: imx: add clk disable/enable for suspend/resume Thermal sensor's clk is from pll3_usb_otg, per hardware design requirement, need to make sure pll3_usb_otg is disabled before STOP mode is entered, otherwise, all PFDs under it may enter incorrect state, this patch disables pll3_usb_otg before suspend and enables it after resume. Signed-off-by: Anson Huang <b20788@freescale.com> Signed-off-by: Eduardo Valentin <edubezval@gmail.com>