1. 29 1月, 2013 2 次提交
  2. 17 11月, 2012 1 次提交
  3. 06 11月, 2012 1 次提交
  4. 20 9月, 2012 1 次提交
  5. 07 9月, 2012 1 次提交
    • S
      ARM: dt: tegra: whistler: add regulators · e7765b37
      Stephen Warren 提交于
      Whistler uses a Maxim 8907 regulator. Instantiate this.
      
      The voltage settings were derived from the schematic. The only exception
      is the BBAT voltage; the schematic says 1.2v, but the HW can't go that
      low, so use the HW default of 2.4v instead.
      
      Almost all regulators list all driven supply signal names in their
      regulator-names property. The exception is nvvdd_sv3, which is in turn
      named 12 more different names on the schematic, so these were omitted
      for brevity.
      Signed-off-by: NStephen Warren <swarren@nvidia.com>
      e7765b37
  6. 07 7月, 2012 1 次提交
    • S
      ARM: dt: tegra: add Whistler device tree file · c80efbae
      Stephen Warren 提交于
      Whistler is a highly configurable Tegra evaluation and development board.
      This change adds support for the following specific configuration:
      
      E1120 motherboard
      E1108 CPU board
      E1116 PMU board
      
      The motherboard configuration switches are set as follows:
      SW1=0 SW2=0 SW3=5
      S1/S2/S3/S4 all on, except S3 7/8 are off.
      
      Other combinations of daugher boards may work to varying degrees, but will
      likely require some SW adjustment.
      Signed-off-by: NStephen Warren <swarren@nvidia.com>
      c80efbae
  7. 21 6月, 2012 1 次提交
    • S
      ARM: dt: tegra: rename board files to match SoC · 702b0e4f
      Stephen Warren 提交于
      Most ARM ${board}.dts files are already named ${soc}-${board}.dts. This
      change modifies the Tegra board files to be named the same way for
      consistency.
      
      Once a related change is made in U-Boot, this will cause both U-Boot and
      the kernel to use the same names for the .dts files and SoC identifiers,
      thus allowing U-Boot's recently added "soc" and "board" environment
      variables to be used to construct the name of Tegra .dtb files, and hence
      allow board-generic U-Boot bootcmd scripts to be written.
      Signed-off-by: NStephen Warren <swarren@nvidia.com>
      702b0e4f
  8. 15 5月, 2012 5 次提交
  9. 04 5月, 2012 3 次提交
  10. 26 4月, 2012 2 次提交
    • S
      ARM: dt: tegra: pinmux changes for USB ULPI · 563da21b
      Stephen Warren 提交于
      Ensure that the USB ULPI signals are not tri-stated, and have no pull-
      up or pull-down.
      
      Ensure that the pingroup hosting the USB ULPI reset signal (GPIO PV0 or
      PV1 depending on the board, so UAC) is not tri-stated, and has no pull-
      up or pull-down.
      
      This change appears larger than it is due to the grouping and sorting of
      the pin configuration data.
      Signed-off-by: NStephen Warren <swarren@nvidia.com>
      563da21b
    • S
      ARM: tegra: add USB ULPI PHY reset GPIO to device tree · aa607ebf
      Stephen Warren 提交于
      ULPI PHYs have a reset signal, and different boards use a different GPIO
      for this task. Add a property to device tree to represent this.
      
      I'm not sure if adding this property to the EHCI controller node is
      entirely correct; perhaps eventually we should have explicit separate
      nodes for the various PHYs. However, we don't have that right now, so this
      binding seems like a reasonable choice.
      
      Cc: <devicetree-discuss@lists.ozlabs.org>
      Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
      Cc: <linux-usb@vger.kernel.org>
      Signed-off-by: NStephen Warren <swarren@nvidia.com>
      aa607ebf
  11. 19 4月, 2012 1 次提交
  12. 07 2月, 2012 1 次提交
  13. 08 12月, 2011 6 次提交