[PATCH 3/3] [ARM] tegra: harmony: enable PCI Express
From: Colin Cross <hidden>
Date: 2010-09-16 21:44:18
On Thu, Sep 16, 2010 at 9:53 AM, Mike Rapoport [off-list ref] wrote:
quoted hunk ↗ jump to hunk
Signed-off-by: Mike Rapoport <redacted> --- ?arch/arm/mach-tegra/Makefile ? ? ? ? ? ? | ? ?1 + ?arch/arm/mach-tegra/board-harmony-pcie.c | ? 52 ++++++++++++++++++++++++++++++ ?2 files changed, 53 insertions(+), 0 deletions(-) ?create mode 100644 arch/arm/mach-tegra/board-harmony-pcie.cdiff --git a/arch/arm/mach-tegra/board-harmony-pcie.c b/arch/arm/mach-tegra/board-harmony-pcie.c new file mode 100644 index 0000000..824c0a1 --- /dev/null +++ b/arch/arm/mach-tegra/board-harmony-pcie.c
<snip>
+static int __init harmony_pcie_init(void)
+{
+ ? ? ? int err;
+
+ ? ? ? tegra_pinmux_set_tristate(TEGRA_PINGROUP_GPV, TEGRA_TRI_NORMAL);
+ ? ? ? tegra_pinmux_set_tristate(TEGRA_PINGROUP_SLXA, TEGRA_TRI_NORMAL);
+ ? ? ? tegra_pinmux_set_tristate(TEGRA_PINGROUP_SLXK, TEGRA_TRI_NORMAL);Can these go in the main harmony pinmux table?