Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753762Ab2H0K2S (ORCPT ); Mon, 27 Aug 2012 06:28:18 -0400 Received: from hqemgate04.nvidia.com ([216.228.121.35]:12971 "EHLO hqemgate04.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752211Ab2H0K03 (ORCPT ); Mon, 27 Aug 2012 06:26:29 -0400 X-PGP-Universal: processed; by hqnvupgp05.nvidia.com on Mon, 27 Aug 2012 03:26:24 -0700 From: Wei Ni To: , , CC: , , , , , , , Wei Ni Subject: [PATCH 3/6] ARM: dt: t20 seaboard: turn on the power for wlan Date: Mon, 27 Aug 2012 18:25:11 +0800 Message-ID: <1346063114-30361-4-git-send-email-wni@nvidia.com> X-Mailer: git-send-email 1.7.1 In-Reply-To: <1346063114-30361-1-git-send-email-wni@nvidia.com> References: <1346063114-30361-1-git-send-email-wni@nvidia.com> X-NVConfidentiality: public MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 907 Lines: 31 Enable the SDHCI1 controller. This is connected to the WiFi module. Signed-off-by: Wei Ni --- arch/arm/boot/dts/tegra20-seaboard.dts | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/tegra20-seaboard.dts b/arch/arm/boot/dts/tegra20-seaboard.dts index 92deb36..f783f31 100644 --- a/arch/arm/boot/dts/tegra20-seaboard.dts +++ b/arch/arm/boot/dts/tegra20-seaboard.dts @@ -590,6 +590,11 @@ status = "okay"; }; + sdhci@c8000000 { + status = "okay"; + power-gpios = <&gpio 86 0>; /* gpio PK6 */ + }; + sdhci@c8000400 { status = "okay"; cd-gpios = <&gpio 69 0>; /* gpio PI5 */ -- 1.7.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/