On Thu, Mar 7, 2013 at 2:17 PM, Ian Lartey <[email protected]> wrote:
> From: J Keerthy <[email protected]> > > Enable DT support for palmas gpio. > > Signed-off-by: J Keerthy <[email protected]> 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 <[email protected]> Yours, Linus Walleij _______________________________________________ devicetree-discuss mailing list [email protected] https://lists.ozlabs.org/listinfo/devicetree-discuss
