diff options
author | Sean Nyekjaer <sean@geanix.com> | 2019-05-07 12:34:37 +0300 |
---|---|---|
committer | Marc Kleine-Budde <mkl@pengutronix.de> | 2019-06-08 00:03:53 +0300 |
commit | 0df82dcd55832a99363ab7f9fab954fcacdac3ae (patch) | |
tree | dbf4cb32ebe8c5c02a6dfbfcef2fe73b4c52605f /Documentation/devicetree/bindings/net/can/microchip,mcp251x.txt | |
parent | 904044dd8fff43e289c11a2f90fa532e946a1d8b (diff) | |
download | linux-0df82dcd55832a99363ab7f9fab954fcacdac3ae.tar.xz |
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>
Diffstat (limited to 'Documentation/devicetree/bindings/net/can/microchip,mcp251x.txt')
-rw-r--r-- | Documentation/devicetree/bindings/net/can/microchip,mcp251x.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/net/can/microchip,mcp251x.txt b/Documentation/devicetree/bindings/net/can/microchip,mcp251x.txt index 188c8bd4eb67..5a0111d4de58 100644 --- a/Documentation/devicetree/bindings/net/can/microchip,mcp251x.txt +++ b/Documentation/devicetree/bindings/net/can/microchip,mcp251x.txt @@ -4,6 +4,7 @@ Required properties: - compatible: Should be one of the following: - "microchip,mcp2510" for MCP2510. - "microchip,mcp2515" for MCP2515. + - "microchip,mcp25625" for MCP25625. - reg: SPI chip select. - clocks: The clock feeding the CAN controller. - interrupts: Should contain IRQ line for the CAN controller. |