Skip to content

Commit

Permalink
ARM: dts: correct memory size for exynos4412-odroidx
Browse files Browse the repository at this point in the history
Last megabyte of RAM is used by secure firmware and should not be accessed
by Linux kernel, so correct available memory size in DTS file.

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
  • Loading branch information
mszyprow authored and kgene committed Jul 15, 2014
1 parent 5eb3019 commit f9e45a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/exynos4412-odroidx.dts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
compatible = "hardkernel,odroid-x", "samsung,exynos4412", "samsung,exynos4";

memory {
reg = <0x40000000 0x40000000>;
reg = <0x40000000 0x3FF00000>;
};

firmware@0204F000 {
Expand Down

0 comments on commit f9e45a6

Please sign in to comment.