projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f8ef5b
)
ARM: dts: zynq: Fix memory size on the Zybo Z7 board
author
Luis Araneda
<luaraneda@gmail.com>
Thu, 12 Jul 2018 05:50:46 +0000
(
01:50
-0400)
committer
Michal Simek
<michal.simek@xilinx.com>
Thu, 19 Jul 2018 08:08:50 +0000
(10:08 +0200)
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>
arch/arm/boot/dts/zynq-zybo-z7.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/zynq-zybo-z7.dts
b/arch/arm/boot/dts/zynq-zybo-z7.dts
index be40be9b722279ca2d530518a8983b4e7a6f406a..ea67afbe8335f49a0273b522005ba16bab5eece5 100644
(file)
--- 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 0x
2
0000000>;
+ reg = <0x0 0x
4
0000000>;
};
chosen {