drm/panel: simple: Documentation: add description of same properties
authorJerry Xu <xbl@rock-chips.com>
Mon, 31 Jul 2017 09:45:19 +0000 (17:45 +0800)
committerHuang, Tao <huangtao@rock-chips.com>
Thu, 3 Aug 2017 12:20:16 +0000 (20:20 +0800)
Change-Id: I94eba21a76c10b7ce71031c2070388642f4cabbe
Signed-off-by: Jerry Xu <xbl@rock-chips.com>
Documentation/devicetree/bindings/display/panel/simple-panel.txt

index 02adef125f1add89d50d5c873f1c2954b79a1c14..0f4cf438afaa242fb373d33f27230d61c9cc1635 100644 (file)
@@ -21,6 +21,11 @@ Optional properties when compatible is a dsi devices:
 - dsi,lanes: number of active data lanes
 - reset-gpios: GPIO pin to reset the panel
 - reset-delay-ms: reset pulse width
+- init-delay-ms: take for send command to panel
+- enable-delay-ms: takes for the panel to display
+- prepare-delay-ms: take for the panel to receive video data
+- disable-delay-ms: takes for the panel to power off
+- unprepare-delay-ms: take for the panel to display off
 - panel-init-sequence: A byte stream formed by simple multiple dcs packets.
        byte 0: dcs data type
        byte 1: wait number of specified ms after dcs command transmitted
@@ -53,7 +58,13 @@ Or:
                enable-gpios = <&gpio 90 0>;
 
                reset-gpios = <&gpio 91 0>;
+
                reset-delay-ms = <20>;
+               init-delay-ms = <20>;
+               enable-delay-ms = <20>;
+               prepare-delay-ms = <20>;
+               disable-delay-ms = <20>;
+               unprepare-delay-ms = <20>;
 
                backlight = <&backlight>;