Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 378f64ec authored by Mark Brown's avatar Mark Brown Committed by Samuel Ortiz
Browse files

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: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: default avatarSamuel Ortiz <sameo@linux.intel.com>
parent dc9913a0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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: