From: Kukjin Kim <kgene.kim@samsung.com>
To: 'Prathyush K' <prathyush.k@samsung.com>,
linux-samsung-soc@vger.kernel.org
Subject: RE: [PATCH] ARM: exynos: Revise HDMI resource size
Date: Thu, 27 Dec 2012 10:34:08 -0800 [thread overview]
Message-ID: <01a801cde460$c2eae620$48c0b260$@samsung.com> (raw)
In-Reply-To: <1356596541-20457-1-git-send-email-prathyush.k@samsung.com>
Prathyush K wrote:
>
> From: Sean Paul <seanpaul@chromium.org>
>
> Reduce the HDMI resource size from 0x100000 to 0x70000 so it
> doesn't overlap the Displayport resource space.
> HDMI: (0x14530000 - 0x145A0000
> DP: (0x145B0000 - 0x145B1000)
>
> Signed-off-by: Sean Paul <seanpaul@chromium.org>
> Signed-off-by: Prathyush K <prathyush.k@samsung.com>
> ---
> arch/arm/boot/dts/exynos5250.dtsi | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/exynos5250.dtsi
> b/arch/arm/boot/dts/exynos5250.dtsi
> index 45799e8..30485de 100644
> --- a/arch/arm/boot/dts/exynos5250.dtsi
> +++ b/arch/arm/boot/dts/exynos5250.dtsi
> @@ -580,7 +580,7 @@
>
> hdmi {
> compatible = "samsung,exynos5-hdmi";
> - reg = <0x14530000 0x100000>;
> + reg = <0x14530000 0x70000>;
> interrupts = <0 95 0>;
> };
>
> --
> 1.8.0
Yes, applied, thanks.
- Kukjin
prev parent reply other threads:[~2012-12-27 18:34 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-12-27 8:22 [PATCH] ARM: exynos: Revise HDMI resource size Prathyush K
2012-12-27 18:34 ` Kukjin Kim [this message]
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='01a801cde460$c2eae620$48c0b260$@samsung.com' \
--to=kgene.kim@samsung.com \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=prathyush.k@samsung.com \
/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.