summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorSteffen Trumtrar <s.trumtrar@pengutronix.de>2019-08-19 12:00:47 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2019-08-19 15:43:36 +0200
commit78299ee9f0489376368c137a44b9b9adb08d3962 (patch)
treec03e9d1587fde425b42eb1c0452b44c891588367 /arch
parentda7695b6189747212c3d7ac9a67728677c089478 (diff)
downloadbarebox-78299ee9f0489376368c137a44b9b9adb08d3962.tar.gz
barebox-78299ee9f0489376368c137a44b9b9adb08d3962.tar.xz
ARM: Arria10: achilles: fix offsets in node names
The node names do not match the actual reg values. Fix this up. Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/dts/socfpga_arria10_achilles.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/dts/socfpga_arria10_achilles.dts b/arch/arm/dts/socfpga_arria10_achilles.dts
index e94a321999..585ac20e1e 100644
--- a/arch/arm/dts/socfpga_arria10_achilles.dts
+++ b/arch/arm/dts/socfpga_arria10_achilles.dts
@@ -226,12 +226,12 @@
compatible = "fixed-partitions";
#size-cells = <1>;
#address-cells = <1>;
- environment_mmc: partition@178000 {
+ environment_mmc: partition@300000 {
label = "environment";
reg = <0x300000 0x8000>;
};
- state_mmc: partition@180000 {
+ state_mmc: partition@400000 {
label = "state";
reg = <0x400000 0x8000>;
};