Skip to content

Commit

Permalink
ARM: at91/dt: trivial: fix USB udc compatible string
Browse files Browse the repository at this point in the history
To please checkpatch and the tiresome reader, add the "atmel," prefix to the
USB udc compatible string.

Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Cc: <stable@vger.kernel.org>  #4.0+
Signed-off-by: Kevin Hilman <khilman@linaro.org>
  • Loading branch information
Nicolas Ferre authored and Kevin Hilman committed Jul 1, 2015
1 parent 593aae2 commit 50f0a44
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Documentation/devicetree/bindings/usb/atmel-usb.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ Atmel High-Speed USB device controller

Required properties:
- compatible: Should be one of the following
"at91sam9rl-udc"
"at91sam9g45-udc"
"sama5d3-udc"
"atmel,at91sam9rl-udc"
"atmel,at91sam9g45-udc"
"atmel,sama5d3-udc"
- reg: Address and length of the register set for the device
- interrupts: Should contain usba interrupt
- clocks: Should reference the peripheral and host clocks
Expand Down

0 comments on commit 50f0a44

Please sign in to comment.