All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Lad Prabhakar" <prabhakar.mahadev-lad.rj@bp.renesas.com>
To: cip-dev@lists.cip-project.org,
	Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>,
	Pavel Machek <pavel@denx.de>
Cc: Chris Paterson <chris.paterson2@renesas.com>
Subject: [cip-dev] [PATCH 1/2] dt-bindings: display: Add idk-1110wr binding
Date: Mon, 20 Apr 2020 20:50:49 +0100	[thread overview]
Message-ID: <1587412250-16752-2-git-send-email-prabhakar.mahadev-lad.rj@bp.renesas.com> (raw)
In-Reply-To: <1587412250-16752-1-git-send-email-prabhakar.mahadev-lad.rj@bp.renesas.com>

[-- Attachment #1: Type: text/plain, Size: 1927 bytes --]

Add binding for the idk-1110wr LVDS panel from Advantech.

Some panel-specific documentation can be found here:
https://buy.advantech.eu/Displays/Embedded-LCD-Kits-LCD-Kit-Modules/model-IDK-1110WR-55WSA1E.htm

This patch is based on commit d26087162857b12bd9d0424f2dea2cd9654e50a0
upstream ("dt-bindings: display: Add idk-1110wr binding") which adds yaml
bindings.

Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
---
 .../display/panel/advantech,idk-1110wr.txt         | 45 ++++++++++++++++++++++
 1 file changed, 45 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/display/panel/advantech,idk-1110wr.txt

diff --git a/Documentation/devicetree/bindings/display/panel/advantech,idk-1110wr.txt b/Documentation/devicetree/bindings/display/panel/advantech,idk-1110wr.txt
new file mode 100644
index 0000000..c5388b2
--- /dev/null
+++ b/Documentation/devicetree/bindings/display/panel/advantech,idk-1110wr.txt
@@ -0,0 +1,45 @@
+Advantech IDK-1110WR 10.1" WSVGA LVDS Display Panel
+===================================================
+
+The Advantech IDK-1110WR is a 10.1" industrial grade LCD display with
+4-wire resistive touch.
+
+These DT bindings follow the LVDS panel bindings defined in panel-lvds.txt
+with the following device-specific properties.
+
+Required properties:
+
+- compatible: Shall contain "advantech,idk-1110wr" and "panel-lvds", in that
+  order.
+
+
+Example
+-------
+
+panel {
+	compatible = "advantech,idk-1110wr", "panel-lvds";
+
+	width-mm = <223>;
+	height-mm = <125>;
+
+	data-mapping = "jeida-24";
+
+	panel-timing {
+		/* 1024x600 @60Hz */
+		clock-frequency = <51200000>;
+		hactive = <1024>;
+		vactive = <600>;
+		hsync-len = <240>;
+		hfront-porch = <40>;
+		hback-porch = <40>;
+		vsync-len = <10>;
+		vfront-porch = <15>;
+		vback-porch = <10>;
+	};
+
+	port {
+		panel_in: endpoint {
+			remote-endpoint = <&lvds_encoder>;
+		};
+	};
+};
-- 
2.7.4


[-- Attachment #2: Type: text/plain, Size: 419 bytes --]

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#4588): https://lists.cip-project.org/g/cip-dev/message/4588
Mute This Topic: https://lists.cip-project.org/mt/73158052/4520388
Group Owner: cip-dev+owner@lists.cip-project.org
Unsubscribe: https://lists.cip-project.org/g/cip-dev/leave/8129055/727948398/xyzzy  [cip-dev@archiver.kernel.org]
-=-=-=-=-=-=-=-=-=-=-=-

  reply	other threads:[~2020-04-20 19:50 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-20 19:50 [cip-dev] [PATCH 0/2] Add HiHope RZ/G2M board with idk-1110wr display Lad Prabhakar
2020-04-20 19:50 ` Lad Prabhakar [this message]
2020-04-20 20:15   ` [cip-dev] [PATCH 1/2] dt-bindings: display: Add idk-1110wr binding Pavel Machek
2020-04-21  8:19     ` Lad Prabhakar
2020-04-22  6:51       ` Pavel Machek
2020-04-20 19:50 ` [cip-dev] [PATCH 2/2] arm64: dts: renesas: Add HiHope RZ/G2M board with idk-1110wr display Lad Prabhakar
2020-04-20 20:24 ` [cip-dev] [PATCH 0/2] " Pavel Machek
2020-04-21  8:34   ` Lad Prabhakar
2020-04-22  6:51     ` Pavel Machek

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=1587412250-16752-2-git-send-email-prabhakar.mahadev-lad.rj@bp.renesas.com \
    --to=prabhakar.mahadev-lad.rj@bp.renesas.com \
    --cc=chris.paterson2@renesas.com \
    --cc=cip-dev@lists.cip-project.org \
    --cc=nobuhiro1.iwamatsu@toshiba.co.jp \
    --cc=pavel@denx.de \
    /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.