From: Grant Likely Date: Fri, 18 Mar 2011 16:21:30 +0000 (-0600) Subject: dt: add of_platform_populate() for creating device from the device tree X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f38278bd2a9ba6ba5f468018ccd6eda16592ea63;p=pandora-kernel.git dt: add of_platform_populate() for creating device from the device tree of_platform_populate() is similar to of_platform_bus_probe() except that it strictly enforces that all device nodes must have a compatible property, and it can be used to register devices (not buses) which are children of the root node. This patch also modifies MPC5200 support to use the new function. Signed-off-by: Grant Likely --- Reading git-diff-tree failed