aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorRoger Quadros <rogerq@ti.com>2014-09-03 14:17:32 +0300
committerTony Lindgren <tony@atomide.com>2014-09-03 14:32:35 -0700
commitf0e9fab3bcb526a45ecbae7ef7e4ceec7852cba4 (patch)
treeffd49c41d95b2c099bddc791815d5b82d9e81dfb /arch
parentARM: dts: dra7-evm: Fix i2c3 pinmux and frequency (diff)
downloadlinux-dev-f0e9fab3bcb526a45ecbae7ef7e4ceec7852cba4.tar.xz
linux-dev-f0e9fab3bcb526a45ecbae7ef7e4ceec7852cba4.zip
ARM: dts: dra7-evm: Fix 8th NAND partition's name
The 8th NAND partition should be named "NAND.u-boot-env.backup1" instead of "NAND.u-boot-env". This is to be consistent with other TI boards as well as u-boot. CC: Pekon Gupta <pekon@pek-sem.com> Signed-off-by: Roger Quadros <rogerq@ti.com> Signed-off-by: Sekhar Nori <nsekhar@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/boot/dts/dra7-evm.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/dra7-evm.dts b/arch/arm/boot/dts/dra7-evm.dts
index 42f5bc9941c7..990ee6afc4f0 100644
--- a/arch/arm/boot/dts/dra7-evm.dts
+++ b/arch/arm/boot/dts/dra7-evm.dts
@@ -483,7 +483,7 @@
reg = <0x001c0000 0x00020000>;
};
partition@7 {
- label = "NAND.u-boot-env";
+ label = "NAND.u-boot-env.backup1";
reg = <0x001e0000 0x00020000>;
};
partition@8 {