1. 30 12月, 2013 6 次提交
  2. 19 12月, 2013 10 次提交
  3. 13 12月, 2013 2 次提交
  4. 09 12月, 2013 2 次提交
  5. 06 12月, 2013 1 次提交
    • M
      arm: omap3: Enable clocks for peripherals only if they are used · f33b9bd3
      Michael Trimarchi 提交于
      This patch change the per_clocks_enable() function used in OMAP3
      code to enable peripherals clocks. Only required clock should be
      activated. So if the board use the uart(x) as a console we need
      to activate it. The Board's config should include define to enable
      every subsystem that the board use. For a complete list
      of affected peripherals, registers CM_FCLKEN_PER and CM_ICLKEN_PER
      should be checked.
      Right now the bootloader can enable and disable clocks for:
      uart(x) using CONFIG_SYS_NS16550
      gpio bank (x) using CONFIG_OMAP3_GPIO_X with X = { 2, 3, 4, 5, 6 }
      i2c bus using CONFIG_DRIVER_OMAP34XX_I2C.
      
      Not required gptimer(x) and mcbsp(x) for booting are disabled by default and
      are not supported by any define.
      Their activation need to included in the per_clocks_enable if the
      peripheral is included. Not booting board should enable the peripheral
      clock connected to their driver
      Signed-off-by: NMichael Trimarchi <michael@amarulasolutions.com>
      Cc: Igor Grinberg <grinberg@compulab.co.il>
      Cc: Tom Rini <trini@ti.com>
      Acked-by: NIgor Grinberg <grinberg@compulab.co.il>
      f33b9bd3
  6. 05 12月, 2013 5 次提交
  7. 04 12月, 2013 7 次提交
  8. 03 12月, 2013 6 次提交
  9. 02 12月, 2013 1 次提交