]> git.karo-electronics.de Git - linux-beck.git/commitdiff
serial: sh-sci: Fix compatible string in DT bindings example
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Thu, 6 Feb 2014 06:47:40 +0000 (15:47 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 13 Feb 2014 17:17:31 +0000 (09:17 -0800)
Remove the -generic suffix from the compatible string in the serial port
DT bindings example.

Cc: devicetree@vger.kernel.org
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Documentation/devicetree/bindings/serial/renesas,sci-serial.txt

index f372cf29068d9c2ace81e901c408a4c4afc9d0e7..53e6c175db6c03121fdd6e899868dcb4e2f6c1e3 100644 (file)
@@ -37,7 +37,7 @@ Example:
        };
 
        scifa0: serial@e6c40000 {
-               compatible = "renesas,scifa-r8a7790", "renesas,scifa-generic";
+               compatible = "renesas,scifa-r8a7790", "renesas,scifa";
                reg = <0 0xe6c40000 0 64>;
                interrupt-parent = <&gic>;
                interrupts = <0 144 IRQ_TYPE_LEVEL_HIGH>;