Re: [PATCH RFC 4/6] ARM: OMAP2+: AM43x/AM335x: have reset controller

2013-10-08 Thread Tony Lindgren
* Afzal Mohammed af...@ti.com [130902 07:27]:
 AM43x, AM335x have reset block as part of prcm, let reset driver be
 usable with these SoC's.

Once the driver is ready, this can be merged along with the 
reset driver:

Acked-by: Tony Lindgren t...@atomide.com
 
 Signed-off-by: Afzal Mohammed af...@ti.com
 ---
  arch/arm/mach-omap2/Kconfig | 2 ++
  1 file changed, 2 insertions(+)
 
 diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig
 index 3eed000..fa28d1d 100644
 --- a/arch/arm/mach-omap2/Kconfig
 +++ b/arch/arm/mach-omap2/Kconfig
 @@ -72,6 +72,7 @@ config SOC_AM33XX
   select CPU_V7
   select MULTI_IRQ_HANDLER
   select COMMON_CLK
 + select ARCH_HAS_RESET_CONTROLLER
  
  config SOC_AM43XX
   bool TI AM43x
 @@ -82,6 +83,7 @@ config SOC_AM43XX
   select ARM_GIC
   select COMMON_CLK
   select MACH_OMAP_GENERIC
 + select ARCH_HAS_RESET_CONTROLLER
  
  config ARCH_OMAP2PLUS
   bool
 -- 
 1.8.3.4
 
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH RFC 4/6] ARM: OMAP2+: AM43x/AM335x: have reset controller

2013-09-02 Thread Afzal Mohammed
AM43x, AM335x have reset block as part of prcm, let reset driver be
usable with these SoC's.

Signed-off-by: Afzal Mohammed af...@ti.com
---
 arch/arm/mach-omap2/Kconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig
index 3eed000..fa28d1d 100644
--- a/arch/arm/mach-omap2/Kconfig
+++ b/arch/arm/mach-omap2/Kconfig
@@ -72,6 +72,7 @@ config SOC_AM33XX
select CPU_V7
select MULTI_IRQ_HANDLER
select COMMON_CLK
+   select ARCH_HAS_RESET_CONTROLLER
 
 config SOC_AM43XX
bool TI AM43x
@@ -82,6 +83,7 @@ config SOC_AM43XX
select ARM_GIC
select COMMON_CLK
select MACH_OMAP_GENERIC
+   select ARCH_HAS_RESET_CONTROLLER
 
 config ARCH_OMAP2PLUS
bool
-- 
1.8.3.4

--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html