All of lore.kernel.org
 help / color / mirror / Atom feed
From: YoungJun Cho <yj44.cho@samsung.com>
To: airlied@linux.ie, dri-devel@lists.freedesktop.org
Cc: devicetree@vger.kernel.org, robh+dt@kernel.org,
	pawel.moll@arm.com, mark.rutland@arm.com,
	ijc+devicetree@hellion.org.uk, galak@codeaurora.org,
	linux-samsung-soc@vger.kernel.org, thierry.reding@gmail.com,
	kyungmin.park@samsung.com, inki.dae@samsung.com,
	kgene.kim@samsung.com, jy0922.shim@samsung.com,
	sw0312.kim@samsung.com, a.hajda@samsung.com
Subject: [PATCH v4 03/14] ARM: dts: samsung-fimd: add LCD I80 interface specific properties
Date: Thu, 05 Jun 2014 15:19:43 +0900	[thread overview]
Message-ID: <1401949194-20092-4-git-send-email-yj44.cho@samsung.com> (raw)
In-Reply-To: <1401949194-20092-1-git-send-email-yj44.cho@samsung.com>

In case of using MIPI DSI based I80 interface panel,
the relevant registers should be set.
So this patch adds relevant DT bindings.

Signed-off-by: YoungJun Cho <yj44.cho@samsung.com>
Acked-by: Inki Dae <inki.dae@samsung.com>
Acked-by: Kyungmin Park <kyungmin.park@samsung.com>
---
 .../devicetree/bindings/video/samsung-fimd.txt     |   28 ++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/Documentation/devicetree/bindings/video/samsung-fimd.txt b/Documentation/devicetree/bindings/video/samsung-fimd.txt
index 2dad41b..59ff61e 100644
--- a/Documentation/devicetree/bindings/video/samsung-fimd.txt
+++ b/Documentation/devicetree/bindings/video/samsung-fimd.txt
@@ -44,6 +44,34 @@ Optional Properties:
 - display-timings: timing settings for FIMD, as described in document [1].
 		Can be used in case timings cannot be provided otherwise
 		or to override timings provided by the panel.
+- samsung,sysreg: handle to syscon used to control the system registers
+- i80-if-timings: timing configuration for lcd i80 interface support.
+  - cs-setup: clock cycles for the active period of address signal is enabled
+              until chip select is enabled.
+              If not specified, the default value(0) will be used.
+  - wr-setup: clock cycles for the active period of CS signal is enabled until
+              write signal is enabled.
+              If not specified, the default value(0) will be used.
+  - wr-active: clock cycles for the active period of CS is enabled.
+               If not specified, the default value(1) will be used.
+  - wr-hold: clock cycles for the active period of CS is disabled until write
+             signal is disabled.
+             If not specified, the default value(0) will be used.
+
+  The parameters are defined as:
+
+    VCLK(internal)  __|¯¯¯¯¯¯|_____|¯¯¯¯¯¯|_____|¯¯¯¯¯¯|_____|¯¯¯¯¯¯|_____|¯¯
+                      :            :            :            :            :
+    Address Output  --:<XXXXXXXXXXX:XXXXXXXXXXXX:XXXXXXXXXXXX:XXXXXXXXXXXX:XX
+                      | cs-setup+1 |            :            :            :
+                      |<---------->|            :            :            :
+    Chip Select     ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯|____________:____________:____________|¯¯
+                                   | wr-setup+1 |            | wr-hold+1  |
+                                   |<---------->|            |<---------->|
+    Write Enable    ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯|____________|¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
+                                                | wr-active+1|
+                                                |<---------->|
+    Video Data      ----------------------------<XXXXXXXXXXXXXXXXXXXXXXXXX>--
 
 The device node can contain 'port' child nodes according to the bindings defined
 in [2]. The following are properties specific to those nodes:
-- 
1.7.9.5

  parent reply	other threads:[~2014-06-05  6:19 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-05  6:19 [PATCH v4 00/14] drm/exynos: support LCD I80 interface display YoungJun Cho
2014-06-05  6:19 ` [PATCH v4 01/14] drm/exynos: dsi: move the EoT packets configuration point YoungJun Cho
2014-06-05  6:19 ` [PATCH v4 02/14] drm/exynos: use wait_event_timeout() for safety usage YoungJun Cho
2014-06-05  6:19 ` YoungJun Cho [this message]
2014-06-05  6:19 ` [PATCH v4 04/14] drm/exynos: add TE handler to support LCD I80 interface YoungJun Cho
2014-06-05  6:19 ` [PATCH v4 05/14] drm/exynos: dsi: " YoungJun Cho
2014-06-05  6:19 ` [PATCH v4 06/14] drm/exynos: fimd: " YoungJun Cho
2014-06-05  6:19 ` [PATCH v4 07/14] ARM: dts: exynos_dsim: add exynos5420 compatible to DT bindings YoungJun Cho
2014-06-05  6:19 ` [PATCH v4 08/14] drm/exynos: dsi: add driver data to support Exynos5420 YoungJun Cho
2014-06-05  6:19 ` [PATCH v4 09/14] ARM: dts: s6e3fa0: add DT bindings YoungJun Cho
2014-06-05  6:19 ` [PATCH v4 10/14] drm/panel: add S6E3FA0 driver YoungJun Cho
2014-06-05  6:19 ` [PATCH v4 11/14] ARM: dts: exynos4: add system register property YoungJun Cho
2014-06-05  6:19 ` [PATCH v4 12/14] ARM: dts: exynos5: " YoungJun Cho
2014-06-05  6:19 ` [PATCH v4 13/14] ARM: dts: exynos5420: add mipi-phy node YoungJun Cho
2014-06-05  6:19 ` [PATCH v4 14/14] ARM: dts: exynos5420: add dsi node YoungJun Cho
2014-06-05  8:14 ` [PATCH v4 00/14] drm/exynos: support LCD I80 interface display Inki Dae
2014-06-05  8:20   ` Thierry Reding
2014-06-05  8:43     ` Inki Dae
2014-06-05  8:51       ` Thierry Reding

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1401949194-20092-4-git-send-email-yj44.cho@samsung.com \
    --to=yj44.cho@samsung.com \
    --cc=a.hajda@samsung.com \
    --cc=airlied@linux.ie \
    --cc=devicetree@vger.kernel.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=galak@codeaurora.org \
    --cc=ijc+devicetree@hellion.org.uk \
    --cc=inki.dae@samsung.com \
    --cc=jy0922.shim@samsung.com \
    --cc=kgene.kim@samsung.com \
    --cc=kyungmin.park@samsung.com \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=pawel.moll@arm.com \
    --cc=robh+dt@kernel.org \
    --cc=sw0312.kim@samsung.com \
    --cc=thierry.reding@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.