1. 04 3月, 2014 1 次提交
  2. 22 2月, 2014 1 次提交
  3. 19 2月, 2014 1 次提交
  4. 19 12月, 2013 3 次提交
    • L
      ARM: AM43xx: GP_EVM: Add support for DDR3 · b5e01eec
      Lokesh Vutla 提交于
      GP EVM has 1GB DDR3 attached(Part no: MT41K512M8RH).
      Adding details for the same.
      Below is the brief description of DDR3 init sequence(SW leveling):
      -> Enable VTT regulator
      -> Configure VTP
      -> Configure DDR IO settings
      -> Disable initialization and refreshes until EMIF registers are programmed.
      -> Program Timing registers
      -> Program leveling registers
      -> Program PHY control and Temp alert and ZQ config registers.
      -> Enable initialization and refreshes and configure SDRAM CONFIG register
      Signed-off-by: NLokesh Vutla <lokeshvutla@ti.com>
      b5e01eec
    • L
      ARM: AM43xx: clocks: Update DPLL details · cf04d032
      Lokesh Vutla 提交于
      Updating the Multiplier and Dividers value for all DPLLs.
      Safest OPP is read from DEV ATTRIBUTE register. Accoring to the value
      returned the MPU DPLL is locked.
      At different OPPs follwoing are the MPU locked frequencies.
      OPP50	300MHz
      OPP100	600MHz
      OPP120	720MHz
      OPPTB	800MHz
      OPPNT	1000MHz
      According to the latest DM following is the OPP table dependencies:
      	VDD_CORE 	VDD_MPU
      	OPP50		OPP50
      	OPP50 		OPP100
      	OPP100		OPP50
      	OPP100		OPP100
      	OPP100		OPP120
      So at different OPPs of MPU it is safest to lock CORE at OPP_NOM.
      Following are the DPLL locking frequencies at OPP NOM:
      Core locks at 1000MHz
      Per locks at 960MHz
      LPDDR2 locks at 266MHz
      DDR3 locks at 400MHz
      
      Touching AM33xx files also to get DPLL values specific to board but no
      functionality difference.
      Signed-off-by: NLokesh Vutla <lokeshvutla@ti.com>
      cf04d032
    • L
      ARM: AM43xx: mux: Update mux data · 4892495e
      Lokesh Vutla 提交于
      Updating the mux data for UART, adding data for i2c0 and mmc.
      And also updating pad_signals structure.
      Signed-off-by: NLokesh Vutla <lokeshvutla@ti.com>
      4892495e
  5. 15 8月, 2013 1 次提交