• David Brownell's avatar
    more clock/mux splitting: ASP/ASoC · da57d706
    David Brownell authored
    Decouple ASP clk_*() calls from pinmmux for DM355 and DM6446.
    This removes the need for dm355_psc_mux(), and is a net minor
    source and runtime code shrink.
    
    Note that this keeps the ASoC-related board setup code together,
    but unfortunately that still doesn't live in mach-davinci with
    all the other board setup logic.  On my DM6446 EVM this muxing
    is needed; u-boot doesn't.  On the DM355 EVM, it isn't needed;
    u-boot sets that up.  I have no idea if SFFSDR boards need it.
    Signed-off-by: default avatarDavid Brownell <dbrownell@users.sourceforge.net>
    da57d706
davinci-evm.c 6.4 KB