Re: [PATCH 2/2] ARM: tegra: convert device tree file of Dalmore to use pinctrl defines

2013-12-04 Thread Stephen Warren
On 12/03/2013 10:51 PM, Laxman Dewangan wrote: > On Wednesday 04 December 2013 01:39 AM, Stephen Warren wrote: >> On 12/02/2013 06:55 AM, Laxman Dewangan wrote: >>> Signed-off-by: Laxman Dewangan >> Patch description? >> >> BTW, did you compile all the Tegra DT files before and after this >> chang

Re: [PATCH 2/2] ARM: tegra: convert device tree file of Dalmore to use pinctrl defines

2013-12-03 Thread Laxman Dewangan
On Wednesday 04 December 2013 01:39 AM, Stephen Warren wrote: On 12/02/2013 06:55 AM, Laxman Dewangan wrote: Signed-off-by: Laxman Dewangan Patch description? BTW, did you compile all the Tegra DT files before and after this change, and make sure that there's zero difference between them (i.e

Re: [PATCH 2/2] ARM: tegra: convert device tree file of Dalmore to use pinctrl defines

2013-12-03 Thread Stephen Warren
On 12/02/2013 06:55 AM, Laxman Dewangan wrote: > Signed-off-by: Laxman Dewangan Patch description? BTW, did you compile all the Tegra DT files before and after this change, and make sure that there's zero difference between them (i.e. they're identical byte-for-byte when compiled)? I don't feel

[PATCH 2/2] ARM: tegra: convert device tree file of Dalmore to use pinctrl defines

2013-12-02 Thread Laxman Dewangan
Signed-off-by: Laxman Dewangan --- arch/arm/boot/dts/tegra114-dalmore.dts | 549 1 files changed, 275 insertions(+), 274 deletions(-) diff --git a/arch/arm/boot/dts/tegra114-dalmore.dts b/arch/arm/boot/dts/tegra114-dalmore.dts index cb5ec23..ea0eb31 100644 ---