Commit 70e42186 authored by Nicolas Ferre's avatar Nicolas Ferre Committed by Greg Kroah-Hartman

ARM: at91/dt: trivial: fix USB udc compatible string

commit 50f0a449 upstream.

To please checkpatch and the tiresome reader, add the "atmel," prefix to the
USB udc compatible string.
Signed-off-by: default avatarNicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: default avatarKevin Hilman <khilman@linaro.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 6e853d15
...@@ -60,9 +60,9 @@ Atmel High-Speed USB device controller ...@@ -60,9 +60,9 @@ Atmel High-Speed USB device controller
Required properties: Required properties:
- compatible: Should be one of the following - compatible: Should be one of the following
"at91sam9rl-udc" "atmel,at91sam9rl-udc"
"at91sam9g45-udc" "atmel,at91sam9g45-udc"
"sama5d3-udc" "atmel,sama5d3-udc"
- reg: Address and length of the register set for the device - reg: Address and length of the register set for the device
- interrupts: Should contain usba interrupt - interrupts: Should contain usba interrupt
- ep childnode: To specify the number of endpoints and their properties. - ep childnode: To specify the number of endpoints and their properties.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment