commit | e160833c9fdfb08bbf526969053a4ce267400968 | [log] [tgz] |
---|---|---|
author | Tony Lindgren <tony@atomide.com> | Mon Mar 08 11:35:07 2021 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue May 11 14:47:16 2021 +0200 |
tree | 0b1970faeafa6167dbf58df792bc826f1645569d | |
parent | 6af796b4ac454aebe3973c6f771f8fd3280cdb71 [diff] |
bus: ti-sysc: Probe for l4_wkup and l4_cfg interconnect devices first [ Upstream commit 4700a00755fb5a4bb5109128297d6fd2d1272ee6 ] We want to probe l4_wkup and l4_cfg interconnect devices first to avoid issues with missing resources. Otherwise we attempt to probe l4_per devices first causing pointless deferred probe and also annoyingh renumbering of the MMC devices for example. Signed-off-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Sasha Levin <sashal@kernel.org>