Skip to content

Commit

Permalink
ARM: dts: reduce total RAM by 22 MiB for exynos5422-odroidxu3
Browse files Browse the repository at this point in the history
Last 22 MiB is RAM is reserved by secure monitor code and cannot be
accessed from Linux kernel, so adjust total RAM size to 0x7EA00000
(2 GiB - 22 MiB). This fixes random 'imprecise kernel abort' kernel
failures.

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Reviewed-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Signed-off-by: Kukjin Kim <kgene@kernel.org>
  • Loading branch information
Marek Szyprowski authored and Kukjin Kim committed Jan 24, 2015
1 parent e0fc8de commit 6591a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/exynos5422-odroidxu3.dts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
compatible = "hardkernel,odroid-xu3", "samsung,exynos5800", "samsung,exynos5";

memory {
reg = <0x40000000 0x80000000>;
reg = <0x40000000 0x7EA00000>;
};

chosen {
Expand Down

0 comments on commit 6591a02

Please sign in to comment.