mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-29 22:16:47 +07:00
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:
parent
f65e9eacfa
commit
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,
|
||||
|
Loading…
Reference in New Issue
Block a user