07 Oct, 2011

1 commit

  • All SoCs provide an area of device configuration registers called the DSCR. The
    location of specific registers as well as their use varies considerably from
    implementation to implementation. Rather than having to rely on additional
    SoC-specific DSCR code for each new supported SoC, this code generalize things
    as much as possible using device tree properties. Initialization must take
    place early on (setup_arch time) in case the event timer device needs to be
    enable via the DSCR.

    Signed-off-by: Mark Salter
    Signed-off-by: Aurelien Jacquiot
    Acked-by: Arnd Bergmann

    Mark Salter