From patchwork Wed Jan 9 10:06:04 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lee Jones X-Patchwork-Id: 13945 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 5DF4723E2A for ; Wed, 9 Jan 2013 10:06:15 +0000 (UTC) Received: from mail-vb0-f51.google.com (mail-vb0-f51.google.com [209.85.212.51]) by fiordland.canonical.com (Postfix) with ESMTP id 18238A195AC for ; Wed, 9 Jan 2013 10:06:15 +0000 (UTC) Received: by mail-vb0-f51.google.com with SMTP id fq11so1321520vbb.24 for ; Wed, 09 Jan 2013 02:06:14 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:x-forwarded-to:x-forwarded-for:delivered-to:x-received :received-spf:x-received:from:to:cc:subject:date:message-id:x-mailer :in-reply-to:references:x-gm-message-state; bh=q368LjAKQiYie6U95ykPSD5btO+13PXP8zijon+d1VQ=; b=imARxBJRXxoMMMiE+J+rWmUfDA+nF33FsTlfyuImAsZJvWJEmWv6D0zIYyKDR91MrJ ZoT4v8hmcBiNfgN2RL4AO7iZvCbSBPsqnHyz/b6jrgMKfnKGnM4lr7gbFlRFDXwywh4a 8T5T9aX5vOMMDOfaQkhTxQ2uY/8dW5Q+aCayH+xfcJOpyDiV2nMuoHam30UM+4DvAYXT n5H7iBkHX/PnJi6wNec6eiir6h4GQVznxbiCINwU6Ds4F5dOFvaa/RiJ+NwZwIr6t8mO AGSrzNRbqznH00afp5QslfVjS26NuZV6M2SgcIfIviZk3NrlaQ1cd9Z442FBZ09nb+p4 rBVA== X-Received: by 10.52.18.147 with SMTP id w19mr77731723vdd.94.1357725974606; Wed, 09 Jan 2013 02:06:14 -0800 (PST) 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.58.145.101 with SMTP id st5csp5863veb; Wed, 9 Jan 2013 02:06:12 -0800 (PST) X-Received: by 10.180.99.1 with SMTP id em1mr2231759wib.20.1357725970933; Wed, 09 Jan 2013 02:06:10 -0800 (PST) Received: from mail-wg0-f47.google.com (mail-wg0-f47.google.com [74.125.82.47]) by mx.google.com with ESMTPS id cu7si3918228wib.24.2013.01.09.02.06.10 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 09 Jan 2013 02:06:10 -0800 (PST) Received-SPF: neutral (google.com: 74.125.82.47 is neither permitted nor denied by best guess record for domain of lee.jones@linaro.org) client-ip=74.125.82.47; Authentication-Results: mx.google.com; spf=neutral (google.com: 74.125.82.47 is neither permitted nor denied by best guess record for domain of lee.jones@linaro.org) smtp.mail=lee.jones@linaro.org Received: by mail-wg0-f47.google.com with SMTP id dq11so955085wgb.14 for ; Wed, 09 Jan 2013 02:06:10 -0800 (PST) X-Received: by 10.195.13.11 with SMTP id eu11mr101570484wjd.39.1357725970553; Wed, 09 Jan 2013 02:06:10 -0800 (PST) Received: from localhost.localdomain (cpc1-aztw13-0-0-cust473.18-1.cable.virginmedia.com. [77.102.241.218]) by mx.google.com with ESMTPS id p2sm3524911wic.7.2013.01.09.02.06.09 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 09 Jan 2013 02:06:09 -0800 (PST) From: Lee Jones To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Cc: arnd@arndb.de, linus.walleij@stericsson.com, sameo@linux.intel.com, Lee Jones Subject: [PATCH 2/3] ARM: ux500: Turn on the 'heartbeat' LED trigger Date: Wed, 9 Jan 2013 10:06:04 +0000 Message-Id: <1357725965-27342-2-git-send-email-lee.jones@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1357725965-27342-1-git-send-email-lee.jones@linaro.org> References: <1357725965-27342-1-git-send-email-lee.jones@linaro.org> X-Gm-Message-State: ALoCoQkIYzwvyD2K8tPjdikNshSpG2boOQY2vDKGxUN/7rOsrSQNxcZmfw1RjwcUdoxDA5AgzuS+ As Snowball is a community board it should have its default LED trigger set in 'heartbeat' mode, meaning that it double flashes ~1HZ. This provides an excellent debugging tool when community members are hacking. Signed-off-by: Lee Jones --- arch/arm/mach-ux500/Kconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/mach-ux500/Kconfig b/arch/arm/mach-ux500/Kconfig index 5dea906..0f25b07 100644 --- a/arch/arm/mach-ux500/Kconfig +++ b/arch/arm/mach-ux500/Kconfig @@ -43,6 +43,8 @@ config MACH_HREFV60 config MACH_SNOWBALL bool "U8500 Snowball platform" select MACH_MOP500 + select LEDS_TRIGGERS + select LEDS_TRIGGER_HEARTBEAT help Include support for the snowball development platform.