commit | 2492b9f56b812a4556f22442272b258be1d62000 | [log] [tgz] |
---|---|---|
author | Dinh Nguyen <dinguyen@kernel.org> | Tue Jan 31 12:33:08 2017 -0600 |
committer | Marek Vasut <marex@denx.de> | Wed Feb 08 02:19:11 2017 +0100 |
tree | 7963f647342de91f3fd97aaf6c5cd16ab2916e2e | |
parent | 863af892570af10a61af6ed286c42b69a145375e [diff] |
arm: socfpga: set the mpuclk divider in the Altera group register 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: Dinh Nguyen <dinguyen@kernel.org>