Skip to content
Commit 29d4f8a4 authored by Grant Likely's avatar Grant Likely
Browse files

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.

Signed-off-by: default avatarGrant Likely <grant.likely@secretlab.ca>
parent cbb49c26
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment