aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTudor Ambarus <tudor.ambarus@microchip.com>2018-10-02 09:20:35 -0400
committerLudovic Desroches <ludovic.desroches@microchip.com>2018-10-03 04:26:57 -0400
commitf602b4871c5f7ac01d37d8b285ca947ba7613065 (patch)
tree96c05b33eb3e708543614a77ea0ab2ebf6890f65
parent6f270d88a0c4a11725afd8fd2001ae408733afbf (diff)
ARM: dts: at91: sama5d2_ptc_ek: fix bootloader env offsets
The offsets for the bootloader environment and its redundant partition were inverted. Fix the addresses to match our nand flash map available at: http://www.at91.com/linux4sam/pub/Linux4SAM/SambaSubsections//demo_nandflash_map_lnx4sam5x.png Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com> Signed-off-by: Ludovic Desroches <ludovic.desroches@microchip.com>
-rw-r--r--arch/arm/boot/dts/at91-sama5d2_ptc_ek.dts8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/at91-sama5d2_ptc_ek.dts b/arch/arm/boot/dts/at91-sama5d2_ptc_ek.dts
index b10dccd0958f..bb08f8344128 100644
--- a/arch/arm/boot/dts/at91-sama5d2_ptc_ek.dts
+++ b/arch/arm/boot/dts/at91-sama5d2_ptc_ek.dts
@@ -91,13 +91,13 @@
91 reg = <0x40000 0xc0000>; 91 reg = <0x40000 0xc0000>;
92 }; 92 };
93 93
94 bootloaderenv@0x100000 { 94 bootloaderenvred@0x100000 {
95 label = "bootloader env"; 95 label = "bootloader env redundant";
96 reg = <0x100000 0x40000>; 96 reg = <0x100000 0x40000>;
97 }; 97 };
98 98
99 bootloaderenvred@0x140000 { 99 bootloaderenv@0x140000 {
100 label = "bootloader env redundant"; 100 label = "bootloader env";
101 reg = <0x140000 0x40000>; 101 reg = <0x140000 0x40000>;
102 }; 102 };
103 103