Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit c23a97d3 authored by Thara Gopinath's avatar Thara Gopinath Committed by Paul Walmsley
Browse files

OMAP: HWMOD: Add support for early device register into omap device layer



This patch adds support in omap device layer to register devices
as early platform devices. Certain devices needed during system boot up
like timers, gpio etc can be registered as early devices. This will
allow for them to be probed very early on during system boot up.
This patch adds a parameter is_early_device in omap_device_build.
Depending on this parameter a call to early_platform_add_devices
or platform_register_device is made.

Signed-off-by: default avatarThara Gopinath <thara@ti.com>
Signed-off-by: default avatarPaul Walmsley <paul@pwsan.com>
parent 358f0e63
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment