dm: ls1021a: dts: Change address_cells and size_cells from 2 to 1
authorhaikun <haikun.wang@freescale.com>
Tue, 24 Mar 2015 13:16:31 +0000 (21:16 +0800)
committerSimon Glass <sjg@chromium.org>
Sat, 18 Apr 2015 17:11:17 +0000 (11:11 -0600)
commitce35fc17f00e3d02fbf5d2156e1ff114c9bcc1dc
tree635726cf3e86262f7ed6394487d24e31249945f1
parentddf79f3623ad3062f1653e6c075d21448ff3b2cb
dm: ls1021a: dts: Change address_cells and size_cells from 2 to 1

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.

Signed-off-by: Haikun Wang <Haikun.Wang@freescale.com>
Acked-by: Simon Glass <sjg@chromium.org>
arch/arm/dts/ls1021a-qds.dts
arch/arm/dts/ls1021a-twr.dts
arch/arm/dts/ls1021a.dtsi