Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MIPS: Octeon: Fix platform bus probing
Commit 44a7185 ("of/platform: Add common method to populate default bus") added new arch_initcall of_platform_default_populate_init() that will override device_initcall octeon_publish_devices(). This broke many OCTEON boards as important devices are not getting probed anymore (e.g. on EdgeRouter Lite the USB mass storage/rootfs is missing). Fix by changing octeon_publish_devices() to arch_initcall. Fixes: 44a7185 ("of/platform: Add common method to populate default bus") Signed-off-by: Aaro Koskinen <[email protected]> Acked-by: Rob Herring <[email protected]> Cc: David Daney <[email protected]> Cc: Kefeng Wang <[email protected]> Cc: [email protected] Cc: [email protected] Patchwork: https://patchwork.linux-mips.org/patch/14041/ Signed-off-by: Ralf Baechle <[email protected]>
- Loading branch information