dt-bindings: display: add missing semicolon in example
authorAkinobu Mita <akinobu.mita@gmail.com>
Fri, 8 Feb 2019 07:51:33 +0000 (16:51 +0900)
committerRob Herring <robh@kernel.org>
Thu, 28 Feb 2019 17:41:23 +0000 (11:41 -0600)
Add missing semicolon in example for Sitronix ST7735R display panels.

Cc: Rob Herring <robh@kernel.org>
Cc: Noralf Trønnes <noralf@tronnes.org>
Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
Reviewed-by: Noralf Trønnes <noralf@tronnes.org>
Signed-off-by: Rob Herring <robh@kernel.org>
Documentation/devicetree/bindings/display/sitronix,st7735r.txt

index f0a5090..cd5c718 100644 (file)
@@ -20,7 +20,7 @@ Example:
        backlight: backlight {
                compatible = "gpio-backlight";
                gpios = <&gpio 44 GPIO_ACTIVE_HIGH>;
-       }
+       };
 
        ...