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

usb: gadget: at91_udc: Update DT binding documentation

Three compatible strings have been added to the at91_udc driver.
Update the documentation accordingly.

Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>

authored by

Boris Brezillon and committed by
Nicolas Ferre
62b986cf f0bceab4

+5 -1
+5 -1
Documentation/devicetree/bindings/usb/atmel-usb.txt
··· 33 33 AT91 USB device controller 34 34 35 35 Required properties: 36 - - compatible: Should be "atmel,at91rm9200-udc" 36 + - compatible: Should be one of the following 37 + "atmel,at91rm9200-udc" 38 + "atmel,at91sam9260-udc" 39 + "atmel,at91sam9261-udc" 40 + "atmel,at91sam9263-udc" 37 41 - reg: Address and length of the register set for the device 38 42 - interrupts: Should contain macb interrupt 39 43 - clocks: Should reference the peripheral and the AHB clocks