counter/ti-eqep: Fix regmap max_register
authorDavid Lechner <david@lechnology.com>
Sun, 25 Oct 2020 16:51:22 +0000 (11:51 -0500)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sun, 1 Nov 2020 17:17:31 +0000 (17:17 +0000)
commit271b339236e1c0e6448bc1cafeaedcb529324bf0
tree06d5d1c71d071461f35db04b54df94ef282a16d4
parent695e2f5c289bb7f8b85351dcfa35fa236e0200a4
counter/ti-eqep: Fix regmap max_register

The values given were the offset of the register after the last
register instead of the actual last register in each range. Fix
by using the correct last register of each range.

Fixes: f213729f6796 ("counter: new TI eQEP driver")
Signed-off-by: David Lechner <david@lechnology.com>
Acked-by: William Breathitt Gray <vilhelm.gray@gmail.com>
Link: https://lore.kernel.org/r/20201025165122.607866-1-david@lechnology.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/counter/ti-eqep.c