X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=drivers%2Fmisc%2Fmxs_ocotp.c;h=a42164cccdfed3ed8500245080972c4258ca7309;hb=10fa3ee09b4219e96128bf56b380a47a2b905134;hp=6f0a1d3e6da836c84ef59abc7644ca9adfda3830;hpb=bd5053ffa5b8162257537bdb79ba829372423096;p=u-boot diff --git a/drivers/misc/mxs_ocotp.c b/drivers/misc/mxs_ocotp.c index 6f0a1d3e6d..a42164cccd 100644 --- a/drivers/misc/mxs_ocotp.c +++ b/drivers/misc/mxs_ocotp.c @@ -14,7 +14,7 @@ #include #include -#include +#include #include #include #include @@ -152,6 +152,7 @@ static int mxs_ocotp_scale_hclk(bool enter, uint32_t *val) /* Return the original HCLK clock speed. */ *val = readl(&clkctrl_regs->hw_clkctrl_hbus); *val &= CLKCTRL_HBUS_DIV_MASK; + *val >>= CLKCTRL_HBUS_DIV_OFFSET; /* Scale the HCLK to 454/19 = 23.9 MHz . */ scale_val = (~19) << CLKCTRL_HBUS_DIV_OFFSET;