* [PATCH] ARM: dts: exynos4210-trats: Split memory into 4 sections
@ 2012-10-09 10:39 Tomasz Figa
2012-10-15 14:18 ` Kukjin Kim
0 siblings, 1 reply; 3+ messages in thread
From: Tomasz Figa @ 2012-10-09 10:39 UTC (permalink / raw)
To: linux-arm-kernel
Since the maximum section size on mach-exynos is set to 256MiB, boards
with memory configuration defined using sections bigger than 256MiB will
fail to boot with a kernel panic.
This patch modifies the dts file of Samsung Trats board to define four
sections of 256MiB instead of two of 512MiB to fix the boot problem.
Signed-off-by: Tomasz Figa <t.figa@samsung.com>
---
arch/arm/boot/dts/exynos4210-trats.dts | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/arch/arm/boot/dts/exynos4210-trats.dts b/arch/arm/boot/dts/exynos4210-trats.dts
index 73567b8..a21511c 100644
--- a/arch/arm/boot/dts/exynos4210-trats.dts
+++ b/arch/arm/boot/dts/exynos4210-trats.dts
@@ -20,8 +20,10 @@
compatible = "samsung,trats", "samsung,exynos4210";
memory {
- reg = <0x40000000 0x20000000
- 0x60000000 0x20000000>;
+ reg = <0x40000000 0x10000000
+ 0x50000000 0x10000000
+ 0x60000000 0x10000000
+ 0x70000000 0x10000000>;
};
chosen {
--
1.7.12
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH] ARM: dts: exynos4210-trats: Split memory into 4 sections
2012-10-09 10:39 [PATCH] ARM: dts: exynos4210-trats: Split memory into 4 sections Tomasz Figa
@ 2012-10-15 14:18 ` Kukjin Kim
2012-10-15 14:28 ` Tomasz Figa
0 siblings, 1 reply; 3+ messages in thread
From: Kukjin Kim @ 2012-10-15 14:18 UTC (permalink / raw)
To: linux-arm-kernel
Tomasz Figa wrote:
>
> Since the maximum section size on mach-exynos is set to 256MiB, boards
> with memory configuration defined using sections bigger than 256MiB will
> fail to boot with a kernel panic.
>
I don't think so and it works fine in my side. Probably, the reason of
kernel panic you said is not a maximum sections size?
> This patch modifies the dts file of Samsung Trats board to define four
> sections of 256MiB instead of two of 512MiB to fix the boot problem.
>
BTW, if this patch can fix the problem, OK, I will apply this for now.
Thanks.
Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.
> Signed-off-by: Tomasz Figa <t.figa@samsung.com>
> ---
> arch/arm/boot/dts/exynos4210-trats.dts | 6 ++++--
> 1 file changed, 4 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm/boot/dts/exynos4210-trats.dts
> b/arch/arm/boot/dts/exynos4210-trats.dts
> index 73567b8..a21511c 100644
> --- a/arch/arm/boot/dts/exynos4210-trats.dts
> +++ b/arch/arm/boot/dts/exynos4210-trats.dts
> @@ -20,8 +20,10 @@
> compatible = "samsung,trats", "samsung,exynos4210";
>
> memory {
> - reg = <0x40000000 0x20000000
> - 0x60000000 0x20000000>;
> + reg = <0x40000000 0x10000000
> + 0x50000000 0x10000000
> + 0x60000000 0x10000000
> + 0x70000000 0x10000000>;
> };
>
> chosen {
> --
> 1.7.12
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH] ARM: dts: exynos4210-trats: Split memory into 4 sections
2012-10-15 14:18 ` Kukjin Kim
@ 2012-10-15 14:28 ` Tomasz Figa
0 siblings, 0 replies; 3+ messages in thread
From: Tomasz Figa @ 2012-10-15 14:28 UTC (permalink / raw)
To: linux-arm-kernel
Hi Kgene,
On Monday 15 of October 2012 23:18:23 Kukjin Kim wrote:
> Tomasz Figa wrote:
> > Since the maximum section size on mach-exynos is set to 256MiB, boards
> > with memory configuration defined using sections bigger than 256MiB
> > will fail to boot with a kernel panic.
>
> I don't think so and it works fine in my side. Probably, the reason of
> kernel panic you said is not a maximum sections size?
I have tested on arm-soc/for-next with exynos4_defconfig on Trats with DT
and it does not work without this patch. Applying this patch makes it
work.
> > This patch modifies the dts file of Samsung Trats board to define four
> > sections of 256MiB instead of two of 512MiB to fix the boot problem.
>
> BTW, if this patch can fix the problem, OK, I will apply this for now.
Yes, please.
Best regards,
--
Tomasz Figa
Samsung Poland R&D Center
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20121015/f3c038e7/attachment-0001.html>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-10-15 14:28 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-09 10:39 [PATCH] ARM: dts: exynos4210-trats: Split memory into 4 sections Tomasz Figa
2012-10-15 14:18 ` Kukjin Kim
2012-10-15 14:28 ` Tomasz Figa
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox