Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 326947
b: refs/heads/master
c: bab53ce
h: refs/heads/master
i:
  326945: 1f5d3b9
  326943: 0d00972
v: v3
  • Loading branch information
Stephen Warren committed Sep 14, 2012
1 parent 335c59d commit 25fbad8
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 907 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fef40b2369a4ececa16b4d02b625e45252fe5d0a
refs/heads/master: bab53ce38e8735519aa3cfdcc5bfa438c0891086
2 changes: 0 additions & 2 deletions trunk/arch/arm/mach-tegra/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
obj-y += board-pinmux.o
obj-y += common.o
obj-y += devices.o
obj-y += io.o
obj-y += irq.o
obj-y += clock.o
Expand Down
27 changes: 26 additions & 1 deletion trunk/arch/arm/mach-tegra/board-dt-tegra20.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,11 @@
#include <linux/of_irq.h>
#include <linux/of_platform.h>
#include <linux/pda_power.h>
#include <linux/platform_data/tegra_usb.h>
#include <linux/io.h>
#include <linux/i2c.h>
#include <linux/i2c-tegra.h>
#include <linux/usb/tegra_usb_phy.h>

#include <asm/hardware/gic.h>
#include <asm/mach-types.h>
Expand All @@ -43,7 +45,30 @@

#include "board.h"
#include "clock.h"
#include "devices.h"

struct tegra_ehci_platform_data tegra_ehci1_pdata = {
.operating_mode = TEGRA_USB_OTG,
.power_down_on_bus_suspend = 1,
.vbus_gpio = -1,
};

struct tegra_ulpi_config tegra_ehci2_ulpi_phy_config = {
.reset_gpio = -1,
.clk = "cdev2",
};

struct tegra_ehci_platform_data tegra_ehci2_pdata = {
.phy_config = &tegra_ehci2_ulpi_phy_config,
.operating_mode = TEGRA_USB_HOST,
.power_down_on_bus_suspend = 1,
.vbus_gpio = -1,
};

struct tegra_ehci_platform_data tegra_ehci3_pdata = {
.operating_mode = TEGRA_USB_HOST,
.power_down_on_bus_suspend = 1,
.vbus_gpio = -1,
};

struct of_dev_auxdata tegra20_auxdata_lookup[] __initdata = {
OF_DEV_AUXDATA("nvidia,tegra20-sdhci", TEGRA_SDMMC1_BASE, "sdhci-tegra.0", NULL),
Expand Down
87 changes: 0 additions & 87 deletions trunk/arch/arm/mach-tegra/board-pinmux.c

This file was deleted.

54 changes: 0 additions & 54 deletions trunk/arch/arm/mach-tegra/board-pinmux.h

This file was deleted.

Loading

0 comments on commit 25fbad8

Please sign in to comment.