]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[POWERPC] Fix cell's mmio nvram to properly parse device tree
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Thu, 11 Jan 2007 05:08:41 +0000 (16:08 +1100)
committerPaul Mackerras <paulus@samba.org>
Mon, 22 Jan 2007 10:27:35 +0000 (21:27 +1100)
commit6984ee797a8798128e94ab2447c8ed91f0156eb5
tree6751131ceab7ab2f776b9a984986fb85c55125c6
parent4ef6e68117e93111590d9d4ada1a282304241169
[POWERPC] Fix cell's mmio nvram to properly parse device tree

The mmio nvram driver (used by cell only atm) isn't properly parsing
the device-tree, meaning that nvram isn't found correctly on the new
Cell blades.  It works ok for old blades where the nvram is at the
root of the device tree but fails on Malta and CAB when it's hanging
off axon.  This fixes it by using the proper OF parsing functions.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/sysdev/mmio_nvram.c