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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue