lkml.org 
[lkml]   [2020]   [Feb]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 5.4 60/96] ARM: at91: pm: use SAM9X60 PMCs compatible
    Date
    From: Claudiu Beznea <claudiu.beznea@microchip.com>

    commit 6b9dfd986a81a999a27b6ed9dbe91203089c62dd upstream.

    SAM9X60 PMC's has a different PMC. It was not integrated at the moment
    commit 01c7031cfa73 ("ARM: at91: pm: initial PM support for SAM9X60")
    was published.

    Fixes: 01c7031cfa73 ("ARM: at91: pm: initial PM support for SAM9X60")
    Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
    Link: https://lore.kernel.org/r/1576062248-18514-2-git-send-email-claudiu.beznea@microchip.com
    Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

    ---
    arch/arm/mach-at91/pm.c | 1 +
    1 file changed, 1 insertion(+)

    --- a/arch/arm/mach-at91/pm.c
    +++ b/arch/arm/mach-at91/pm.c
    @@ -751,6 +751,7 @@ static const struct of_device_id atmel_p
    { .compatible = "atmel,sama5d3-pmc", .data = &pmc_infos[1] },
    { .compatible = "atmel,sama5d4-pmc", .data = &pmc_infos[1] },
    { .compatible = "atmel,sama5d2-pmc", .data = &pmc_infos[1] },
    + { .compatible = "microchip,sam9x60-pmc", .data = &pmc_infos[1] },
    { /* sentinel */ },
    };


    \
     
     \ /
      Last update: 2020-02-13 16:45    [W:5.526 / U:0.020 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site