ARM: dts: add missing cpu #address-cell values
authorArnd Bergmann <arnd@arndb.de>
Mon, 10 Jun 2013 14:48:36 +0000 (16:48 +0200)
committerArnd Bergmann <arnd@arndb.de>
Mon, 10 Jun 2013 14:48:36 +0000 (16:48 +0200)
A recent series has added CPU numbers to a lot of dts files,
but unfortunately in a few cases the #address-cells
and #size-cells values are missing, which causes build warnings.
This adds the missing ones for sunxi and sama5 that I found
through build testing.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>

No differences found