From: Laxman Dewangan Date: Tue, 23 Jul 2013 07:36:04 +0000 (+0530) Subject: gpio: palmas: add dt support X-Git-Tag: v3.12-rc1~111^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5763318f562fc0b30f729dce531b2982e29db463;p=pandora-kernel.git gpio: palmas: add dt support 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 Acked-by: Stephen Warren Signed-off-by: Linus Walleij --- Reading git-diff-tree failed