1. 22 5月, 2015 1 次提交
  2. 01 5月, 2014 1 次提交
    • D
      clk: socfpga: fix clock driver for 3.15 · a30d27ed
      Dinh Nguyen 提交于
      commit [1771b10d clk: respect the clock dependencies in of_clk_init]
      exposed a flaw in the socfpga clock driver and prevents the platform
      from booting on 3.15-rc1.
      
      Because the "altr,clk-mgr" is not really a clock, it should not be using
      CLK_OF_DECLARE, instead we should be mapping the clk-mgr's base address
      one of the functional clock init function. Use the socfpga_pll_init function
      to map the clk_mgr_base_addr as this clock should always be initialized first.
      Signed-off-by: NDinh Nguyen <dinguyen@altera.com>
      Tested-by: NPavel Machek <pavel@denx.de>
      a30d27ed
  3. 27 2月, 2014 2 次提交
  4. 19 2月, 2014 1 次提交