1. 31 5月, 2014 3 次提交
  2. 30 5月, 2014 1 次提交
  3. 29 5月, 2014 1 次提交
  4. 24 5月, 2014 1 次提交
  5. 22 5月, 2014 1 次提交
    • H
      ARM: dts: sun7i: Add new i12-tvbox board · c690d80b
      Hans de Goede 提交于
      The i12 tvbox is an A20 based android tvbox, with 512M / 1G RAM, 4G nand flash,
      ap6210 or ap6330 sdio wifi + bt (broadcom sdio wifi + uart attached brcm bt),
      2USB host ports using USB-A receptacles and a micro-usb receptacle for USB OTG,
      and 100Mbit ethernet using an IP101a phy.
      
      The PCB is labelled i12-a20 hence I've named the board i12-a20. It is used
      in noname allwinner A20 tv-boxes, which are sometimes sold with Q5 or
      QT840A as product name.
      Signed-off-by: NHans de Goede <hdegoede@redhat.com>
      Signed-off-by: NMaxime Ripard <maxime.ripard@free-electrons.com>
      c690d80b
  6. 21 5月, 2014 3 次提交
  7. 20 5月, 2014 3 次提交
  8. 18 5月, 2014 1 次提交
  9. 17 5月, 2014 2 次提交
  10. 16 5月, 2014 7 次提交
  11. 14 5月, 2014 1 次提交
  12. 13 5月, 2014 1 次提交
    • A
      ARM: tegra: add device tree for SHIELD · e9d68f90
      Alexandre Courbot 提交于
      NVIDIA SHIELD is a portable Android console containing a Tegra 4 SoC with
      2GB RAM and a 720p panel.
      
      The following hardware is enabled by this device tree: UART, eMMC, USB
      (needs external power), PMIC, backlight, joystick, SD card, GPIO keys.
      
      DSI panel, HDMI output, charger, self-powered USB, audio, wifi bluetooth
      are not supported yet but might be by future patches (likely in that
      order).
      
      Touch panel and sensors will probably never be supported.
      
      Initrd addresses are hardcoded to match the static values used by the
      bootloader, since it won't add them for us. All the same, a kernel
      command-line is provided to replace the one passed by the
      bootloader which is filled with garbage.
      
      NVIDIA SHIELD is typically booted with an appended DTB to avoid
      modifications made by the bootloader.
      Signed-off-by: NAlexandre Courbot <acourbot@nvidia.com>
      [swarren, fixed gpio-keys child node sort order, patch description]
      Signed-off-by: NStephen Warren <swarren@nvidia.com>
      e9d68f90
  13. 12 5月, 2014 1 次提交
  14. 09 5月, 2014 1 次提交
  15. 07 5月, 2014 3 次提交
  16. 06 5月, 2014 1 次提交
  17. 05 5月, 2014 1 次提交
  18. 03 5月, 2014 1 次提交
    • A
      ARM: tegra: add Tegra Note 7 device tree · 6f3df63f
      Alexandre Courbot 提交于
      Tegra Note 7 is a consumer tablet embedding a Tegra 4 SoC with 1GB RAM
      and a 720p panel.
      
      The following hardware is enabled by this device tree: UART, eMMC, USB
      (needs external power), PMIC, backlight, DSI panel, keys.
      
      SD card, HDMI, charger, self-powered USB, audio, wifi, bluetooth are not
      yet supported but might be by future patches (likely in that order).
      
      Touch panel, sensors & cameras will probably never be supported.
      
      Pinctrl is not set yet, as the bootloader-provided values allow us to
      use the currently supported hardware.
      
      Initrd addresses are hardcoded to match the static values used by the
      bootloader, since it won't add them for us. All the same, a kernel
      command-line is provided to replace the one passed by the bootloader
      which is filled with garbage.
      Signed-off-by: NAlexandre Courbot <acourbot@nvidia.com>
      [treding@nvidia.com: DT fixes, DSI panel support]
      Signed-off-by: NThierry Reding <treding@nvidia.com>
      Signed-off-by: NStephen Warren <swarren@nvidia.com>
      6f3df63f
  19. 27 4月, 2014 3 次提交
  20. 25 4月, 2014 1 次提交
  21. 24 4月, 2014 1 次提交
  22. 19 4月, 2014 1 次提交
  23. 16 4月, 2014 1 次提交
    • S
      ARM: tegra: add Jetson TK1 device tree · 15e524a4
      Stephen Warren 提交于
      Jetson TK1 is an NVIDIA Tegra124 development board, containing Tegra124,
      2GB RAM, eMMC, SD card, SPI flash, serial port, PCIe Ethernet, HDMI,
      audio, mini PCIe, JTAG, SATA, and an expansion IO connector containing
      GPIOs, I2C, SPI, CSI, eDP, etc.
      
      The following features work with this device tree: UART, SD card, eMMC,
      SPI flash, USB (full-size jack, and mini-PCIe), audio, AS3722 RTC, system
      power-off, suspend/resume (LP1) with wake via RTC alarm.
      
      The following features should work with this device tree, but are not
      validated: Expansion I2C, expansion SPI, expansion GPIO, gpio-key for the
      power button.
      
      The following features are not yet implemented in this device tree: Most
      voltage regulators, expansion UART, HDMI, eDP, PCIe (Ethernet, and mini-
      PCIe connector), CSI, SATA.
      Signed-off-by: NStephen Warren <swarren@nvidia.com>
      15e524a4