lkml.org 
[lkml]   [2016]   [Oct]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 4.8 016/140] cpufreq: ti: Use generic platdev driver
    Date
    4.8-stable review patch.  If anyone has any objections, please let me know.

    ------------------

    From: Dave Gerlach <d-gerlach@ti.com>

    commit e01072d22d4e7f9ca966f848def22fe41eaef4de upstream.

    Now that the cpufreq-dt-platdev is used to create the cpufreq-dt platform
    device for all OMAP platforms and the platform code that did it
    before has been removed, add ti,am33xx and ti,dra7xx to the machine list
    in cpufreq-dt-platdev which had relied on the removed platform code to do
    this previously.

    Fixes: 7694ca6e1d6f (cpufreq: omap: Use generic platdev driver)
    Signed-off-by: Dave Gerlach <d-gerlach@ti.com>
    Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
    Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

    ---
    drivers/cpufreq/cpufreq-dt-platdev.c | 2 ++
    1 file changed, 2 insertions(+)

    --- a/drivers/cpufreq/cpufreq-dt-platdev.c
    +++ b/drivers/cpufreq/cpufreq-dt-platdev.c
    @@ -68,6 +68,8 @@ static const struct of_device_id machine

    { .compatible = "sigma,tango4" },

    + { .compatible = "ti,am33xx", },
    + { .compatible = "ti,dra7", },
    { .compatible = "ti,omap2", },
    { .compatible = "ti,omap3", },
    { .compatible = "ti,omap4", },

    \
     
     \ /
      Last update: 2016-10-26 14:24    [W:4.463 / U:0.016 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site