[U-Boot] [PATCH v2 0/4] DaVinci DA8xx: tidy up clock IDs

Laurence Withers lwithers at guralp.com
Tue Jul 31 11:30:33 CEST 2012


This small series of patches tidies up the clock IDs that are used to interact
with the PLL controllers on the DaVinci DA8xx processors.

It more clearly defines the structure and meaning of the IDs and untangles some
model-specific code that can't be shared among the family. This tidying allows
three bugs to be identified and resolved:
 - on the DA850, UART2's clock may come from ASYNC3, unlike the DA830;
 - the DA830 doesn't have a DDR2/mDDR PHY, or a PLL controller for it;
 - the DSP speed reported by bdinfo was not being initialised on the DA8xx
   family.

Laurence Withers (4):
  DaVinci DA8xx: tidy up clock ID definition
  DaVinci DA850: UART2 clock ID comes from ASYNC3
  DaVinci DA8xx: replace magic number for DDR speed
  DaVinci DA8xx: fix set_cpu_clk_info()

 arch/arm/cpu/arm926ejs/davinci/cpu.c         |   22 ++++++----
 arch/arm/include/asm/arch-davinci/hardware.h |   57 +++++++++++++++++++------
 2 files changed, 57 insertions(+), 22 deletions(-)

-- 
1.7.2.5



More information about the U-Boot mailing list