1. 23 9月, 2016 1 次提交
  2. 07 7月, 2016 1 次提交
    • J
      i.MX: split the GPT timer implementation into per SOC definitions · 66542f63
      Jean-Christophe Dubois 提交于
      In various Freescale SOCs, the GPT timers can be configured to select
      its input clock.
      
      Depending on the SOC the set of available input clocks may vary.
      
      The actual single GPT definition was no good enough and because of it
      booting the sabrelite board with a i.MX6DL device tree would fail
      because of an incorrect input clock definition for the i.MX6DL SOC.
      
      This patch fixes the i.MX6DL boot failure by adding the ability to
      define a different set of input clocks depending on the considered SOC.
      
      A different class has been defined for i.MX25, i.MX31 and i.MX6 each with
      its specific set of input clocks.
      
      The patch has been tested by booting KZM, i.MX25 PDK, i.MX6Q sabrelite
      and i.MX6DL sabrelite.
      Signed-off-by: NJean-Christophe Dubois <jcd@tribudubois.net>
      Message-id: 1467325619-8374-1-git-send-email-jcd@tribudubois.net
      Reviewed-by: NPeter Maydell <peter.maydell@linaro.org>
      [PMM: fixed spacing round '/' operator]
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      66542f63
  3. 19 5月, 2016 1 次提交
  4. 17 3月, 2016 1 次提交