Skip to content
Commit 76f0f772 authored by Tony Lindgren's avatar Tony Lindgren
Browse files

bus: ti-sysc: Improve handling for no-reset-on-init and no-idle-on-init



At least earlycon needs a delayed idle before the 8250 driver probes
to avoid glitches in the console output. Let's handle the delayed idle
for devices tagged with ti,no-reset-on-init and ti,no-idle-on-init with
delayed_work. Others don't need it, and there should be no need to use
runtime PM autosuspend for the interconnect target driver as it's the
child device drivers that should configure it.

Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 3bb37c8e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment