mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-10 07:00:48 +00:00
mfd: Correct readability of WM8994 DC servo 4E register
It should be marked as readable but wasn't, breaking DC servo operation. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
This commit is contained in:
parent
dc9913a050
commit
378f64ec8a
@ -806,6 +806,7 @@ static bool wm1811_readable_register(struct device *dev, unsigned int reg)
|
||||
case WM8994_DC_SERVO_2:
|
||||
case WM8994_DC_SERVO_READBACK:
|
||||
case WM8994_DC_SERVO_4:
|
||||
case WM8994_DC_SERVO_4E:
|
||||
case WM8994_ANALOGUE_HP_1:
|
||||
case WM8958_MIC_DETECT_1:
|
||||
case WM8958_MIC_DETECT_2:
|
||||
|
Loading…
x
Reference in New Issue
Block a user