From patchwork Wed Jul 4 09:34:45 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wei Ni X-Patchwork-Id: 168938 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 371C42C01FA for ; Wed, 4 Jul 2012 19:37:51 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030224Ab2GDJhZ (ORCPT ); Wed, 4 Jul 2012 05:37:25 -0400 Received: from hqemgate03.nvidia.com ([216.228.121.140]:3990 "EHLO hqemgate03.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932459Ab2GDJhK (ORCPT ); Wed, 4 Jul 2012 05:37:10 -0400 Received: from hqnvupgp07.nvidia.com (Not Verified[216.228.121.13]) by hqemgate03.nvidia.com id ; Wed, 04 Jul 2012 02:36:58 -0700 Received: from hqemhub01.nvidia.com ([172.17.108.22]) by hqnvupgp07.nvidia.com (PGP Universal service); Wed, 04 Jul 2012 02:33:14 -0700 X-PGP-Universal: processed; by hqnvupgp07.nvidia.com on Wed, 04 Jul 2012 02:33:14 -0700 Received: from hkemhub02.nvidia.com (10.18.67.13) by hqemhub01.nvidia.com (172.20.150.30) with Microsoft SMTP Server (TLS) id 8.3.264.0; Wed, 4 Jul 2012 02:36:40 -0700 Received: from tegra-chromium-2.nvidia.com (10.18.67.5) by hkemhub02.nvidia.com (10.18.67.13) with Microsoft SMTP Server id 8.3.264.0; Wed, 4 Jul 2012 17:36:37 +0800 From: Wei Ni To: , , CC: , , , , , , , , Wei Ni Subject: [PATCH 2/5] ARM: dt: t20 seaboard: add pinmux, gpio for wlan Date: Wed, 4 Jul 2012 17:34:45 +0800 Message-ID: <1341394488-13169-3-git-send-email-wni@nvidia.com> X-Mailer: git-send-email 1.7.1 In-Reply-To: <1341394488-13169-1-git-send-email-wni@nvidia.com> References: <1341394488-13169-1-git-send-email-wni@nvidia.com> X-NVConfidentiality: public MIME-Version: 1.0 Sender: linux-tegra-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-tegra@vger.kernel.org This adds wlan pinmux and gpio settings to the Tegra20 Seaboard device tree. 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 85e621a..f377a61 100644 --- a/arch/arm/boot/dts/tegra20-seaboard.dts +++ b/arch/arm/boot/dts/tegra20-seaboard.dts @@ -440,6 +440,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 */