linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Fix typo in DT binding documentation for i.MX IPU3
@ 2012-11-12 22:33 Martin Fuzzey
  2012-11-13  7:28 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Martin Fuzzey @ 2012-11-12 22:33 UTC (permalink / raw)
  To: linux-arm-kernel

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";
 };

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH] Fix typo in DT binding documentation for i.MX IPU3
  2012-11-12 22:33 [PATCH] Fix typo in DT binding documentation for i.MX IPU3 Martin Fuzzey
@ 2012-11-13  7:28 ` Sascha Hauer
  0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2012-11-13  7:28 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Nov 12, 2012 at 11:33:40PM +0100, Martin Fuzzey wrote:
> crtc should be crtcs in parallel display.
> 
> Signed-off-by: Martin Fuzzey <mfuzzey@gmail.com>

Acked-by: Sascha Hauer <s.hauer@pengutronix.de>

You might have to resend with Greg and dri-devel on Cc.

Sascha

> 
> ---
> 
>  .../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";
>  };
> 
> 

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-11-13  7:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-12 22:33 [PATCH] Fix typo in DT binding documentation for i.MX IPU3 Martin Fuzzey
2012-11-13  7:28 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).