Re: [PATCH 2/3] ARM: S5P: Add System define for arch_reset()

2010-06-24 Thread Jassi Brar
On Thu, Jun 24, 2010 at 10:11 PM, Kukjin Kim wrote: > Kyungmin Park wrote: >> >> On Thu, Jun 24, 2010 at 7:31 AM, Kukjin Kim wrote: >> > From: Jongpill Lee >> > >> > This patch adds system define for arch_reset() using Watchdog reset. >> > And adds IO mapping for using WDT. >> >> Are there any r

RE: [PATCH 2/3] ARM: S5P: Add System define for arch_reset()

2010-06-24 Thread Kukjin Kim
Kyungmin Park wrote: > > On Thu, Jun 24, 2010 at 7:31 AM, Kukjin Kim wrote: > > From: Jongpill Lee > > > > This patch adds system define for arch_reset() using Watchdog reset. > > And adds IO mapping for using WDT. > > Are there any reason to use the WDT to system reset? Yeah, I already commen

Re: [PATCH 2/3] ARM: S5P: Add System define for arch_reset()

2010-06-23 Thread Kyungmin Park
On Thu, Jun 24, 2010 at 7:31 AM, Kukjin Kim wrote: > From: Jongpill Lee > > This patch adds system define for arch_reset() using Watchdog reset. > And adds IO mapping for using WDT. Are there any reason to use the WDT to system reset? As original purpose of WDT. doesn't it better to use system r

[PATCH 2/3] ARM: S5P: Add System define for arch_reset()

2010-06-23 Thread Kukjin Kim
From: Jongpill Lee This patch adds system define for arch_reset() using Watchdog reset. And adds IO mapping for using WDT. Signed-off-by: Jongpill Lee Signed-off-by: Kukjin Kim --- arch/arm/plat-s5p/cpu.c |5 + arch/arm/plat-s5p/include/plat/system-reset.h | 24