aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPekon Gupta <pekon@ti.com>2014-04-22 14:32:42 +0530
committerTony Lindgren <tony@atomide.com>2014-05-06 08:48:31 -0700
commit2347152bb7684a1f7d66b62f9fd91b30939675ad (patch)
treec37edfb39d0f420179e240c325b6c3ad48240873
parentARM: dts: am335x-boneblack: remove use of ti,vcc-aux-disable-is-sleep (diff)
downloadlinux-dev-2347152bb7684a1f7d66b62f9fd91b30939675ad.tar.xz
linux-dev-2347152bb7684a1f7d66b62f9fd91b30939675ad.zip
ARM: dts: am43xx: fix starting offset of NAND.filesystem MTD partition
MTD NAND partition for file-system should start at offset=0xA00000 Signed-off-by: Pekon Gupta <pekon@ti.com> [tony@atomide.com: changed to lower case hex like we tend to use] Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r--arch/arm/boot/dts/am43x-epos-evm.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/am43x-epos-evm.dts b/arch/arm/boot/dts/am43x-epos-evm.dts
index 167dbc8494de..2836328b90c8 100644
--- a/arch/arm/boot/dts/am43x-epos-evm.dts
+++ b/arch/arm/boot/dts/am43x-epos-evm.dts
@@ -341,7 +341,7 @@
};
partition@9 {
label = "NAND.file-system";
- reg = <0x00800000 0x1F600000>;
+ reg = <0x00a00000 0x1f600000>;
};
};
};