1. 01 3月, 2014 1 次提交
    • D
      ARM: dts: sbc-t3x: refactor DT support · d234e423
      Dmitry Lifshitz 提交于
      Refactor the sbc-t3x device tree as a preparation for additional
      (sbc-t3530, sbc-t3517, etc.) boards support.
      
      No functional changes.
      
      The device tree will have the following structure:
      
      omap3-cm-t3x.dtsi
       |
       |<-- omap3-cm-t3x30.dtsi
       |     |
       |     |
       |     |     -----                  -------          ------------
       |     |    | CoM |                | Board |        | Base board |
       |     |     -----                  -------          ------------
       |     |                                            omap3-sb-t35.dtsi
       |     |                                                  |
       |     |<-- omap3-cm-t3730.dts <-- omap3-sbc-t3730.dts -->|
       |     |                                                  |
       |     |<-- omap3-cm-t3530.dts <-- omap3-sbc-t3530.dts -->|
       |                                                        |
       |<-------- omap3-cm-t3517.dts <-- omap3-sbc-t3517.dts -->|
      Signed-off-by: NDmitry Lifshitz <lifshitz@compulab.co.il>
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      d234e423
  2. 19 12月, 2013 1 次提交
  3. 09 12月, 2013 2 次提交
    • T
      ARM: OMAP2+: Use pdata quirks for emac on am3517 · 71900314
      Tony Lindgren 提交于
      As the emac uses the system control module registers for
      reset and interrupts, we need to pass those in the platform
      data until we have a separate system control module driver.
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      71900314
    • T
      ARM: OMAP2+: Add support for legacy auxdata for twl · dad12d11
      Tony Lindgren 提交于
      As we currently need to support a mix of legacy platform data and
      device tree intialized data, let's make sure things keep working
      for the TWL GPIOs.
      
      Mostly the issue is caused by the fact that DSS does not yet have
      device tree bindings, so we need to rely on the TWL GPIO callback
      for setting up things like LCD backlight for some boards.
      
      As of_platform_populate() for the TWL GPIO is called by twl-core
      after the I2C bus has been initialized, we cannot pass the auxdata
      table from the board init code to twl-core like we used to with
      just legacy platform data.
      
      So let's use the omap_device bus hook to patch in the platform
      data for TWL GPIO until we have sorted out the issues with the
      TWL GPIOs and device tree bindings.
      
      The other option was be to initialize twl core using legacy
      platform data, which seems like a step backwards as we're moving
      to device tree only initialization.  And we really don't want to
      add custom configuration functions to the TWL GPIO driver either
      for this.
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      dad12d11
  4. 26 11月, 2013 3 次提交
  5. 12 10月, 2013 1 次提交
  6. 11 10月, 2013 2 次提交
  7. 09 10月, 2013 1 次提交
  8. 26 9月, 2013 4 次提交