Skip to content
  1. Jul 22, 2014
  2. Jul 19, 2014
  3. Jul 18, 2014
  4. Jul 15, 2014
  5. Jul 14, 2014
  6. Jul 13, 2014
  7. Jul 11, 2014
  8. Jul 09, 2014
  9. Jul 08, 2014
  10. Jul 07, 2014
  11. Jul 05, 2014
  12. Jul 04, 2014
    • Rajendra Nayak's avatar
      ARM: dts: dra7xx-clocks: Fix the l3 and l4 clock rates · dd94324b
      Rajendra Nayak authored
      
      
      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: default avatarRajendra Nayak <rnayak@ti.com>
      Signed-off-by: default avatarTero Kristo <t-kristo@ti.com>
      dd94324b
  13. Jun 26, 2014
  14. Jun 25, 2014
  15. Jun 24, 2014
  16. Jun 21, 2014
  17. Jun 19, 2014
  18. Jun 17, 2014