* [PATCH] ARM: exynos: Revise HDMI resource size
@ 2012-12-27 8:22 Prathyush K
2012-12-27 18:34 ` Kukjin Kim
0 siblings, 1 reply; 2+ messages in thread
From: Prathyush K @ 2012-12-27 8:22 UTC (permalink / raw)
To: linux-samsung-soc; +Cc: kgene.kim
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* RE: [PATCH] ARM: exynos: Revise HDMI resource size
2012-12-27 8:22 [PATCH] ARM: exynos: Revise HDMI resource size Prathyush K
@ 2012-12-27 18:34 ` Kukjin Kim
0 siblings, 0 replies; 2+ messages in thread
From: Kukjin Kim @ 2012-12-27 18:34 UTC (permalink / raw)
To: 'Prathyush K', linux-samsung-soc
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-12-27 18:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-27 8:22 [PATCH] ARM: exynos: Revise HDMI resource size Prathyush K
2012-12-27 18:34 ` Kukjin Kim
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.