mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-18 15:06:46 +07:00
can: mcp251xfd: mcp251xfd_probe(): fix errata reference
[ Upstream commit 28eb119c042e8d3420b577b5b3ea851a111e7b2d ]
This patch fixes the reference to the errata for both the mcp2517fd
and the mcp2518fd.
Fixes: f5b84dedf7
("can: mcp25xxfd: mcp25xxfd_probe(): add SPI clk limit related errata information")
Link: https://lore.kernel.org/r/20210128104644.2982125-2-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
104463e0fa
commit
b9aa9108b6
@ -2824,7 +2824,7 @@ static int mcp251xfd_probe(struct spi_device *spi)
|
||||
spi_get_device_id(spi)->driver_data;
|
||||
|
||||
/* Errata Reference:
|
||||
* mcp2517fd: DS80000789B, mcp2518fd: DS80000792C 4.
|
||||
* mcp2517fd: DS80000792C 5., mcp2518fd: DS80000789C 4.
|
||||
*
|
||||
* The SPI can write corrupted data to the RAM at fast SPI
|
||||
* speeds:
|
||||
|
Loading…
Reference in New Issue
Block a user