ARM: shmobile: fix SILK board name
authorSergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Fri, 2 Oct 2015 21:53:38 +0000 (00:53 +0300)
committerSimon Horman <horms+renesas@verge.net.au>
Mon, 5 Oct 2015 03:03:31 +0000 (12:03 +0900)
Unfortunately, the SILK board bindings were not quite correct, as the  board
name should be all caps.  Fix that,  adding the board model #  in parens and
removing stray semicolon.

Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Documentation/devicetree/bindings/arm/shmobile.txt

index a9148b1dcd964f19d07783d5b84f4e0e6ac3a46e..40bb9007cd0d034a2cb45468db16a566af0277e3 100644 (file)
@@ -57,5 +57,5 @@ Boards:
     compatible = "renesas,marzen", "renesas,r8a7779"
   - Porter (M2-LCDP)
     compatible = "renesas,porter", "renesas,r8a7791"
-  - Silk
-    compatible = "renesas,silk", "renesas,r8a7794";
+  - SILK (RTP0RC7794LCB00011S)
+    compatible = "renesas,silk", "renesas,r8a7794"
This page took 0.024822 seconds and 5 git commands to generate.