]> git.baikalelectronics.ru Git - kernel.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)
commitf9891aa82d8b08dad9b6d5096ad1b104504689fc
tree6751131ceab7ab2f776b9a984986fb85c55125c6
parent72e4c32e615a387d02883753194c03c4669dc7c5
[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