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

Commit 18996db2 authored by Mark Brown's avatar Mark Brown Committed by Samuel Ortiz
Browse files

mfd: Cache wm8994 chip revision



There's no need to mark the chip revision registers as volatile, it won't
change at runtime so we can cache it from the device at startup.

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: default avatarSamuel Ortiz <sameo@linux.intel.com>
parent 38a36f5a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1122,7 +1122,6 @@ static bool wm8994_volatile_register(struct device *dev, unsigned int reg)
	case WM8994_RATE_STATUS:
	case WM8958_MIC_DETECT_3:
	case WM8994_DC_SERVO_4E:
	case WM8994_CHIP_REVISION:
	case WM8994_INTERRUPT_STATUS_1:
	case WM8994_INTERRUPT_STATUS_2:
		return true;