Re: [PATCH V2] ARM: tegra: enable gpio-keys on dalmore

2013-07-10 Thread Laxman Dewangan
On Tuesday 09 July 2013 11:34 AM, Thierry Reding wrote: * PGP Signed by an unknown key On Sat, Jul 06, 2013 at 02:44:29PM +0530, Laxman Dewangan wrote: D + + home { + label = "Home"; + gpios = < TEGRA_GPIO(I, 5) GPIO_ACTIVE_LOW>; +

Re: [PATCH V2] ARM: tegra: enable gpio-keys on dalmore

2013-07-10 Thread Laxman Dewangan
On Tuesday 09 July 2013 11:34 AM, Thierry Reding wrote: * PGP Signed by an unknown key On Sat, Jul 06, 2013 at 02:44:29PM +0530, Laxman Dewangan wrote: D + + home { + label = Home; + gpios = gpio TEGRA_GPIO(I, 5) GPIO_ACTIVE_LOW; +

Re: [PATCH V2] ARM: tegra: enable gpio-keys on dalmore

2013-07-09 Thread Thierry Reding
On Sat, Jul 06, 2013 at 02:44:29PM +0530, Laxman Dewangan wrote: > Dalmore have the keys mounted on board which are connected > to different pins of Tegra. > > Add the keys entry in DTS file to enable key functionality. > This will enable KEY_POWER, KEY_HOME, KEY_VOLUMEUP and > KEY_VOLUMEDOWN. >

Re: [PATCH V2] ARM: tegra: enable gpio-keys on dalmore

2013-07-09 Thread Thierry Reding
On Sat, Jul 06, 2013 at 02:44:29PM +0530, Laxman Dewangan wrote: Dalmore have the keys mounted on board which are connected to different pins of Tegra. Add the keys entry in DTS file to enable key functionality. This will enable KEY_POWER, KEY_HOME, KEY_VOLUMEUP and KEY_VOLUMEDOWN.

Re: [PATCH V2] ARM: tegra: enable gpio-keys on dalmore

2013-07-08 Thread Laxman Dewangan
On Monday 08 July 2013 09:21 PM, Stephen Warren wrote: On 07/06/2013 03:14 AM, Laxman Dewangan wrote: diff --git a/arch/arm/boot/dts/tegra114-dalmore.dts b/arch/arm/boot/dts/tegra114-dalmore.dts @@ -976,4 +1005,5 @@ <_car TEGRA114_CLK_EXTERN1>;

Re: [PATCH V2] ARM: tegra: enable gpio-keys on dalmore

2013-07-08 Thread Stephen Warren
On 07/06/2013 03:14 AM, Laxman Dewangan wrote: > Dalmore have the keys mounted on board which are connected > to different pins of Tegra. > > Add the keys entry in DTS file to enable key functionality. > This will enable KEY_POWER, KEY_HOME, KEY_VOLUMEUP and > KEY_VOLUMEDOWN. > diff --git

Re: [PATCH V2] ARM: tegra: enable gpio-keys on dalmore

2013-07-08 Thread Stephen Warren
On 07/06/2013 03:14 AM, Laxman Dewangan wrote: Dalmore have the keys mounted on board which are connected to different pins of Tegra. Add the keys entry in DTS file to enable key functionality. This will enable KEY_POWER, KEY_HOME, KEY_VOLUMEUP and KEY_VOLUMEDOWN. diff --git

Re: [PATCH V2] ARM: tegra: enable gpio-keys on dalmore

2013-07-08 Thread Laxman Dewangan
On Monday 08 July 2013 09:21 PM, Stephen Warren wrote: On 07/06/2013 03:14 AM, Laxman Dewangan wrote: diff --git a/arch/arm/boot/dts/tegra114-dalmore.dts b/arch/arm/boot/dts/tegra114-dalmore.dts @@ -976,4 +1005,5 @@ tegra_car TEGRA114_CLK_EXTERN1;

[PATCH V2] ARM: tegra: enable gpio-keys on dalmore

2013-07-06 Thread Laxman Dewangan
Dalmore have the keys mounted on board which are connected to different pins of Tegra. Add the keys entry in DTS file to enable key functionality. This will enable KEY_POWER, KEY_HOME, KEY_VOLUMEUP and KEY_VOLUMEDOWN. Signed-off-by: Laxman Dewangan --- Changes from V1: - Reorder the nodes.

[PATCH V2] ARM: tegra: enable gpio-keys on dalmore

2013-07-06 Thread Laxman Dewangan
Dalmore have the keys mounted on board which are connected to different pins of Tegra. Add the keys entry in DTS file to enable key functionality. This will enable KEY_POWER, KEY_HOME, KEY_VOLUMEUP and KEY_VOLUMEDOWN. Signed-off-by: Laxman Dewangan ldewan...@nvidia.com --- Changes from V1: -