1. 28 11月, 2013 1 次提交
    • G
      udoo: Move and optimize platform register setting. · 953ab736
      Giuseppe Pagano 提交于
      Previous uDoo configuration adopts register settings for DDR3, clock, muxing,
      etc. taken from Nitrogen6x. uDoo schematics is rather different from that board,
      and it needs customized setting for most of the registers.
      All this changes can be considered atomical since it is part of initial support
      of the board.
      
      Patch changes uDoo configuration files path to a specific one, and adopt
      optimized value for every configured register.
      Signed-off-by: NGiuseppe Pagano <giuseppe.pagano@seco.com>
      Tested-by: NFabio Estevam <fabio.estevam@freescale.com>
      CC: Stefano Babic <sbabic@denx.de>
      CC: Fabio Estevam <fabio.estevam@freescale.com>
      953ab736
  2. 24 7月, 2013 1 次提交
  3. 26 4月, 2013 1 次提交
    • F
      nitrogen6x: Setup CCM_CCOSR register · 492938a3
      Fabio Estevam 提交于
      CKO1 drives sgtl5000 codec clock on nitrogen boards and wandboard.
      
      Doing this setup in the bootloader will allow us to remove a lot of code in
      arch/arm/mach-imx/mach-imx6q.c from the mainline kernel.
      
      Also, according to Eric Nelson: "enabling the clock <in the bootloader> will
      remove squeal after an ungraceful reboot (watchdog) if hooked up to speakers."
      Signed-off-by: NFabio Estevam <fabio.estevam@freescale.com>
      492938a3
  4. 13 3月, 2013 1 次提交