All of lore.kernel.org
 help / color / mirror / Atom feed
* [RESEND PATCH 1/2] ARM: at91/dt: trivial: fix USB udc compatible string
@ 2015-06-17  8:59 ` Nicolas Ferre
  0 siblings, 0 replies; 9+ messages in thread
From: Nicolas Ferre @ 2015-06-17  8:59 UTC (permalink / raw)
  To: linux-arm-kernel

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+
---
 Documentation/devicetree/bindings/usb/atmel-usb.txt | 6 +++---
 1 file 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
-- 
2.1.3

^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2015-07-02  7:54 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-17  8:59 [RESEND PATCH 1/2] ARM: at91/dt: trivial: fix USB udc compatible string Nicolas Ferre
2015-06-17  8:59 ` Nicolas Ferre
2015-06-17  8:59 ` [RESEND PATCH 2/2] ARM: at91/dt: update udc compatible strings Nicolas Ferre
2015-06-17  8:59   ` Nicolas Ferre
2015-07-01 20:35   ` Kevin Hilman
2015-07-01 20:35     ` Kevin Hilman
2015-07-02  7:53     ` Nicolas Ferre
2015-07-02  7:53       ` Nicolas Ferre
2015-07-02  7:53       ` Nicolas Ferre

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.