• Mehnert, Torsten's avatar
    i.MX25 GPT clock fix: ensure correct the clock source · 2012d9ca
    Mehnert, Torsten authored
    Request for comment and commit.
    
    From: T. Mehnert <t.mehnert@eckelmann.de>
    Date: Mon, 4 Jul 2011 15:53:30 +0200
    Subject: [PATCH] i.MX25 GPT clock fix: ensure correct the clock source
    
    This patch ensures, that Linux will take the correct clock source (AHB_DIV)
    for gpt in the ARM i.MX25 implementation. The currect code depends on the reset
    defaults of the CCM_MCR register. So on some boards it could happen that the
    UPLL is used for clock source, which results in faulty time behavior in Linux.
    In this case all delays or sleeps will will be faktor 1.8 too long.
    Signed-off-by: default avatarTorsten Mehnert <t.mehnert@eckelmann.de>
    Signed-off-by: default avatarSascha Hauer <s.hauer@pengutronix.de>
    2012d9ca
clock-imx25.c 10.4 KB