iio: adc: adi-axi-adc: remove regmap max register
authorNuno Sa <nuno.sa@analog.com>
Fri, 26 Apr 2024 15:42:14 +0000 (17:42 +0200)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Mon, 29 Apr 2024 19:53:26 +0000 (20:53 +0100)
commitfbc186055b41a49678ae3b2793020e67dfd8f7aa
tree6b54ac4632d4a31a11de94ad0a495e48a88bdd7c
parentc66eabcc1ca64dbf20d0758ce210a85fa83f4b21
iio: adc: adi-axi-adc: remove regmap max register

In one of the following patches, we'll have some new functionality that
requires reads/writes on registers bigger than 0x8000. Hence, as this is
an highly flexible core, don't bother in setting 'max_register' and
remove it from regmap_config.

Signed-off-by: Nuno Sa <nuno.sa@analog.com>
Link: https://lore.kernel.org/r/20240426-ad9467-new-features-v2-5-6361fc3ba1cc@analog.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/adc/adi-axi-adc.c