hwmon: (tps23861) define regmap max register
authorRobert Marko <robert.marko@sartura.hr>
Wed, 9 Jun 2021 22:07:26 +0000 (00:07 +0200)
committerGuenter Roeck <linux@roeck-us.net>
Thu, 10 Jun 2021 15:36:19 +0000 (08:36 -0700)
commitfb8543fb863e89baa433b4d716d73395caa1b7f4
tree3329c7cc5b5f37e02323240d4d574230d0d8455d
parent78d13552346289bad4a9bf8eabb5eec5e5a321a5
hwmon: (tps23861) define regmap max register

Define the max register address the device supports.
This allows reading the whole register space via
regmap debugfs, without it only register 0x0 is visible.

This was forgotten in the original driver commit.

Fixes: fff7b8ab2255 ("hwmon: add Texas Instruments TPS23861 driver")
Signed-off-by: Robert Marko <robert.marko@sartura.hr>
Link: https://lore.kernel.org/r/20210609220728.499879-1-robert.marko@sartura.hr
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/tps23861.c