From patchwork Fri Oct 28 09:03:32 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sekhar Nori X-Patchwork-Id: 79866 Delivered-To: patch@linaro.org Received: by 10.140.97.247 with SMTP id m110csp1067158qge; Fri, 28 Oct 2016 02:06:02 -0700 (PDT) X-Received: by 10.99.122.19 with SMTP id v19mr1957613pgc.64.1477645562504; Fri, 28 Oct 2016 02:06:02 -0700 (PDT) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 79si12384336pfr.275.2016.10.28.02.06.01; Fri, 28 Oct 2016 02:06:02 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of devicetree-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of devicetree-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=devicetree-owner@vger.kernel.org; dmarc=fail (p=NONE dis=NONE) header.from=ti.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758253AbcJ1JGA (ORCPT + 7 others); Fri, 28 Oct 2016 05:06:00 -0400 Received: from devils.ext.ti.com ([198.47.26.153]:44678 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755954AbcJ1JF7 (ORCPT ); Fri, 28 Oct 2016 05:05:59 -0400 Received: from dlelxv90.itg.ti.com ([172.17.2.17]) by devils.ext.ti.com (8.13.7/8.13.7) with ESMTP id u9S93aeW003738; Fri, 28 Oct 2016 04:03:37 -0500 Received: from DLEE70.ent.ti.com (dlemailx.itg.ti.com [157.170.170.113]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id u9S93aIB021998; Fri, 28 Oct 2016 04:03:36 -0500 Received: from dflp33.itg.ti.com (10.64.6.16) by DLEE70.ent.ti.com (157.170.170.113) with Microsoft SMTP Server id 14.3.294.0; Fri, 28 Oct 2016 04:03:36 -0500 Received: from [172.24.190.171] (ileax41-snat.itg.ti.com [10.172.224.153]) by dflp33.itg.ti.com (8.14.3/8.13.8) with ESMTP id u9S93XWG005021; Fri, 28 Oct 2016 04:03:34 -0500 Subject: Re: [PATCH 4/5] ARM: davinci: enable LEDs default-on trigger in default config To: David Lechner , Kevin Hilman References: <1477075018-20176-1-git-send-email-david@lechnology.com> <1477075018-20176-5-git-send-email-david@lechnology.com> <669b14c2-7f62-35bc-c8a3-6dde05a99fb1@ti.com> CC: Rob Herring , Mark Rutland , Russell King , , , From: Sekhar Nori Message-ID: <62bfb9e3-c752-99e3-78c2-944d95735847@ti.com> Date: Fri, 28 Oct 2016 14:33:32 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Thursday 27 October 2016 09:19 PM, David Lechner wrote: > Yes, module is OK here. Here is the patch I pushed to v4.10/defconfig. Thanks, Sekhar ---8<--- From: David Lechner Date: Fri, 21 Oct 2016 13:36:56 -0500 Subject: [PATCH] ARM: davinci_all_defconfig: enable LED default-on trigger The LEDs default-on trigger is nice to have. For example, it can be used to configure a LED as a power indicator. Signed-off-by: David Lechner [nsekhar@ti.com: build as module, subject line fixes] Signed-off-by: Sekhar Nori --- arch/arm/configs/davinci_all_defconfig | 1 + 1 file changed, 1 insertion(+) -- 2.9.0 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/arch/arm/configs/davinci_all_defconfig b/arch/arm/configs/davinci_all_defconfig index 513978eaf03d..b5e978ff177f 100644 --- a/arch/arm/configs/davinci_all_defconfig +++ b/arch/arm/configs/davinci_all_defconfig @@ -180,6 +180,7 @@ CONFIG_LEDS_GPIO=m CONFIG_LEDS_TRIGGERS=y CONFIG_LEDS_TRIGGER_TIMER=m CONFIG_LEDS_TRIGGER_HEARTBEAT=m +CONFIG_LEDS_TRIGGER_DEFAULT_ON=m CONFIG_RTC_CLASS=y CONFIG_RTC_DRV_OMAP=m CONFIG_DMADEVICES=y