From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Lartey Subject: Re: [PATCH v2 1/2] leds: Add support for Palmas LEDs Date: Thu, 28 Feb 2013 23:35:50 +0000 Message-ID: <512FE9D6.1010907@slimlogic.co.uk> References: <1362064909-634-1-git-send-email-ian@slimlogic.co.uk> <512FA39D.2060005@wwwdotorg.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <512FA39D.2060005@wwwdotorg.org> Sender: linux-kernel-owner@vger.kernel.org To: Stephen Warren Cc: linux-kernel@vger.kernel.org, linux-leds@vger.kernel.org, devicetree-discuss@lists.ozlabs.org, ldewangan@nvidia.com, j-keerthy@ti.com, gg@slimlogic.co.uk, cooloney@gmail.com, rpurdie@rpsys.net, grant.likely@secretlab.ca, rob.herring@calxeda.com, sameo@linux.intel.com, broonie@opensource.wolfsonmicro.com List-Id: devicetree@vger.kernel.org On 28/02/13 18:36, Stephen Warren wrote: > On 02/28/2013 08:21 AM, Ian Lartey wrote: >> The Palmas familly of chips has LED support. This is not always muxed >> to output pins so depending on the setting of the mux this driver >> will create the appropriate LED class devices. > >> +static struct of_device_id of_palmas_match_tbl[] = { >> + { .compatible = "ti,palmas-leds", }, >> + { /* end */ } >> +}; > > Is there DT binding documentation for this compatible value somewhere? I think with the other palmas DT discussions this may be subject to change. Once thay are resolved we'll get the documentation updated > > -- > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Please read the FAQ at http://www.tux.org/lkml/ >