diff options
author | Luis Araneda <luaraneda@gmail.com> | 2018-07-12 01:50:46 -0400 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2018-07-19 10:08:50 +0200 |
commit | 7d90ca6f19199a54d3f8417c5f36c50dfa0accc8 (patch) | |
tree | 1d4b9ae17a4d563427e5260b39c3b796bc117ae8 /arch/arm/boot | |
parent | 3f8ef5b04d8062dac2c8204219e597bb93fc9827 (diff) | |
download | linux-7d90ca6f19199a54d3f8417c5f36c50dfa0accc8.tar.bz2 |
ARM: dts: zynq: Fix memory size on the Zybo Z7 board
According to the reference manual, the board has two Micron
MT41K256M16HA-125 DDR3L memory ICs, which have 512 MiB each
Tested on a ZYBO-Z7-20 board
Signed-off-by: Luis Araneda <luaraneda@gmail.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/zynq-zybo-z7.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/zynq-zybo-z7.dts b/arch/arm/boot/dts/zynq-zybo-z7.dts index be40be9b7222..ea67afbe8335 100644 --- a/arch/arm/boot/dts/zynq-zybo-z7.dts +++ b/arch/arm/boot/dts/zynq-zybo-z7.dts @@ -13,7 +13,7 @@ memory@0 { device_type = "memory"; - reg = <0x0 0x20000000>; + reg = <0x0 0x40000000>; }; chosen { |