of/mips: Add device tree support to MIPS
authorDezhong Diao <dediao@cisco.com>
Wed, 13 Oct 2010 06:52:46 +0000 (00:52 -0600)
committerGrant Likely <grant.likely@secretlab.ca>
Thu, 21 Oct 2010 17:10:10 +0000 (11:10 -0600)
commitf2ffa5ab74f4dfd598860f96ca37a71c4d0a28a8
treebe560fcb0633ab1e7c4cc0ff9e016e82f33c5712
parent32c97689c46b272302053778f1a6c2facb0e220c
of/mips: Add device tree support to MIPS

Add the ability to enable CONFIG_OF on the MIPS architecture.

Signed-off-by: Dezhong Diao <dediao@cisco.com>
[grant.likely@secretlab.ca: cleared out obsolete hooks,
removed ARCH_HAS_DEVTREE_MEM,
remove __init tags from header file,
removed debugfs support hunk]
[ddaney@linux-mips.org: backed out over aggressive trimming of hooks]
Acked-by: Ralf Baechle <ralf@linux-mips.org>
Tested-by: David Daney <ddaney@caviumnetworks.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
arch/mips/Kconfig
arch/mips/include/asm/irq.h
arch/mips/include/asm/prom.h [new file with mode: 0644]
arch/mips/kernel/Makefile
arch/mips/kernel/prom.c [new file with mode: 0644]
arch/mips/kernel/setup.c