From patchwork Thu Sep 2 10:20:32 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: sposelenov@emcraft.com X-Patchwork-Id: 63475 Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from bilbo.ozlabs.org (localhost [127.0.0.1]) by ozlabs.org (Postfix) with ESMTP id EF413B7423 for ; Thu, 2 Sep 2010 22:28:34 +1000 (EST) Received: from mail-out.m-online.net (mail-out.m-online.net [212.18.0.10]) by ozlabs.org (Postfix) with ESMTP id 796CEB7174 for ; Thu, 2 Sep 2010 20:20:36 +1000 (EST) Received: from frontend1.mail.m-online.net (unknown [192.168.8.180]) by mail-out.m-online.net (Postfix) with ESMTP id AD31A1C00307; Thu, 2 Sep 2010 12:20:32 +0200 (CEST) X-Auth-Info: txyg22YV/cw89vp1t6b/4m1wHDpQmPLqXKpNFD3I7Ag= Received: from mail.denx.de (host-82-135-33-74.customer.m-online.net [82.135.33.74]) by smtp-auth.mnet-online.de (Postfix) with ESMTPA id A8CA61C00252; Thu, 2 Sep 2010 12:20:32 +0200 (CEST) Received: from pollux.denx.de (pollux [192.168.1.1]) by mail.denx.de (Postfix) with ESMTP id 89A674107454; Thu, 2 Sep 2010 12:20:32 +0200 (CEST) Received: by pollux.denx.de (Postfix, from userid 512) id 6373410A1B7E3; Thu, 2 Sep 2010 12:20:32 +0200 (CEST) From: sposelenov@emcraft.com To: linuxppc-dev@lists.ozlabs.org Subject: [PATCH 2/2] [PPC] Motion-PRO: Changed the default blinking rate for the status LED to 200 ms, as per the customer's request. Date: Thu, 2 Sep 2010 12:20:32 +0200 Message-Id: <1283422832-9620-2-git-send-email-sposelenov@emcraft.com> X-Mailer: git-send-email 1.6.2.5 In-Reply-To: <1283422832-9620-1-git-send-email-sposelenov@emcraft.com> References: <1283422832-9620-1-git-send-email-sposelenov@emcraft.com> X-Mailman-Approved-At: Thu, 02 Sep 2010 22:28:28 +1000 Cc: Sergei Poselenov , wd@denx.de, dzu@denx.de X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@lists.ozlabs.org Errors-To: linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@lists.ozlabs.org From: Sergei Poselenov Signed-off-by: Sergei Poselenov --- arch/powerpc/boot/dts/motionpro.dts | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/powerpc/boot/dts/motionpro.dts b/arch/powerpc/boot/dts/motionpro.dts index 6ca4fc1..b469fc6 100644 --- a/arch/powerpc/boot/dts/motionpro.dts +++ b/arch/powerpc/boot/dts/motionpro.dts @@ -105,7 +105,7 @@ label = "motionpro-statusled"; reg = <0x660 0x10>; interrupts = <1 15 0>; - blink-delay = <100>; // 100 msec + blink-delay = <200>; // 200 msec }; motionpro-led@670 { // Motion-PRO ready LED