From mboxrd@z Thu Jan 1 00:00:00 1970 From: ccross@google.com (Colin Cross) Date: Thu, 16 Sep 2010 14:44:18 -0700 Subject: [PATCH 3/3] [ARM] tegra: harmony: enable PCI Express In-Reply-To: <9bf488075bb8a10b4a4139ac8c6ef76196758ad3.1284655723.git.mike@compulab.co.il> References: <9bf488075bb8a10b4a4139ac8c6ef76196758ad3.1284655723.git.mike@compulab.co.il> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thu, Sep 16, 2010 at 9:53 AM, Mike Rapoport wrote: > Signed-off-by: Mike Rapoport > --- > ?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.c > > diff --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 > +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?