lkml.org 
[lkml]   [2022]   [May]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v1 02/19] clocksource: timer-npcm7xx: Add NPCM845 timer support
    Date
    Add Nuvoton BMC NPCM845 timer support.
    The NPCM845 uses the same timer controller as the NPCM750.

    Signed-off-by: Tomer Maimon <tmaimon77@gmail.com>
    ---
    drivers/clocksource/timer-npcm7xx.c | 1 +
    1 file changed, 1 insertion(+)

    diff --git a/drivers/clocksource/timer-npcm7xx.c b/drivers/clocksource/timer-npcm7xx.c
    index a00520cbb660..1630daad4df5 100644
    --- a/drivers/clocksource/timer-npcm7xx.c
    +++ b/drivers/clocksource/timer-npcm7xx.c
    @@ -210,4 +210,5 @@ static int __init npcm7xx_timer_init(struct device_node *np)

    TIMER_OF_DECLARE(wpcm450, "nuvoton,wpcm450-timer", npcm7xx_timer_init);
    TIMER_OF_DECLARE(npcm7xx, "nuvoton,npcm750-timer", npcm7xx_timer_init);
    +TIMER_OF_DECLARE(npcm8xx, "nuvoton,npcm845-timer", npcm7xx_timer_init);

    --
    2.33.0
    \
     
     \ /
      Last update: 2022-05-22 17:58    [W:2.164 / U:0.112 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site