From patchwork Fri Aug 31 04:13:50 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 11120 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id AD78023EFF for ; Fri, 31 Aug 2012 04:16:34 +0000 (UTC) Received: from mail-iy0-f180.google.com (mail-iy0-f180.google.com [209.85.210.180]) by fiordland.canonical.com (Postfix) with ESMTP id 3E496A183FB for ; Fri, 31 Aug 2012 04:15:57 +0000 (UTC) Received: by mail-iy0-f180.google.com with SMTP id j25so4157366iaf.11 for ; Thu, 30 Aug 2012 21:16:34 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-forwarded-to:x-forwarded-for:delivered-to:received-spf:from:to:cc :subject:date:message-id:x-mailer:in-reply-to:references :x-gm-message-state; bh=3gofcdLcs6nBRHBflO/xYZcUnXecTth/USnJ68M4Atg=; b=ZEJ2RNdB3+Jn+B+kugBFFlgOk1RrFX9MK1n4EJWrMNFx9mMyBephQbJ25+fZrHXmih aWsLjAPpMmzmTx3MqqEudk5vNeUaOR4kSK083aPcGsLjq+qFHTScy0mEqGPLUaLP2Dbw VA89LbjpodCqZeFq3BHqpHrxsMPGBKWxYoQvCLqHV9cuzcdNMFedPhk507yTg521O7x3 FZMmq+HX7tRnwvml1L2CedVixJkKWKbhYsAcZv7lMpsm6C89FDAeEC+QKxJXFsZFH/Q9 uglTnbmf43+cwCoRCTADCrgHHGWuZgQVXquTWpRV7LV8ibpNxRWI3bhDs653Kj8H7nua 6sbg== Received: by 10.50.7.212 with SMTP id l20mr755029iga.43.1346386594155; Thu, 30 Aug 2012 21:16:34 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.50.184.232 with SMTP id ex8csp44277igc; Thu, 30 Aug 2012 21:16:33 -0700 (PDT) Received: by 10.66.73.133 with SMTP id l5mr13098690pav.74.1346386593554; Thu, 30 Aug 2012 21:16:33 -0700 (PDT) Received: from mail-pb0-f50.google.com (mail-pb0-f50.google.com [209.85.160.50]) by mx.google.com with ESMTPS id mr7si6346368pbb.11.2012.08.30.21.16.33 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 30 Aug 2012 21:16:33 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.160.50 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) client-ip=209.85.160.50; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.160.50 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) smtp.mail=sachin.kamat@linaro.org Received: by pbcmd12 with SMTP id md12so4562208pbc.37 for ; Thu, 30 Aug 2012 21:16:33 -0700 (PDT) Received: by 10.68.194.169 with SMTP id hx9mr15263532pbc.8.1346386593324; Thu, 30 Aug 2012 21:16:33 -0700 (PDT) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPS id qx8sm2681199pbc.63.2012.08.30.21.16.30 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 30 Aug 2012 21:16:32 -0700 (PDT) From: Sachin Kamat To: devicetree-discuss@lists.ozlabs.org Cc: linux-samsung-soc@vger.kernel.org, grant.likely@secretlab.ca, rob.herring@calxeda.com, sachin.kamat@linaro.org, patches@linaro.org, Thomas Abraham Subject: [PATCH 2/2] ARM: dts: Add heartbeat gpio-leds support to Origen Date: Fri, 31 Aug 2012 09:43:50 +0530 Message-Id: <1346386430-3619-2-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1346386430-3619-1-git-send-email-sachin.kamat@linaro.org> References: <1346386430-3619-1-git-send-email-sachin.kamat@linaro.org> X-Gm-Message-State: ALoCoQnkM5KVfmbWM1cLYPRZF98c3YG/H0X+TjgoU6E/qgIionJdVQQAWGqt+iyH/C2Zy/SxBw+7 Adds heartbeat gpio-leds support to Origen board. Cc: Thomas Abraham Signed-off-by: Sachin Kamat --- arch/arm/boot/dts/exynos4210-origen.dts | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/exynos4210-origen.dts b/arch/arm/boot/dts/exynos4210-origen.dts index c37edf0..d69a799 100644 --- a/arch/arm/boot/dts/exynos4210-origen.dts +++ b/arch/arm/boot/dts/exynos4210-origen.dts @@ -91,6 +91,14 @@ }; }; + leds { + compatible = "gpio-leds"; + status { + gpios = <&gpx1 3 0 0x10000 2>; + linux,default-trigger = "heartbeat"; + }; + }; + keypad@100A0000 { status = "disabled"; };