Re: [U-Boot] [PATCH 1/2] stv0991: fdt: add stv0991 device tree

2015-05-01 Thread vikasm
Hi Simon, On 05/01/2015 04:45 PM, Simon Glass wrote: > Hi Vikas, > > On 1 May 2015 at 17:18, vikasm wrote: >> Thanks Simon, >> >> On 05/01/2015 04:01 PM, Simon Glass wrote: >>> Hi Vikas, >>> >>> On 1 May 2015 at 16:43, Vikas Manocha wrote: >>> >>> >> There is not much to add in the commit messa

Re: [U-Boot] [PATCH 1/2] stv0991: fdt: add stv0991 device tree

2015-05-01 Thread Simon Glass
Hi Vikas, On 1 May 2015 at 17:18, vikasm wrote: > Thanks Simon, > > On 05/01/2015 04:01 PM, Simon Glass wrote: >> Hi Vikas, >> >> On 1 May 2015 at 16:43, Vikas Manocha wrote: >> >> > > There is not much to add in the commit message apart from info in the title, > that is why i didn't add any me

Re: [U-Boot] [PATCH 1/2] stv0991: fdt: add stv0991 device tree

2015-05-01 Thread vikasm
Thanks Simon, On 05/01/2015 04:01 PM, Simon Glass wrote: > Hi Vikas, > > On 1 May 2015 at 16:43, Vikas Manocha wrote: > > There is not much to add in the commit message apart from info in the title, that is why i didn't add any message in the body. Please let me know if i am missing something

Re: [U-Boot] [PATCH 1/2] stv0991: fdt: add stv0991 device tree

2015-05-01 Thread Simon Glass
Hi Vikas, On 1 May 2015 at 16:43, Vikas Manocha wrote: > Signed-off-by: Vikas Manocha > --- > arch/arm/dts/Makefile |1 + > arch/arm/dts/stv0991.dts | 23 +++ > configs/stv0991_defconfig |1 + > include/configs/stv0991.h |3 +++ > 4 files changed, 28 in

[U-Boot] [PATCH 1/2] stv0991: fdt: add stv0991 device tree

2015-05-01 Thread Vikas Manocha
Signed-off-by: Vikas Manocha --- arch/arm/dts/Makefile |1 + arch/arm/dts/stv0991.dts | 23 +++ configs/stv0991_defconfig |1 + include/configs/stv0991.h |3 +++ 4 files changed, 28 insertions(+) create mode 100644 arch/arm/dts/stv0991.dts diff --git a/arc