can: tcan4x5x: fix max register value
This patch fixes the max register value for the regmap. Reviewed-by: Dan Murphy <dmurphy@ti.com> Tested-by: Sean Nyekjaer <sean@geanix.com> Link: https://lore.kernel.org/r/20201215231746.1132907-12-mkl@pengutronix.de Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
This commit is contained in:
parent
bf722fdd3b
commit
6e1caaf8ed
@ -12,7 +12,7 @@
|
||||
#define TCAN4X5X_WRITE_CMD (0x61 << 24)
|
||||
#define TCAN4X5X_READ_CMD (0x41 << 24)
|
||||
|
||||
#define TCAN4X5X_MAX_REGISTER 0x8fff
|
||||
#define TCAN4X5X_MAX_REGISTER 0x8ffc
|
||||
|
||||
static int tcan4x5x_regmap_gather_write(void *context, const void *reg,
|
||||
size_t reg_len, const void *val,
|
||||
|
Loading…
Reference in New Issue
Block a user