Commits
Dong Aisheng committed fad61838644
drivers: base: move devices pm to tail when driver bound Only moving device pm to tail for defer probe is not enough because the device driver may be probed out of order without defer probe due to different driver init levels. Let's move the device pm to tail in the driver bound to ensure the device pm sequence is exactly the same as its probe sequence. Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>