Re: [PATCH 07/10] arm64: dts: add the Marvell Armada 3700 family and a development board
From: Mark Rutland
Date: Tue Feb 02 2016 - 13:35:15 EST
> + memory {
> + device_type = "memory";
> + /* use only 256 MB on the 512 MB available */
> + reg = <0x00000000 0x00000000 0x00000000 0x10000000>;
> + };
It would be good to comment as to why we can't use 256M of the memory.
Otherwise this looks fine.
Mark.