From patchwork Sun Feb 12 19:13:08 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marc Dietrich X-Patchwork-Id: 140827 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 82B44B6F9D for ; Mon, 13 Feb 2012 06:14:09 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755820Ab2BLTOG (ORCPT ); Sun, 12 Feb 2012 14:14:06 -0500 Received: from mailout-de.gmx.net ([213.165.64.22]:35187 "HELO mailout-de.gmx.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1755799Ab2BLTOE (ORCPT ); Sun, 12 Feb 2012 14:14:04 -0500 Received: (qmail invoked by alias); 12 Feb 2012 19:14:02 -0000 Received: from pD9E5C601.dip0.t-ipconnect.de (EHLO localhost.localdomain) [217.229.198.1] by mail.gmx.net (mp070) with SMTP; 12 Feb 2012 20:14:02 +0100 X-Authenticated: #9962044 X-Provags-ID: V01U2FsdGVkX1+WdxkfIbGWYweJqKKAPOca7/rispHGJtPZ3kk5SJ f7cLBQa/xd8Anj From: Marc Dietrich To: linux-tegra@vger.kernel.org Cc: Stephen Warren , Colin Cross , Olof Johansson Subject: [PATCH 3/3] dt: arm: paz00: add rfkill switch to device tree Date: Sun, 12 Feb 2012 20:13:08 +0100 Message-Id: X-Mailer: git-send-email 1.7.5.4 In-Reply-To: <1ec0e63a7453072689618430ebc2bdd7b62542a2.1329073559.git.marvin24@gmx.de> References: <1ec0e63a7453072689618430ebc2bdd7b62542a2.1329073559.git.marvin24@gmx.de> In-Reply-To: <1ec0e63a7453072689618430ebc2bdd7b62542a2.1329073559.git.marvin24@gmx.de> References: <1ec0e63a7453072689618430ebc2bdd7b62542a2.1329073559.git.marvin24@gmx.de> X-Y-GMX-Trusted: 0 Sender: linux-tegra-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-tegra@vger.kernel.org Adds rfkill switch information to the device tree of paz00. Signed-off-by: Marc Dietrich --- arch/arm/boot/dts/tegra-paz00.dts | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/tegra-paz00.dts b/arch/arm/boot/dts/tegra-paz00.dts index fc97254..2c99099 100644 --- a/arch/arm/boot/dts/tegra-paz00.dts +++ b/arch/arm/boot/dts/tegra-paz00.dts @@ -130,4 +130,15 @@ linux,default-trigger = "rfkill0"; }; }; + + rfkill-gpio { + compatible = "rfkill-gpio"; + + wifi { + label = "wifi"; + reset-gpio = <&gpio 85 0>; + shutdown-gpio = <&gpio 25 0>; + type = <1>; + }; + }; };