diff options
author | Wei WANG <wei_wang@realsil.com.cn> | 2013-08-20 02:18:55 -0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2013-08-20 04:22:01 -0400 |
commit | eb891c65c9c87e55f728d95bcc514dea337aed12 (patch) | |
tree | 691325f4eb2d39ab93db3490e6d15d37840ab405 /drivers/mfd/rtl8411.c | |
parent | 0ccc0065c90284f283314e52a96e76ae8a8dce0a (diff) |
mfd: rtsx: Configure to enter a deeper power-saving mode in S3
Set a bit to enable rts5227 and rts5249 to enter a deeper internal
power-saving mode in S3, and recover it after resuming.
Signed-off-by: Wei WANG <wei_wang@realsil.com.cn>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd/rtl8411.c')
-rw-r--r-- | drivers/mfd/rtl8411.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/rtl8411.c b/drivers/mfd/rtl8411.c index d183fa002338..37367fb1c11b 100644 --- a/drivers/mfd/rtl8411.c +++ b/drivers/mfd/rtl8411.c | |||
@@ -86,7 +86,7 @@ static void rtl8411b_fetch_vendor_settings(struct rtsx_pcr *pcr) | |||
86 | map_sd_drive(rtl8411b_reg_to_sd30_drive_sel_3v3(reg)); | 86 | map_sd_drive(rtl8411b_reg_to_sd30_drive_sel_3v3(reg)); |
87 | } | 87 | } |
88 | 88 | ||
89 | static void rtl8411_force_power_down(struct rtsx_pcr *pcr) | 89 | static void rtl8411_force_power_down(struct rtsx_pcr *pcr, u8 pm_state) |
90 | { | 90 | { |
91 | rtsx_pci_write_register(pcr, FPDCTL, 0x07, 0x07); | 91 | rtsx_pci_write_register(pcr, FPDCTL, 0x07, 0x07); |
92 | } | 92 | } |