From patchwork Sat Jan 28 19:03: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: 138407 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 2E3E7B6F67 for ; Sun, 29 Jan 2012 06:03:24 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751995Ab2A1TDX (ORCPT ); Sat, 28 Jan 2012 14:03:23 -0500 Received: from mailout-de.gmx.net ([213.165.64.23]:33278 "HELO mailout-de.gmx.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1751800Ab2A1TDW (ORCPT ); Sat, 28 Jan 2012 14:03:22 -0500 Received: (qmail invoked by alias); 28 Jan 2012 19:03:20 -0000 Received: from pD9E5D5D0.dip0.t-ipconnect.de (EHLO localhost.localdomain) [217.229.213.208] by mail.gmx.net (mp071) with SMTP; 28 Jan 2012 20:03:20 +0100 X-Authenticated: #9962044 X-Provags-ID: V01U2FsdGVkX18CRKALtxoCqBVQvDcbM4D6RllI2tp8vUD12wV2nn +pp1yRl94H5c3e From: Marc Dietrich To: linux-tegra@vger.kernel.org Cc: Colin Cross , Olof Johansson , Stephen Warren Subject: [PATCH 5/5] ARM: dt: tegra: add the wifi led to paz00 device tree Date: Sat, 28 Jan 2012 20:03:08 +0100 Message-Id: X-Mailer: git-send-email 1.7.5.4 In-Reply-To: References: In-Reply-To: References: X-Y-GMX-Trusted: 0 Sender: linux-tegra-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-tegra@vger.kernel.org This adds the wifi led bound to the rfkill0 event to the device tree of paz00. Signed-off-by: Marc Dietrich --- arch/arm/boot/dts/tegra-paz00.dts | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/tegra-paz00.dts b/arch/arm/boot/dts/tegra-paz00.dts index 2a16ff0..31c2d08 100644 --- a/arch/arm/boot/dts/tegra-paz00.dts +++ b/arch/arm/boot/dts/tegra-paz00.dts @@ -102,4 +102,14 @@ gpio-key,wakeup; }; }; + + gpio-leds { + compatible = "gpio-leds"; + + wifi { + label = "wifi-led"; + gpios = <&gpio 24 0>; + linux,default-trigger = "rfkill0"; + }; + }; };