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

dt-bindings: atmel-can: add microchip,sam9x60-can

Add microchip,sam9x60-can to DT bindings documentation.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Acked-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/1578673089-3484-4-git-send-email-claudiu.beznea@microchip.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>

authored by

Claudiu Beznea and committed by
Alexandre Belloni
75f453f2 97f807f3

+2 -1
+2 -1
Documentation/devicetree/bindings/net/can/atmel-can.txt
··· 1 1 * AT91 CAN * 2 2 3 3 Required properties: 4 - - compatible: Should be "atmel,at91sam9263-can" or "atmel,at91sam9x5-can" 4 + - compatible: Should be "atmel,at91sam9263-can", "atmel,at91sam9x5-can" or 5 + "microchip,sam9x60-can" 5 6 - reg: Should contain CAN controller registers location and length 6 7 - interrupts: Should contain IRQ line for the CAN controller 7 8