mfd: wm5102: Fix definition of WM5102_MAX_REGISTER
Updated in latest datasheet. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
This commit is contained in:
Родитель
f65e9eacfa
Коммит
ff0decd493
|
@ -1882,7 +1882,7 @@ static bool wm5102_volatile_register(struct device *dev, unsigned int reg)
|
|||
}
|
||||
}
|
||||
|
||||
#define WM5102_MAX_REGISTER 0x1a8fff
|
||||
#define WM5102_MAX_REGISTER 0x1a9800
|
||||
|
||||
const struct regmap_config wm5102_spi_regmap = {
|
||||
.reg_bits = 32,
|
||||
|
|
Загрузка…
Ссылка в новой задаче