1. 29 7月, 2014 1 次提交
  2. 19 7月, 2014 3 次提交
  3. 18 7月, 2014 3 次提交
  4. 16 7月, 2014 12 次提交
  5. 13 7月, 2014 1 次提交
  6. 11 7月, 2014 1 次提交
  7. 08 7月, 2014 3 次提交
  8. 07 7月, 2014 4 次提交
  9. 05 7月, 2014 1 次提交
  10. 04 7月, 2014 1 次提交
    • R
      ARM: dts: dra7xx-clocks: Fix the l3 and l4 clock rates · dd94324b
      Rajendra Nayak 提交于
      Without the patch:
      /debug/.../dpll_core_x2_ck/dpll_core_h12x2_ck # cat clk_rate
      532000000
      /debug/.../dpll_core_x2_ck/dpll_core_h12x2_ck/l3_iclk_div # cat clk_rate
      532000000
      /debug/.../dpll_core_x2_ck/dpll_core_h12x2_ck/l3_iclk_div/l4_root_clk_div # cat clk_rate
      532000000
      
      With the patch:
      /debug/.../dpll_core_x2_ck/dpll_core_h12x2_ck # cat clk_rate
      532000000
      /debug/.../dpll_core_x2_ck/dpll_core_h12x2_ck/l3_iclk_div # cat clk_rate
      266000000
      /debug/.../dpll_core_x2_ck/dpll_core_h12x2_ck/l3_iclk_div/l4_root_clk_div # cat clk_rate
      133000000
      
      The l3 clock derived from core DPLL is actually a divider clock,
      with the default divider set to 2. l4 then derived from l3 is a fixed factor
      clock, but the fixed divider is 2 and not 1. Which means the l3 clock is
      half of core DPLLs h12x2 and l4 is half of l3 (as seen with this patch)
      Signed-off-by: NRajendra Nayak <rnayak@ti.com>
      Signed-off-by: NTero Kristo <t-kristo@ti.com>
      dd94324b
  11. 26 6月, 2014 1 次提交
  12. 25 6月, 2014 4 次提交
  13. 24 6月, 2014 2 次提交
  14. 21 6月, 2014 3 次提交