aboutsummaryrefslogtreecommitdiff
path: root/arch/openrisc/kernel/prom.c
AgeCommit message (Collapse)AuthorFilesLines
2011-07-22OpenRISC: Device treeJonas Bonn1-0/+108
The OpenRISC architecture uses the device tree infrastructure for the platform description. This is currently limited to having a device tree built into the kernel, but work is underway within the OpenRISC project to define how this device tree blob should be passed into the kernel from an external resource. Patch contains a single example DTS file to go with the defconfig for or1ksim. Signed-off-by: Jonas Bonn <[email protected]> Cc: [email protected] Reviewed-by: Arnd Bergmann <[email protected]>