]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARM: dts: Rename memory@0 to memory
authorMichal Simek <michal.simek@xilinx.com>
Wed, 12 Aug 2015 09:25:05 +0000 (11:25 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 08:24:18 +0000 (10:24 +0200)
commit194d4150436a2e0da6881443f2c51b1243f03146
tree3734eb5eca5133a27f0d7fe79c42d14e1bca3d91
parentb2a3fc666788f1089f7bd40f3610e0014276e5db
ARM: dts: Rename memory@0 to memory

zynq-7000.dtsi include skeleton.dtsi which contains memory node with
base address and size zero. If you add memory@0 node to the platform DTS
in final DTB there are two memory nodes and U-Boot works with the first
one (with zeros) which end up in failing in dram_init because size is
zero.
Platform memory node should rewrite default memory node setup from
skeleton.dtsi that's why platfroms needs to also use memory as node name
instead of memory@0.

Reported-by: Siva Durga Prasad Paladugu <sivadur@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/dts/zynq-zc770-xm010.dts
arch/arm/dts/zynq-zc770-xm011.dts
arch/arm/dts/zynq-zc770-xm012.dts
arch/arm/dts/zynq-zc770-xm013.dts