Re: [PATCH V2] ARM: tegra: enable palmas device for dalmore

2013-07-17 Thread Mikko Perttunen
On 07/17/2013 11:57 AM, Laxman Dewangan wrote: On Tuesday 16 July 2013 07:21 PM, Mikko Perttunen wrote: On 07/10/2013 10:37 AM, Laxman Dewangan wrote: + + palmas_gpio: gpio { + compatible = "ti,palmas-gpio"; +

Re: [PATCH V2] ARM: tegra: enable palmas device for dalmore

2013-07-17 Thread Laxman Dewangan
On Tuesday 16 July 2013 07:21 PM, Mikko Perttunen wrote: On 07/10/2013 10:37 AM, Laxman Dewangan wrote: + + palmas_gpio: gpio { + compatible = "ti,palmas-gpio"; + gpio-controller; +

Re: [PATCH V2] ARM: tegra: enable palmas device for dalmore

2013-07-17 Thread Laxman Dewangan
On Tuesday 16 July 2013 07:21 PM, Mikko Perttunen wrote: On 07/10/2013 10:37 AM, Laxman Dewangan wrote: + + palmas_gpio: gpio { + compatible = ti,palmas-gpio; + gpio-controller; +

Re: [PATCH V2] ARM: tegra: enable palmas device for dalmore

2013-07-17 Thread Mikko Perttunen
On 07/17/2013 11:57 AM, Laxman Dewangan wrote: On Tuesday 16 July 2013 07:21 PM, Mikko Perttunen wrote: On 07/10/2013 10:37 AM, Laxman Dewangan wrote: + + palmas_gpio: gpio { + compatible = ti,palmas-gpio; +

Re: [PATCH V2] ARM: tegra: enable palmas device for dalmore

2013-07-16 Thread Mikko Perttunen
On 07/10/2013 10:37 AM, Laxman Dewangan wrote: Make the entry of Dalmore Power Management Unit device TPS65913 in dalmore DTS file. The Palma driver support this device. Enable following submodule of the TPS65913: - GPIO driver - RTC driver. - Power regulator driver. Signed-off-by: Laxman

Re: [PATCH V2] ARM: tegra: enable palmas device for dalmore

2013-07-16 Thread Mikko Perttunen
On 07/10/2013 10:37 AM, Laxman Dewangan wrote: Make the entry of Dalmore Power Management Unit device TPS65913 in dalmore DTS file. The Palma driver support this device. Enable following submodule of the TPS65913: - GPIO driver - RTC driver. - Power regulator driver. Signed-off-by: Laxman

Re: [PATCH V2] ARM: tegra: enable palmas device for dalmore

2013-07-15 Thread Rhyland Klein
On 7/15/2013 1:28 PM, Laxman Dewangan wrote: > On Monday 15 July 2013 10:18 PM, Stephen Warren wrote: >> On 07/10/2013 01:37 AM, Laxman Dewangan wrote: >>> Make the entry of Dalmore Power Management Unit device TPS65913 >>> in dalmore DTS file. The Palma driver support this device. >>> >>> Enable

Re: [PATCH V2] ARM: tegra: enable palmas device for dalmore

2013-07-15 Thread Laxman Dewangan
On Monday 15 July 2013 10:18 PM, Stephen Warren wrote: On 07/10/2013 01:37 AM, Laxman Dewangan wrote: Make the entry of Dalmore Power Management Unit device TPS65913 in dalmore DTS file. The Palma driver support this device. Enable following submodule of the TPS65913: - GPIO driver - RTC

Re: [PATCH V2] ARM: tegra: enable palmas device for dalmore

2013-07-15 Thread Stephen Warren
On 07/10/2013 01:37 AM, Laxman Dewangan wrote: > Make the entry of Dalmore Power Management Unit device TPS65913 > in dalmore DTS file. The Palma driver support this device. > > Enable following submodule of the TPS65913: > - GPIO driver > - RTC driver. > - Power regulator driver. If I apply

Re: [PATCH V2] ARM: tegra: enable palmas device for dalmore

2013-07-15 Thread Stephen Warren
On 07/10/2013 01:37 AM, Laxman Dewangan wrote: Make the entry of Dalmore Power Management Unit device TPS65913 in dalmore DTS file. The Palma driver support this device. Enable following submodule of the TPS65913: - GPIO driver - RTC driver. - Power regulator driver. If I apply this, (at

Re: [PATCH V2] ARM: tegra: enable palmas device for dalmore

2013-07-15 Thread Laxman Dewangan
On Monday 15 July 2013 10:18 PM, Stephen Warren wrote: On 07/10/2013 01:37 AM, Laxman Dewangan wrote: Make the entry of Dalmore Power Management Unit device TPS65913 in dalmore DTS file. The Palma driver support this device. Enable following submodule of the TPS65913: - GPIO driver - RTC

Re: [PATCH V2] ARM: tegra: enable palmas device for dalmore

2013-07-15 Thread Rhyland Klein
On 7/15/2013 1:28 PM, Laxman Dewangan wrote: On Monday 15 July 2013 10:18 PM, Stephen Warren wrote: On 07/10/2013 01:37 AM, Laxman Dewangan wrote: Make the entry of Dalmore Power Management Unit device TPS65913 in dalmore DTS file. The Palma driver support this device. Enable following

[PATCH V2] ARM: tegra: enable palmas device for dalmore

2013-07-10 Thread Laxman Dewangan
Make the entry of Dalmore Power Management Unit device TPS65913 in dalmore DTS file. The Palma driver support this device. Enable following submodule of the TPS65913: - GPIO driver - RTC driver. - Power regulator driver. Signed-off-by: Laxman Dewangan --- Changes from V1: - renames nodes from

[PATCH V2] ARM: tegra: enable palmas device for dalmore

2013-07-10 Thread Laxman Dewangan
Make the entry of Dalmore Power Management Unit device TPS65913 in dalmore DTS file. The Palma driver support this device. Enable following submodule of the TPS65913: - GPIO driver - RTC driver. - Power regulator driver. Signed-off-by: Laxman Dewangan ldewan...@nvidia.com --- Changes from V1: -