diff options
author | Nicolas Ferre <nicolas.ferre@atmel.com> | 2015-06-17 10:59:04 +0200 |
---|---|---|
committer | Kevin Hilman <khilman@linaro.org> | 2015-07-01 12:35:48 -0700 |
commit | 50f0a44991516b5b9744ecb2c080c2ec6ad21b25 (patch) | |
tree | 6404669bd3c64a48bd67a87d90124f04bce89591 /Documentation | |
parent | 593aae214240d44bdb8ae3ebf38451812a92b9a6 (diff) | |
download | blackbird-op-linux-50f0a44991516b5b9744ecb2c080c2ec6ad21b25.tar.gz blackbird-op-linux-50f0a44991516b5b9744ecb2c080c2ec6ad21b25.zip |
ARM: at91/dt: trivial: fix USB udc compatible string
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>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/usb/atmel-usb.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/devicetree/bindings/usb/atmel-usb.txt b/Documentation/devicetree/bindings/usb/atmel-usb.txt index 1be8d7a26c15..5883b73ea1b5 100644 --- a/Documentation/devicetree/bindings/usb/atmel-usb.txt +++ b/Documentation/devicetree/bindings/usb/atmel-usb.txt @@ -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 |