From: robertcnelson@gmail.com (Robert Nelson)
To: linux-arm-kernel@lists.infradead.org
Subject: [RFC 3/3] atmel: dt: Add supports for the lcdc support on the sama5d36ek
Date: Fri, 18 Apr 2014 09:48:51 -0500 [thread overview]
Message-ID: <CAOCHtYjkUnWiGHG6v5Op-=3AxEW9sJ9xaSWkmu6Bg-6q23L2=g@mail.gmail.com> (raw)
In-Reply-To: <1397814309-32160-4-git-send-email-jjhiblot@traphandler.com>
On Fri, Apr 18, 2014 at 4:45 AM, Jean-Jacques Hiblot
<jjhiblot@traphandler.com> wrote:
> Signed-off-by: Jean-Jacques Hiblot <jjhiblot@traphandler.com>
> ---
> arch/arm/boot/dts/sama5d36ek.dts | 27 ++++++++++++++++++++++++++-
> 1 file changed, 26 insertions(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/sama5d36ek.dts b/arch/arm/boot/dts/sama5d36ek.dts
> index 59576c6..df01037 100644
> --- a/arch/arm/boot/dts/sama5d36ek.dts
> +++ b/arch/arm/boot/dts/sama5d36ek.dts
> @@ -11,12 +11,17 @@
> #include "sama5d3xmb.dtsi"
> #include "sama5d3xdm.dtsi"
>
> +
extra space
> / {
> model = "Atmel SAMA5D36-EK";
> compatible = "atmel,sama5d36ek", "atmel,sama5d3xmb", "atmel,sama5d3xcm", "atmel,sama5d36", "atmel,sama5d3", "atmel,sama5";
>
> ahb {
> apb {
> + hlcdc: hlcdc at f0030000 {
> + status = "okay";
> + };
> +
> spi0: spi at f0004000 {
> status = "okay";
> };
> @@ -46,7 +51,27 @@
> };
> };
> };
> -
> + panel {
> + compatible = "atmel,hlcdc,panel";
> + invert-hsync;
> + invert-vsync;
> + status = "okay";
> + display-timings {
> + 800x480p60 {
> + clock-frequency = <33260000>;
> + hactive = <800>;
> + vactive = <480>;
> + hfront-porch = <168>;
> + hback-porch = <88>;
> + hsync-len = <64>;
> + vback-porch = <8>;
> + vfront-porch = <37>;
> + vsync-len = <2>;
> + hsync-active = <1>;
> + vsync-active = <1>;
> + };
> + };
> + };
> sound {
> status = "okay";
> };
> --
> 1.9.1
Feel free to merge in this patch:
https://github.com/RobertCNelson/armv7_devel/blob/v3.15.x-sama5-armv7/patches/drm/0005-atmel-dt-Add-supports-for-the-lcdc-support-on-the-sa.patch
With this commit..
All tested with sama5d31/33/34/36ek board's..
Regards,
--
Robert Nelson
http://www.rcn-ee.com/
next prev parent reply other threads:[~2014-04-18 14:48 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-18 9:45 [RFC 0/3] DRM driver for the ATMEL High end LCD controller Jean-Jacques Hiblot
2014-04-18 9:45 ` [RFC 1/3] atmel: drm: added drm driver for the atmel hlcd controller Jean-Jacques Hiblot
2014-04-18 13:21 ` Boris BREZILLON
2014-04-18 14:31 ` Robert Nelson
2014-04-19 19:03 ` Jean-Jacques Hiblot
2014-04-28 19:22 ` Boris BREZILLON
2014-05-01 6:34 ` Jean-Jacques Hiblot
2014-04-18 9:45 ` [RFC 2/3] atmel: drm: dt: Added DT entry for the atmel hlcdc found in the sama5 Jean-Jacques Hiblot
2014-04-18 9:45 ` [RFC 3/3] atmel: dt: Add supports for the lcdc support on the sama5d36ek Jean-Jacques Hiblot
2014-04-18 14:48 ` Robert Nelson [this message]
2014-04-19 19:07 ` Jean-Jacques Hiblot
2014-04-18 13:37 ` [RFC 0/3] DRM driver for the ATMEL High end LCD controller Boris BREZILLON
2014-04-23 15:36 ` Tim Niemeyer
2014-04-24 12:14 ` Boris BREZILLON
2014-04-24 12:46 ` Tim Niemeyer
2014-04-24 16:59 ` Jean-Jacques Hiblot
2014-04-30 14:31 ` Jean-Jacques Hiblot
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='CAOCHtYjkUnWiGHG6v5Op-=3AxEW9sJ9xaSWkmu6Bg-6q23L2=g@mail.gmail.com' \
--to=robertcnelson@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;
as well as URLs for NNTP newsgroup(s).