From: Luis Araneda Date: Thu, 12 Jul 2018 05:50:46 +0000 (-0400) Subject: ARM: dts: zynq: Fix memory size on the Zybo Z7 board X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=7d90ca6f19199a54d3f8417c5f36c50dfa0accc8;p=linux.git 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 Signed-off-by: Michal Simek --- diff --git a/arch/arm/boot/dts/zynq-zybo-z7.dts b/arch/arm/boot/dts/zynq-zybo-z7.dts index be40be9b72227..ea67afbe8335f 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 {