• David Brownell's avatar
    clock updates: support logical clock names · 0f8913ed
    David Brownell authored
    Update the DaVinci clock framework to handle clk_get(dev, name)
    better, adding davinci_clk_associate() method letting logical
    names be associated with devices.  This lets drivers move away
    from using "physical" clock names, which are changed in new chip
    versions and by adding more controller instances.
    
    Plus a few unrelated fixes to the DM355 clock tree:  it doesn't
    have IDE or EMAC, or their clocks, so don't list them.  But it
    does have two more SPI controllers ... list them instead.
    Signed-off-by: default avatarDavid Brownell <dbrownell@users.sourceforge.net>
    Signed-off-by: default avatarKevin Hilman <khilman@deeprootsystems.com>
    0f8913ed
psc.h 4.63 KB