ARM: at91/dt: trivial: fix USB udc compatible string
authorNicolas Ferre <nicolas.ferre@atmel.com>
Wed, 17 Jun 2015 08:59:04 +0000 (10:59 +0200)
committerKevin Hilman <khilman@linaro.org>
Wed, 1 Jul 2015 19:35:48 +0000 (12:35 -0700)
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>
Documentation/devicetree/bindings/usb/atmel-usb.txt

index 1be8d7a26c15fff480c9d9644914eeee0bec03e9..5883b73ea1b56053fbafb98f473b1f2c8a349c62 100644 (file)
@@ -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
This page took 0.038303 seconds and 5 git commands to generate.