Skip to content
  • Dinh Nguyen's avatar
    arm: socfpga: set the mpuclk divider in the Altera group register · a45526aa
    Dinh Nguyen authored
    
    
    The mpuclk register in the Altera group of the clock manager
    divides the mpu_clk that is generated from the C0 output of the main
    pll.
    
    Without this patch, the default value of the register is 1, so the mpuclk
    will always get divided by 2 if the correct value is not set. For example,
    on the Arria5 socdk board, the MPU clock is only 525 MHz, and it should be
    1.05 GHz.
    
    Signed-off-by: default avatarDinh Nguyen <dinguyen@kernel.org>
    a45526aa