Skip to content
Snippets Groups Projects
Commit ce35fc17 authored by haikun's avatar haikun Committed by Simon Glass
Browse files

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: default avatarHaikun Wang <Haikun.Wang@freescale.com>
Acked-by: default avatarSimon Glass <sjg@chromium.org>
parent ddf79f36
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment