Commit be79cf2f authored by Mark Brown's avatar Mark Brown

mfd: Don't hard code the reset value for WM8994 devices

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: default avatarSamuel Ortiz <sameo@linux.intel.com>
parent 26c34c25
...@@ -276,7 +276,8 @@ static int wm8994_suspend(struct device *dev) ...@@ -276,7 +276,8 @@ static int wm8994_suspend(struct device *dev)
/* Explicitly put the device into reset in case regulators /* Explicitly put the device into reset in case regulators
* don't get disabled in order to ensure consistent restart. * don't get disabled in order to ensure consistent restart.
*/ */
wm8994_reg_write(wm8994, WM8994_SOFTWARE_RESET, 0x8994); wm8994_reg_write(wm8994, WM8994_SOFTWARE_RESET,
wm8994_reg_read(wm8994, WM8994_SOFTWARE_RESET));
wm8994->suspended = true; wm8994->suspended = true;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment