can: tcan4x5x: Rename ID registers to match datasheet
The datasheet calls these registers ID1 and ID2. Rename these to avoid confusion. Signed-off-by: Markus Schneider-Pargmann <msp@baylibre.com> Reviewed-by: Michal Kubiak <michal.kubiak@intel.com> Link: https://lore.kernel.org/all/20230728141923.162477-5-msp@baylibre.com Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
This commit is contained in:
committed by
Marc Kleine-Budde
parent
c1b17ea7dd
commit
0d6f3b25ac
@@ -6,8 +6,8 @@
|
||||
|
||||
#define TCAN4X5X_EXT_CLK_DEF 40000000
|
||||
|
||||
#define TCAN4X5X_DEV_ID0 0x00
|
||||
#define TCAN4X5X_DEV_ID1 0x04
|
||||
#define TCAN4X5X_DEV_ID1 0x00
|
||||
#define TCAN4X5X_DEV_ID2 0x04
|
||||
#define TCAN4X5X_REV 0x08
|
||||
#define TCAN4X5X_STATUS 0x0C
|
||||
#define TCAN4X5X_ERROR_STATUS_MASK 0x10
|
||||
|
||||
Reference in New Issue
Block a user