Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758048AbcC2VLC (ORCPT ); Tue, 29 Mar 2016 17:11:02 -0400 Received: from mail-pf0-f171.google.com ([209.85.192.171]:34492 "EHLO mail-pf0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754157AbcC2VK7 (ORCPT ); Tue, 29 Mar 2016 17:10:59 -0400 Date: Tue, 29 Mar 2016 14:10:55 -0700 From: Bjorn Andersson To: Nicolas Dechesne Cc: Srinivas Kandagatla , Andy Gross , linux-arm-msm , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, lkml , linux-soc@vger.kernel.org Subject: Re: [PATCH 10/12] ARM: dts: dragonboard-600c: Add on board leds support Message-ID: <20160329211055.GU8929@tuxbot> References: <1458762366-9233-1-git-send-email-srinivas.kandagatla@linaro.org> <1458762484-9768-1-git-send-email-srinivas.kandagatla@linaro.org> <20160327055012.GD8929@tuxbot> <56FA8F47.7070200@linaro.org> <20160329145115.GO8929@tuxbot> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1153 Lines: 37 On Tue 29 Mar 11:32 PDT 2016, Nicolas Dechesne wrote: > On Tue, Mar 29, 2016 at 4:51 PM, Bjorn Andersson > wrote: > >> Am ok, to change, did you get activity leds works with any of these strings > >> with WLAN or BT? > >> > > > > I did test them; rx, assoc and radio seems to work. Tx does not tickle > > the led, but should probably. > > > > I didn't find the spec for the baord, so I'm not sure what the LEDs > > should indicate. But it feels like radio or assoc makes most sense, and > > follows what we can do with the BT led. > > this is in the 96boards 'specs' at [1], which states > > - > The User LEDs shall be directly programmable from the SoC. > 1. WiFi activity LED > 2. Bluetooth activity LED > - > > [1] http://www.96boards.org/ce-specification Thanks Nico. I presume "activity" here means it should be off and blink upon data being transmitted in either direction? Sounds like we need to plan some work to extend the existing triggers with a phyXactivity and hciX-activity. For now I think we should go with phy0assoc and hci-power though, so we have something related to WiFi and BT. Regards, Bjorn