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: 1951921 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by patchwork2.kernel.org (Postfix) with ESMTP id A7DBBDF25A for ; Wed, 9 Jan 2013 10:09:17 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TssYK-0005fo-6f; Wed, 09 Jan 2013 10:06:32 +0000 Received: from mail-wi0-f177.google.com ([209.85.212.177]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1TssY0-0005bG-AZ for linux-arm-kernel@lists.infradead.org; Wed, 09 Jan 2013 10:06:16 +0000 Received: by mail-wi0-f177.google.com with SMTP id hm2so420528wib.10 for ; Wed, 09 Jan 2013 02:06:10 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references:x-gm-message-state; bh=q368LjAKQiYie6U95ykPSD5btO+13PXP8zijon+d1VQ=; b=H7ur8qIieGGlniRUPoP5SFvZpUAN8Vx3/fZqgqBholyIXQ0JFqqz+aKzdqvvXsknBs xBD4QlqZte+HdliHniZ0QNwIslXVXvYHO2EMFuev+Cw5qymR425MyPcT2VIMywHUxYe7 KKjnY7R23ch/oXPWMFbX7P5c2RRME+LGP9hlQgktp5UnAU5LOySBh9/FdOMA1b+/oDZ4 VEn0klQkGJ8WyHMOgllxwDaQOlZ+GhH7MJS9nUUVaqGveppISTKqSMjKLqCXTSh1nFs4 Miz3XKdVpQYR5KoucbZC101rdwkN5Y4xekEi0GoUq37i76ZUNA2g1JoRY0pwx20w6KL9 DXAw== 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 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: ALoCoQn1LkdPlUjxlQD7tncwnLZvOBj8hXFDgwTIj8WPZUR+sMjP1JemlUsRBMlgDcYVKimJBOiT X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130109_050612_525017_80125F30 X-CRM114-Status: UNSURE ( 9.92 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.6 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.6 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.212.177 listed in list.dnswl.org] -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: Lee Jones , linus.walleij@stericsson.com, arnd@arndb.de, sameo@linux.intel.com X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org 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.