From mboxrd@z Thu Jan 1 00:00:00 1970 From: soren.brinkmann@xilinx.com (=?utf-8?B?U8O2cmVu?= Brinkmann) Date: Fri, 31 Jul 2015 09:47:07 -0700 Subject: [RFCv3 4/4] ARM: zynq: Select ARCH_HAS_RESET_CONTROLLER In-Reply-To: <55BB2D39.6000004@xilinx.com> References: <1438305237-18497-1-git-send-email-moritz.fischer@ettus.com> <1438305237-18497-5-git-send-email-moritz.fischer@ettus.com> <55BB2D39.6000004@xilinx.com> Message-ID: <20150731164707.GF2650@xsjsorenbubuntu> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Fri, 2015-07-31 at 10:09AM +0200, Michal Simek wrote: > On 07/31/2015 03:13 AM, Moritz Fischer wrote: > > Signed-off-by: Moritz Fischer > > --- > > arch/arm/mach-zynq/Kconfig | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/arch/arm/mach-zynq/Kconfig b/arch/arm/mach-zynq/Kconfig > > index 78e5e00..77d7df7 100644 > > --- a/arch/arm/mach-zynq/Kconfig > > +++ b/arch/arm/mach-zynq/Kconfig > > @@ -1,5 +1,6 @@ > > config ARCH_ZYNQ > > bool "Xilinx Zynq ARM Cortex A9 Platform" if ARCH_MULTI_V7 > > + select ARCH_HAS_RESET_CONTROLLER > > select ARCH_SUPPORTS_BIG_ENDIAN > > select ARM_AMBA > > select ARM_GIC > > > > Reviewed-by: Michal Simek Acked-by: S?ren Brinkmann I personally, would prefer to decouple the logical outputs of the reset-controller from the HW. But, as Moritz pointed out, that seems rather uncommon for reset controllers. I think this is good to go. Thanks, S?ren