From 5f645699fa9b9dcbb9d4c30f365e1d5030dd32e0 Mon Sep 17 00:00:00 2001 From: Jerry Xu Date: Mon, 31 Jul 2017 17:45:19 +0800 Subject: [PATCH] drm/panel: simple: Documentation: add description of same properties Change-Id: I94eba21a76c10b7ce71031c2070388642f4cabbe Signed-off-by: Jerry Xu --- .../bindings/display/panel/simple-panel.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Documentation/devicetree/bindings/display/panel/simple-panel.txt b/Documentation/devicetree/bindings/display/panel/simple-panel.txt index 02adef125f1a..0f4cf438afaa 100644 --- a/Documentation/devicetree/bindings/display/panel/simple-panel.txt +++ b/Documentation/devicetree/bindings/display/panel/simple-panel.txt @@ -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>; -- 2.34.1