commit | d6bafb9b821a3a5ddeb600a9fd015085760d818e | [log] [tgz] |
---|---|---|
author | Catalin Marinas <catalin.marinas@arm.com> | Fri Dec 07 17:47:17 2012 +0000 |
committer | Catalin Marinas <catalin.marinas@arm.com> | Tue Jan 22 17:51:00 2013 +0000 |
tree | f53465c9797a5dcc2a44c9b8411c48756ec3929d | |
parent | f1b99392caf120d7533da260318fae0eb5053737 [diff] |
arm64: Populate the platform devices This patch add a device_initcall() to populate the platform devices (of_default_bus_match_table). This allows SoC implementations that do not require earlier initcalls to avoid any platform-specific code under arch/arm64. GIC and generic timer initialisation is done via FDT and CPU notifiers independently of the SoC code. Signed-off-by: Catalin Marinas <catalin.marinas@arm.com> Acked-by: Arnd Bergmann <arnd@arndb.de>