Skip to content

Commit fbe534f

Browse files
scosumarckleinebudde
authored andcommitted
can: tcan4x5x: Remove reserved register 0x814 from writable table
The mentioned register is not writable. It is reserved and should not be written. Fixes: 39dbb21 ("can: tcan4x5x: Specify separate read/write ranges") Signed-off-by: Markus Schneider-Pargmann <[email protected]> Reviewed-by: Michal Kubiak <[email protected]> Link: https://lore.kernel.org/all/[email protected] Signed-off-by: Marc Kleine-Budde <[email protected]>
1 parent e332873 commit fbe534f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/net/can/m_can/tcan4x5x-regmap.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ static const struct regmap_range tcan4x5x_reg_table_wr_range[] = {
9595
regmap_reg_range(0x000c, 0x0010),
9696
/* Device configuration registers and Interrupt Flags*/
9797
regmap_reg_range(0x0800, 0x080c),
98-
regmap_reg_range(0x0814, 0x0814),
9998
regmap_reg_range(0x0820, 0x0820),
10099
regmap_reg_range(0x0830, 0x0830),
101100
/* M_CAN */

0 commit comments

Comments
 (0)