public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Lukasz Majewski <l.majewski@samsung.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 08/10] exynos: dts: Enable LCD for snow
Date: Thu, 27 Mar 2014 18:23:07 +0100	[thread overview]
Message-ID: <20140327182307.2ed5cfb5@amdc2363> (raw)
In-Reply-To: <1395856590-21917-9-git-send-email-sjg@chromium.org>

Hi Simon,

> Enable LCD for snow. This is a 1366 x 768 panel.
> 
> Signed-off-by: Simon Glass <sjg@chromium.org>
> ---
> 
>  arch/arm/dts/exynos5250-snow.dts | 44
> ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44
> insertions(+)
> 
> diff --git a/arch/arm/dts/exynos5250-snow.dts
> b/arch/arm/dts/exynos5250-snow.dts index 42a687b..725a1bf 100644
> --- a/arch/arm/dts/exynos5250-snow.dts
> +++ b/arch/arm/dts/exynos5250-snow.dts
> @@ -192,4 +192,48 @@
>  			/* UP      LEFT    */
>  			0x070b0067 0x070c0069>;
>  	};
> +
> +	fimd at 14400000 {
> +		samsung,vl-freq = <60>;
> +		samsung,vl-col = <1366>;
> +		samsung,vl-row = <768>;
> +		samsung,vl-width = <1366>;
> +		samsung,vl-height = <768>;
> +
> +		samsung,vl-clkp;
> +		samsung,vl-dp;
> +		samsung,vl-hsp;
> +		samsung,vl-vsp;
> +
> +		samsung,vl-bpix = <4>;
> +
> +		samsung,vl-hspw = <32>;
> +		samsung,vl-hbpd = <80>;
> +		samsung,vl-hfpd = <48>;
> +		samsung,vl-vspw = <5>;
> +		samsung,vl-vbpd = <14>;
> +		samsung,vl-vfpd = <3>;
> +		samsung,vl-cmd-allow-len = <0xf>;
> +
> +		samsung,winid = <0>;
> +		samsung,interface-mode = <1>;
> +		samsung,dp-enabled = <1>;
> +		samsung,dual-lcd-enabled = <0>;
> +	};
> +

I can only now regret that we have not stick to the Linux kernel DTS
format and be ABI compatible with Linux (and add u-boot specific
bindings as an extension).

Now unfortunately it is too late.

> +	dp at 145b0000 {
> +		samsung,lt-status = <0>;
> +
> +		samsung,master-mode = <0>;
> +		samsung,bist-mode = <0>;
> +		samsung,bist-pattern = <0>;
> +		samsung,h-sync-polarity = <0>;
> +		samsung,v-sync-polarity = <0>;
> +		samsung,interlaced = <0>;
> +		samsung,color-space = <0>;
> +		samsung,dynamic-range = <0>;
> +		samsung,ycbcr-coeff = <0>;
> +		samsung,color-depth = <1>;
> +	};
> +
>  };

Reviewed-by: Lukasz Majewski <l.majewski@samsung.com>

-- 
Best regards,

Lukasz Majewski

Samsung R&D Institute Poland (SRPOL) | Linux Platform Group

  reply	other threads:[~2014-03-27 17:23 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-26 17:56 [U-Boot] [PATCH 0/10] Enable LCD display on snow Simon Glass
2014-03-26 17:56 ` [U-Boot] [PATCH 01/10] power: Rename CONFIG_PMIC_... to CONFIG_POWER_ Simon Glass
2014-03-27 16:32   ` Lukasz Majewski
2014-03-26 17:56 ` [U-Boot] [PATCH 02/10] power: Add support for TPS65090 PMU chip Simon Glass
2014-03-27 17:59   ` Lukasz Majewski
2014-03-30  0:14     ` Simon Glass
2014-03-31 14:33       ` Lukasz Majewski
2014-03-31 17:27         ` Simon Glass
2014-03-31 20:59           ` Lukasz Majewski
2014-03-26 17:56 ` [U-Boot] [PATCH 03/10] exynos5: Enable tps65090 on smdk5250 Simon Glass
2014-03-29 22:40   ` Ajay kumar
2014-03-30  0:22     ` Simon Glass
2014-03-26 17:56 ` [U-Boot] [PATCH 04/10] power: Explicitly select pmic device's bus Simon Glass
2014-03-27 17:33   ` Lukasz Majewski
2014-03-30  0:17     ` Simon Glass
2014-03-31  5:17       ` Heiko Schocher
2014-03-31  6:17         ` Lukasz Majewski
2014-04-01  4:58           ` Heiko Schocher
2014-03-31 14:36       ` Lukasz Majewski
2014-04-01  4:59         ` Heiko Schocher
2014-03-26 17:56 ` [U-Boot] [PATCH 05/10] exynos5: support tps65090 pmic Simon Glass
2014-03-27 12:13   ` Minkyu Kang
2014-03-30  0:18     ` Simon Glass
2014-03-27 17:28   ` Lukasz Majewski
2014-03-26 17:56 ` [U-Boot] [PATCH 06/10] exynos: Enable PSHOLD in SPL Simon Glass
2014-03-27 17:13   ` Lukasz Majewski
2014-03-26 17:56 ` [U-Boot] [PATCH 07/10] exynos: dts: Disable cros_ec interrupts due to broken GPIOs Simon Glass
2014-03-26 17:56 ` [U-Boot] [PATCH 08/10] exynos: dts: Enable LCD for snow Simon Glass
2014-03-27 17:23   ` Lukasz Majewski [this message]
2014-03-30  0:24     ` Simon Glass
2014-03-26 17:56 ` [U-Boot] [PATCH 09/10] exynos: Enable the LCD backlight " Simon Glass
2014-03-27 12:13   ` Minkyu Kang
2014-03-27 17:25   ` Lukasz Majewski
2014-03-29 22:35   ` Ajay kumar
2014-03-30  0:06     ` Simon Glass
2014-03-26 17:56 ` [U-Boot] [PATCH 10/10] initcall: Improve debugging support Simon Glass

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=20140327182307.2ed5cfb5@amdc2363 \
    --to=l.majewski@samsung.com \
    --cc=u-boot@lists.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox