summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/omap3-ldp.dts
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2014-11-05 09:21:23 -0800
committerTony Lindgren <tony@atomide.com>2014-11-05 12:17:10 -0800
commit9dec11f5d813fd3755c1dce45add3afb73ee6318 (patch)
tree2b01b2ff1d44187ae0c9dabf89a54fd6ddc02698 /arch/arm/boot/dts/omap3-ldp.dts
parentaa25729cfd9709156661bea0f9293deb7729f57a (diff)
downloadlinux-9dec11f5d813fd3755c1dce45add3afb73ee6318.tar.bz2
ARM: dts: Fix NAND last partition size on LDP
Fix the following warning during the boot: mtd: partition "Filesystem" extends beyond the end of device "omap2-nand.0" -- size truncated to 0x6000000 Looks like I got the last partition size wrong while setting up the .dts file. Note that this does not affect the partition as the size has been getting truncated to the right size. Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/omap3-ldp.dts')
-rw-r--r--arch/arm/boot/dts/omap3-ldp.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/omap3-ldp.dts b/arch/arm/boot/dts/omap3-ldp.dts
index 72dca0b7904d..f7a45deaaa32 100644
--- a/arch/arm/boot/dts/omap3-ldp.dts
+++ b/arch/arm/boot/dts/omap3-ldp.dts
@@ -141,7 +141,7 @@
};
partition@2000000 {
label = "Filesystem";
- reg = <0x2000000 0xe000000>;
+ reg = <0x2000000 0x6000000>;
};
};