Re: [PATCH v8 08/12] gpio: palmas: Enable DT support for palmas gpio.

From: Linus Walleij
Date: Wed Mar 13 2013 - 10:20:49 EST


On Thu, Mar 7, 2013 at 2:17 PM, Ian Lartey <ian@xxxxxxxxxxxxxxx> wrote:

> From: J Keerthy <j-keerthy@xxxxxx>
>
> Enable DT support for palmas gpio.
>
> Signed-off-by: J Keerthy <j-keerthy@xxxxxx>

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@xxxxxxxxxx>

Yours,
Linus Walleij
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/