• Tony Lindgren's avatar
    bus: ti-sysc: Add support for early quirks based on register address · 42b9c5c9
    Tony Lindgren authored
    At least mcpdm needs an optional external clock enabled to function and
    this clock typically comes from the PMIC. We can detect mcpdm based on
    the interconnect target module address and set a quirk flag early.
    
    To do this, let's initialize the clocks a bit later and add a new
    function for sysc_init_early_quirks(). Note that we cannot yet enable
    the early quirks for mcpdm until the optional external clocks are
    handled in the in the following patch.
    Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
    42b9c5c9
ti-sysc.c 46.7 KB