1. 04 12月, 2012 1 次提交
  2. 27 11月, 2012 1 次提交
  3. 26 11月, 2012 1 次提交
  4. 22 11月, 2012 9 次提交
  5. 21 11月, 2012 1 次提交
    • D
      ARM: dts: Add board dts file for Snow board (ARM Chromebook) · 95e82941
      Doug Anderson 提交于
      This dts file is based on the Snow dts file in the Chromium OS kernel
      tree with the following changes:
      * Some details have been updated to match the exynos5250-smdk5250.dts
        file from linux-next (as of c11068538994430547722dc9fb515a0ceefd5cb9).
      * This file doesn't include references to hardware whose upstream
        support isn't quite there yet.  That includes most i2c devices.
        Note that most i2c busses have been included with no devices.
      
      The Snow dts file is mostly just an include of the "cros5250" dts file
      which describes a class of similar boards. Support for other boards has
      not yet been send upstream.
      
      With this file and a change to use UART3 for serial output I can:
      * Boot to a command line using either SD or EMMC as a root filesystem
      * See the power button and lid switch using evtest.
      Signed-off-by: NDoug Anderson <dianders@chromium.org>
      Acked-by: NOlof Johansson <olof@lixom.net>
      Signed-off-by: NKukjin Kim <kgene.kim@samsung.com>
      95e82941
  6. 20 11月, 2012 4 次提交
  7. 19 11月, 2012 3 次提交
  8. 17 11月, 2012 1 次提交
  9. 16 11月, 2012 1 次提交
  10. 14 11月, 2012 2 次提交
  11. 12 11月, 2012 1 次提交
  12. 07 11月, 2012 2 次提交
  13. 01 11月, 2012 2 次提交
  14. 30 10月, 2012 1 次提交
  15. 29 10月, 2012 2 次提交
    • B
      ARM: dts: OMAP: Rename pandaES and var_som for consistency · 00cbdce7
      Benoit Cousson 提交于
      Rename the files to have names consistent across OMAP boards.
      
      Update the Makefile to use the new name.
      Signed-off-by: NBenoit Cousson <b-cousson@ti.com>
      00cbdce7
    • J
      ARM: dts: Add omap3-beagle.dts · 5a8095e9
      Jon Hunter 提交于
      Add a minimal dts for original OMAP3430/3530 version of the Beagle board. This
      version of the Beagle board has 256MB of DDR and features the same TWL4030
      power management IC (PMIC) as the Beagle board XM.
      
      Given that the Beagle and Beagle-XM boards use the same PMIC, move the
      definition of the VSIM regulator into the TWL4030.dtsi file so that we do not
      need to duplicate in the Beagle board dts file.
      
      This has been boot tested on an OMAP3530 Beagle board and verifing that the
      SD/MMC interface is working with a SD card.
      
      V2 changes
      - Rebased upon of devel-dt
      - Corrected copyright date in omap3-beagle.dts file
      - Added LED support after verifing that Beagle and Beagle XM have the same LED
        configuration
      Signed-off-by: NJon Hunter <jon-hunter@ti.com>
      Signed-off-by: NBenoit Cousson <b-cousson@ti.com>
      5a8095e9
  16. 19 10月, 2012 1 次提交
  17. 16 10月, 2012 1 次提交
  18. 13 10月, 2012 1 次提交
  19. 09 10月, 2012 1 次提交
  20. 07 10月, 2012 2 次提交
  21. 23 9月, 2012 1 次提交
  22. 21 9月, 2012 1 次提交
    • O
      ARM: dtb: move all dtb targets to common Makefile · 85594df2
      Olof Johansson 提交于
      Since the dtb targets have moved to arch/arm/boot/dts/Makefile, sweep
      the platforms that have had new targets added recently and move them over.
      
      While I was at it, I also made the dtb generation more generic, i.e. if
      the platform is enabled then all dtbs for that platform will be created.
      Signed-off-by: NOlof Johansson <olof@lixom.net>
      Cc: Tony Lindgren <tony@atomide.com>
      Cc: David Brown <davidb@codeaurora.com>
      Cc: Barry Song <Baohua.Song@csr.com>
      Cc: Simon Horman <horms@verge.net.au>
      Cc: Rob Herring <rob.herring@calxeda.com>
      Cc: Stephen Warren <swarren@wwwdotorg.org>
      85594df2