• P
    OMAP1: OPP: add KConfig entry for 96MHz ARM rate (using a 12MHz oscillator) · 936305a9
    Paul Walmsley 提交于
    Add KConfig entry for one of the OMAP1 DVFS rates that was missing it.
    Based on the surrounding rate KConfigs and the oscillator frequency,
    this patch marks it as valid for all OMAP1 platforms -- Richard,
    Tuukka, Tony, perhaps you can comment if this does not look right?
    
    In the long term, all of these CONFIG_OMAP_ARM_*MHZ should be removed.
    The OPP settings should be associated with the platform information in
    the structure data (perhaps by extending the omap_chip defines).  The
    selection of which rates to use should be handled at runtime; rates
    that are impossible due to xtal frequency mismatch or SoC-type
    mismatch should not be included.  If implemented correctly, this
    should save some CPU time and some memory on OMAP1 kernels.
    Reported-by: NChristoph Egger <siccegge@cs.fau.de>
    Reported-by: NThe VAMOS Research Project <vamos@i4.informatik.uni-erlangen.de>
    Cc: Marek Vasut <marek.vasut@gmail.com>
    Cc: Richard Woodruff <r-woodruff2@ti.com>
    Cc: Tuukka Tikkanen <tuukka.tikkanen@nokia.com>
    Cc: Tony Lindgren <tony@atomide.com>
    Signed-off-by: NPaul Walmsley <paul@pwsan.com>
    936305a9
Kconfig 6.9 KB