mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 14:04:54 +02:00
can: tcan4x5x: fix max register value
[ Upstream commit 6e1caaf8ed ]
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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
1a5751d58b
commit
4094194d10
|
|
@ -88,7 +88,7 @@
|
|||
|
||||
#define TCAN4X5X_MRAM_START 0x8000
|
||||
#define TCAN4X5X_MCAN_OFFSET 0x1000
|
||||
#define TCAN4X5X_MAX_REGISTER 0x8fff
|
||||
#define TCAN4X5X_MAX_REGISTER 0x8ffc
|
||||
|
||||
#define TCAN4X5X_CLEAR_ALL_INT 0xffffffff
|
||||
#define TCAN4X5X_SET_ALL_INT 0xffffffff
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user