From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: linux-sh@vger.kernel.org
Subject: Re: [PATCH 8/8] ARM: shmobile: koelsch: Enable DU device in DT
Date: Thu, 18 Sep 2014 09:07:48 +0000 [thread overview]
Message-ID: <1927052.SdlxZDaV7B@avalon> (raw)
In-Reply-To: <1410963073-3176-9-git-send-email-laurent.pinchart+renesas@ideasonboard.com>
Hi Geert,
On Wednesday 17 September 2014 16:51:20 Geert Uytterhoeven wrote:
> On Wed, Sep 17, 2014 at 4:11 PM, Laurent Pinchart wrote:
> > --- a/arch/arm/boot/dts/r8a7791-koelsch.dts
> > +++ b/arch/arm/boot/dts/r8a7791-koelsch.dts
> > @@ -209,6 +209,46 @@
> > states = <3300000 1
> > 1800000 0>;
> > };
> > +
> > + panel {
> > + compatible = "mitsubishi,aa104xd12", "panel-dpi";
>
> This device is not present on a stock Koelsch, so I don't think it belongs
> in this DTS.
I agree. Still, it would be good to have support for that panel in mainline,
as it's commonly used by Renesas with the Koelsch board (among others). I'll
create a separate .dtsi file that developers can just include in their board
file to hook up the panel.
> > +
> > + width-mm = <210>;
> > + height-mm = <158>;
> > +
> > + panel-timing {
> > + /* 1024x768 @65Hz */
> > + clock-frequency = <65000000>;
> > + hactive = <1024>;
> > + vactive = <768>;
> > + hsync-len = <136>;
> > + hfront-porch = <20>;
> > + hback-porch = <160>;
> > + vfront-porch = <3>;
> > + vback-porch = <29>;
> > + vsync-len = <6>;
> > + };
> > +
> > + port {
> > + panel_in: endpoint {
> > + remote-endpoint = <&du_out_lvds0>;
> > + };
> > + };
> > + };
--
Regards,
Laurent Pinchart
next prev parent reply other threads:[~2014-09-18 9:07 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-17 14:11 [PATCH 8/8] ARM: shmobile: koelsch: Enable DU device in DT Laurent Pinchart
2014-09-17 14:51 ` Geert Uytterhoeven
2014-09-18 9:07 ` Laurent Pinchart [this message]
2014-09-24 9:02 ` Simon Horman
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=1927052.SdlxZDaV7B@avalon \
--to=laurent.pinchart@ideasonboard.com \
--cc=linux-sh@vger.kernel.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 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.