]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[POWERPC] QE: Explicitly set address-cells and size cells for muram
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 28 Jan 2008 07:27:51 +0000 (02:27 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Mon, 28 Jan 2008 15:02:09 +0000 (09:02 -0600)
commit390167efa329d11099957108fc23d1ad15c3f37e
tree2ce8fd64951541ca4e04f27710583d90999b4e22
parent762931571edcf4067bc8f0de929752eb424b039e
[POWERPC] QE: Explicitly set address-cells and size cells for muram

Currently there are several dts that don't specify address or size
cells for the muram.  This causes dtc to use default values, one of
which is an address-cells of two, and this breaks the parsing of the
muram ranges, which is assuming an address-cells of one. For example:

Warning (reg_format): "reg" property in
/qe@e0100000/muram@10000/data-only@0 has invalid length
(8 bytes) (#address-cells == 2, #size-cells == 1)

Explicitly setting the address and size cells gets it parsed properly
and gets rid of the four dtc warnings.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/boot/dts/mpc832x_mds.dts
arch/powerpc/boot/dts/mpc832x_rdb.dts
arch/powerpc/boot/dts/mpc836x_mds.dts
arch/powerpc/boot/dts/mpc8568mds.dts