
1 Apr
2015
1 Apr
'15
5:20 a.m.
On 24 March 2015 at 21:09, Simon Glass sjg@chromium.org wrote:
On 24 March 2015 at 07:16, Haikun Wang haikun.wang@freescale.com wrote:
From: haikun haikun.wang@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@chromium.org
Applied to u-boot-dm/next, thanks!