Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: can: mcp251x: add mcp25625 support

Fully compatible with mcp2515, the mcp25625 have integrated transceiver.

This patch add the mcp25625 to the device tree bindings documentation.

Signed-off-by: Sean Nyekjaer <sean@geanix.com>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>

authored by

Sean Nyekjaer and committed by
Marc Kleine-Budde
0df82dcd 904044dd

+1
+1
Documentation/devicetree/bindings/net/can/microchip,mcp251x.txt
··· 4 4 - compatible: Should be one of the following: 5 5 - "microchip,mcp2510" for MCP2510. 6 6 - "microchip,mcp2515" for MCP2515. 7 + - "microchip,mcp25625" for MCP25625. 7 8 - reg: SPI chip select. 8 9 - clocks: The clock feeding the CAN controller. 9 10 - interrupts: Should contain IRQ line for the CAN controller.