Commit 0d6f3b25 authored by Markus Schneider-Pargmann's avatar Markus Schneider-Pargmann Committed by Marc Kleine-Budde

can: tcan4x5x: Rename ID registers to match datasheet

The datasheet calls these registers ID1 and ID2. Rename these to avoid
confusion.
Signed-off-by: default avatarMarkus Schneider-Pargmann <msp@baylibre.com>
Reviewed-by: default avatarMichal Kubiak <michal.kubiak@intel.com>
Link: https://lore.kernel.org/all/20230728141923.162477-5-msp@baylibre.comSigned-off-by: default avatarMarc Kleine-Budde <mkl@pengutronix.de>
parent c1b17ea7
...@@ -6,8 +6,8 @@ ...@@ -6,8 +6,8 @@
#define TCAN4X5X_EXT_CLK_DEF 40000000 #define TCAN4X5X_EXT_CLK_DEF 40000000
#define TCAN4X5X_DEV_ID0 0x00 #define TCAN4X5X_DEV_ID1 0x00
#define TCAN4X5X_DEV_ID1 0x04 #define TCAN4X5X_DEV_ID2 0x04
#define TCAN4X5X_REV 0x08 #define TCAN4X5X_REV 0x08
#define TCAN4X5X_STATUS 0x0C #define TCAN4X5X_STATUS 0x0C
#define TCAN4X5X_ERROR_STATUS_MASK 0x10 #define TCAN4X5X_ERROR_STATUS_MASK 0x10
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment