]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/mach-socfpga/include/mach/clock_manager.h
arm: socfpga: set the mpuclk divider in the Altera group register
[u-boot] / arch / arm / mach-socfpga / include / mach / clock_manager.h
index 2675951a3e2526ff6811cb7be009464521d7d436..803c9262201b3d35de4e0130f7517e433644e8bc 100644 (file)
@@ -55,6 +55,9 @@ struct cm_config {
        uint32_t ddr2xdqsclk;
        uint32_t ddrdqclk;
        uint32_t s2fuser2clk;
+
+       /* altera group */
+       uint32_t altera_grp_mpuclk;
 };
 
 void cm_basic_init(const struct cm_config * const cfg);