1. 29 4月, 2013 1 次提交
  2. 26 4月, 2013 1 次提交
  3. 12 4月, 2013 1 次提交
  4. 11 4月, 2013 1 次提交
    • S
      ARM: Kirkwood: DT board setup for CloudBox · 98d4f2ac
      Simon Guinot 提交于
      This patch adds DT board setup for the LaCie NAS CloudBox. The CloudBox
      is a low cost NAS based on the Network Space v2.
      
      Chipset list:
      - CPU MARVELL 88F6702 1Ghz
      - SDRAM memory: 256MB DDR2-800 (2x128MB x8) 400Mhz
      - 1 Ethernet Gigabit port (PHY MARVELL 88E1318)
      - SPI flash, NOR 512KB
      - 1 push button
      - 2 LEDs (red and blue)
      
      There is no EEPROM and no USB ports embedded.
      
      Note that this board must not be confused with the Network Space Mini v2
      which is embedded in a previous LaCie product also named CloudBox.
      Signed-off-by: NSimon Guinot <simon.guinot@sequanux.org>
      Acked-by: NAndrew Lunn <andrew@lunn.ch>
      Signed-off-by: NJason Cooper <jason@lakedaemon.net>
      98d4f2ac
  5. 09 4月, 2013 12 次提交
  6. 04 4月, 2013 1 次提交
  7. 03 4月, 2013 3 次提交
  8. 29 3月, 2013 1 次提交
  9. 26 3月, 2013 1 次提交
  10. 21 3月, 2013 1 次提交
  11. 18 3月, 2013 2 次提交
    • S
      ARM: shmobile: kzm9g: Reference DT implementation · b8b82b29
      Simon Horman 提交于
      Provide alternate board code for the kzm9g to demonstrate
      how DT may be used given the current state of driver
      device tree support. This is intended to act as a reference
      for mach-shmobile developers.
      
      Some notes:
      
      * Brings up the GIC interrupt handler using device tree
      * Brings up the following device using device tree:
        - MMCIF (MMC)
      * Does not bring up the INTC interrupt controller at all,
        thus external devices may not be used. In particular,
        the SMSC ethernet device may not be used and thus
        NFS root may not be used.
      * Uses existing C code and not device tree to initialise the following,
        which are needed for a working board:
        - SCIF (Serial)
        - CMT (Clock)
        - PFC (GPIO)
      
      To use this alternate board code instead of the normal board code,
      CONFIG_MACH_KZM9G_REFERENCE should be selected in the kernel config.
      And the sh73a0-kzm9g-reference.dtb flattened device tree blob should be used.
      
      Includes fix by Thierry Reding to no longer use gic_handle_irq()
      
      Includes fixes by Guennadi Liakhovetski for recent pinmux changes.
      
      Cc: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
      Cc: Thierry Reding <thierry.reding@avionic-design.de>
      Signed-off-by: NSimon Horman <horms+renesas@verge.net.au>
      b8b82b29
    • S
      ARM: shmobile: marzen: Reference DT implementation · 73d6a69e
      Simon Horman 提交于
      Provide alternate board code for the marzen to demonstrate
      how DT may be used given the current state of driver
      device tree support. This is intended to act as a reference
      for mach-shmobile developers.
      Signed-off-by: NSimon Horman <horms+renesas@verge.net.au>
      73d6a69e
  12. 07 3月, 2013 3 次提交
  13. 01 3月, 2013 3 次提交
  14. 12 2月, 2013 1 次提交
  15. 10 2月, 2013 5 次提交
  16. 29 1月, 2013 3 次提交
    • L
      ARM: nomadik: initial devicetree support · f8635abd
      Linus Walleij 提交于
      Support basic device tree boot on the Nomadik. Implement the
      support in the cpu file with the intent of deleting the board
      files later. At this stage IRQ controllers, system timer,
      l2x0 cache, UARTs and thus console boot is fully functional.
      Patch out the code adding devices by initcalls for now so
      as not to disturb the boot.
      Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
      f8635abd
    • L
      ARM: tegra: Add Toradex Iris carrier board DT with T20 512MB COM · bf5fcc76
      Lucas Stach 提交于
      This adds the device tree for the Toradex Iris carrier board used
      together with a Colibri T20 512MB COM.
      
      The Iris has the following features, in brackets the current status:
      - DVI and VGA output through DVI-I connector (DVI-D enabled and tested)
      - LVDS output
      - 1 USB host port (enabled and tested)
      - 1 USB OTG port (enabled)
      - 100 MBit Ethernet (enabled and tested)
      - 5 UART ports  (2 on 10way headers enabled and tested)
      - 1 MicroSD Slot (enabled and tested)
      - Audio connectors (enabled, only HP out and Line-in tested)
      - i2c RTC
      - GPIO connector (enabled, only sparsely tested)
      - external i2c bus
      - 4 PWM out
      - analog in
      Signed-off-by: NLucas Stach <dev@lynxeye.de>
      Signed-off-by: NStephen Warren <swarren@nvidia.com>
      bf5fcc76
    • B
      ARM: DT: tegra: Add Tegra30 Beaver board support · d7df69fe
      Bryan Wu 提交于
      This patch adds support for Tegra30 Beaver board in upstream kernel.
      
      Beaver board is a Tegra30 SoC based development board, it has
      following features:
       - T30 or T33 SoC (Qual core ARM Cortex A9)
       - 2 GB DDR3L
       - 16 GB EMMC
       - 1 SD slot
       - 1 USB Standart A port and 1 USB micro AB port
       - PCI-E Gig Ethernet
       - Audio input/output
       - SATA port
       - HDMI output
       - UART and JTAG
      Signed-off-by: NBryan Wu <pengw@nvidia.com>
      Signed-off-by: NStephen Warren <swarren@nvidia.com>
      d7df69fe