On 10/12/2010 11:48 PM, Grant Likely wrote:
From: Dezhong Diao<dediao@xxxxxxxxx> Add the ability to enable CONFIG_OF on the MIPS architecture. Signed-off-by: Dezhong Diao<dediao@xxxxxxxxx> [grant.likely@xxxxxxxxxxxx: cleared out obsolete hooks, removed ARCH_HAS_DEVTREE_MEM from being manually selected, remove __init tags from header file] Signed-off-by: Grant Likely<grant.likely@xxxxxxxxxxxx> Cc: linux-mips@xxxxxxxxxxxxxx Cc: David Daney<ddaney@xxxxxxxxxxxxxxxxxx> Cc: David VomLehn<dvomlehn@xxxxxxxxx>
As I mentioned in my reply to 1/2, this seems to work, Tested-by: David Daney <ddaney@xxxxxxxxxxxxxxxxxx>
--- I've not tested this on anything, but I picked up the MIPS device tree patch written by Dezhong and updated it to match the changes in mainline. I also half-heartedly tried to rebase the powertv support patch, didn't get very far due to the refactoring in arch/mips/powertv/memory.c Anyway, please take a look and give it a spin. If it looks good, then I can add it into my -next branch. g.
[...]