• T
    bus: ti-sysc: re-order reset and main clock controls · bf59ebbe
    Tero Kristo 提交于
    The main clocks and reset controls have a hardware level dependency,
    where one can't transition state without the other one transitioning.
    Because we don't have the dependency implemented in software, we must
    ensure the ordering of these two is done properly; they way this is
    handled is that clocks transition on software level without delay,
    and the status is only polled on reset side. Because of this, we must
    re-order the main clock and reset handling on the ti-sysc driver.
    Signed-off-by: NTero Kristo <t-kristo@ti.com>
    Signed-off-by: NTony Lindgren <tony@atomide.com>
    bf59ebbe
ti-sysc.c 60.5 KB