public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
From: mfuzzey@gmail.com (Martin Fuzzey)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] Fix typo in DT binding documentation for i.MX IPU3
Date: Mon, 12 Nov 2012 23:33:40 +0100	[thread overview]
Message-ID: <20121112223340.20867.75319.stgit@localhost.localdomain> (raw)

crtc should be crtcs in parallel display.

Signed-off-by: Martin Fuzzey <mfuzzey@gmail.com>

---

 .../bindings/staging/imx-drm/fsl-imx-drm.txt       |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/staging/imx-drm/fsl-imx-drm.txt b/Documentation/devicetree/bindings/staging/imx-drm/fsl-imx-drm.txt
index 07654f0..68eff34 100644
--- a/Documentation/devicetree/bindings/staging/imx-drm/fsl-imx-drm.txt
+++ b/Documentation/devicetree/bindings/staging/imx-drm/fsl-imx-drm.txt
@@ -23,7 +23,7 @@ Parallel display support
 
 Required properties:
 - compatible: Should be "fsl,imx-parallel-display"
-- crtc: the crtc this display is connected to, see below
+- crtcs: the crtc this display is connected to, see below
 Optional properties:
 - interface_pix_fmt: How this display is connected to the
   crtc. Currently supported types: "rgb24", "rgb565"
@@ -36,6 +36,6 @@ example:
 display at di0 {
 	compatible = "fsl,imx-parallel-display";
 	edid = [edid-data];
-	crtc = <&ipu 0>;
+	crtcs = <&ipu 0>;
 	interface-pix-fmt = "rgb24";
 };

             reply	other threads:[~2012-11-12 22:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-12 22:33 Martin Fuzzey [this message]
2012-11-13  7:28 ` [PATCH] Fix typo in DT binding documentation for i.MX IPU3 Sascha Hauer

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=20121112223340.20867.75319.stgit@localhost.localdomain \
    --to=mfuzzey@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox