[U-Boot] [PATCH 3/5 v1] dm: ls1021a: dts: Change address_cells and size_cells from 2 to 1

Simon Glass sjg at chromium.org
Wed Mar 25 04:09:36 CET 2015


On 24 March 2015 at 07:16, Haikun Wang <haikun.wang at freescale.com> wrote:
> From: haikun <haikun.wang at freescale.com>
>
> Change address_cells and size_cells of root node and 'soc' node
> from 2 to 1.
>
> We backport ls1021a device tree source files from kernel to u-boot.
> Kernel files set address_cells and size_cells to 2 in order to access
> more than 4GB space.
> But we don't have this requirement now and u-boot fdtdec_get_xxx interfaces
> can't support property whose size is 'u64' completely.
> So make this change.

Or we could add that feature if you like.

Acked-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list