[PATCH v2 1/2] leds: Add support for Palmas LEDs
Stephen Warren
swarren at wwwdotorg.org
Fri Mar 1 05:36:13 EST 2013
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?
More information about the devicetree-discuss
mailing list