Re: [PATCH V3] gpio: palmas: add dt support

From: Linus Walleij
Date: Sun Jul 21 2013 - 11:28:19 EST


On Fri, Jul 5, 2013 at 3:26 PM, Laxman Dewangan <ldewangan@xxxxxxxxxx> wrote:

> Add of_device_id table for Palma GPIO to be enable the
> driver from DT file.
>
> The driver can be registered from DT file as:
> palmas: tps65913@58 {
> :::::::::::
> palmas_gpio: palmas_gpio {
> compatible = "ti,palmas-gpio";
> gpio-controller;
> #gpio-cells = <2>;
> };
> };
>
> Signed-off-by: Laxman Dewangan <ldewangan@xxxxxxxxxx>

Looks alright to me, but please resend this and include
devicetree@xxxxxxxxxxxxxxx on the repost, this is where
DT bindings gets reviewed nowadays.

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/