summaryrefslogtreecommitdiff
path: root/arch/arc/boot/dts/axc003.dtsi
diff options
context:
space:
mode:
authorVineet Gupta <vgupta@synopsys.com>2015-01-23 18:10:26 +0530
committerVineet Gupta <vgupta@synopsys.com>2015-10-28 16:13:42 +0530
commitf759ee57b205223e98fdc97e26cbef305b8048e1 (patch)
tree1ceaee0601c6eac98954b1f62a57d69af51c43f3 /arch/arc/boot/dts/axc003.dtsi
parent483bcc99c0a349570b30fc9cb20dea20c9387a4b (diff)
ARC: Ensure DT mem base is same as what kernel is built with
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/boot/dts/axc003.dtsi')
-rw-r--r--arch/arc/boot/dts/axc003.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arc/boot/dts/axc003.dtsi b/arch/arc/boot/dts/axc003.dtsi
index 846481f37eef..f90fadf7f94e 100644
--- a/arch/arc/boot/dts/axc003.dtsi
+++ b/arch/arc/boot/dts/axc003.dtsi
@@ -98,6 +98,6 @@
#size-cells = <1>;
ranges = <0x00000000 0x80000000 0x40000000>;
device_type = "memory";
- reg = <0x00000000 0x20000000>; /* 512MiB */
+ reg = <0x80000000 0x20000000>; /* 512MiB */
};
};