can: tcan4x5x: Fix id2_register for tcan4553
Fix id2_register content for tcan4553. This slipped through my testing. Reported-by: Sean Anderson <sean.anderson@seco.com> Closes: https://lore.kernel.org/lkml/a94e6fc8-4f08-7877-2ba0-29b9c2780136@seco.com/ Fixes: 142c6dc6d9d7 ("can: tcan4x5x: Add support for tcan4552/4553") Signed-off-by: Markus Schneider-Pargmann <msp@baylibre.com> Reviewed-by: Simon Horman <horms@kernel.org> Link: https://lore.kernel.org/all/20230919095401.1312259-1-msp@baylibre.com Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
This commit is contained in:
parent
b5efb4e6fb
commit
a9967c9ad2
@ -125,7 +125,7 @@ static const struct tcan4x5x_version_info tcan4x5x_versions[] = {
|
||||
},
|
||||
[TCAN4553] = {
|
||||
.name = "4553",
|
||||
.id2_register = 0x32353534,
|
||||
.id2_register = 0x33353534,
|
||||
},
|
||||
/* generic version with no id2_register at the end */
|
||||
[TCAN4X5X] = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user