[PATCH v8 08/12] gpio: palmas: Enable DT support for palmas gpio.
Linus Walleij
linus.walleij at linaro.org
Thu Mar 14 01:20:41 EST 2013
On Thu, Mar 7, 2013 at 2:17 PM, Ian Lartey <ian at slimlogic.co.uk> wrote:
> From: J Keerthy <j-keerthy at ti.com>
>
> Enable DT support for palmas gpio.
>
> Signed-off-by: J Keerthy <j-keerthy at ti.com>
This needs to be CC: to devicetree-discuss.
> +static struct of_device_id of_palmas_match_tbl[] = {
> + { .compatible = "ti,palmas-gpio", },
> + { .compatible = "ti,palmas-charger-gpio", },
> + { .compatible = "ti,twl6035-gpio", },
> + { .compatible = "ti,twl6036-gpio", },
> + { .compatible = "ti,twl6037-gpio", },
> + { .compatible = "ti,tps65913-gpio", },
> + { .compatible = "ti,tps65914-gpio", },
> + { .compatible = "ti,tps80036-gpio", },
> + { /* end */ }
> +};
I can see that the binding came in a previous patch in this series, OK.
Acked-by: Linus Walleij <linus.walleij at linaro.org>
Yours,
Linus Walleij
More information about the devicetree-discuss
mailing list