Path: csiph.com!aioe.org!bofh.it!news.nic.it!robomod From: Masahiro Yamada Newsgroups: linux.kernel Subject: [PATCH] arm64: uniphier: select ARCH_HAS_RESET_CONTROLLER Date: Sat, 08 Oct 2016 04:30:01 +0200 Message-ID: Dkim-Filter: OpenDKIM Filter v2.10.3 conuserg-08.nifty.com u982Pil6020053 Dkim-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1475893552; bh=cU7fIqXARXONLMUc3PmlxmTX4a3P0JbM537NSpzz5yg=; h=From:To:Cc:Subject:Date:From; b=GTGv616NZ68BB71rBWj/VJ0G2S2IWNi0TM4JXCa2IjYOiGnOHMXrMEeajWVGEhSBP WWy877gv8cVyaw4OXaHnqL9WS5Mw6l3o510zDoMMgUFJTZ1iVngUWjcMuGkH23gRb0 +bDkgjTzoKXvWoWLyD9OnpB3oT+lIy3h3Y5Y4qaMJf+9KKDPwJ+ENwFZ6eKcKaPQBc 8fNWkh/Uy8BmU27gNyj2kbxKdrFhuk7oVrqjBu8rd8fjlaFb2K+2gwt+/ToHCkV/Lu S+YA4m95jz9PsVcSLwnOXIyj30CdiBl5Ln3c3ihXXDcoSwn50SL/nlqkrA+8Y+OATc 0UFrcm+BKULMQ== X-Nifty-Srcip: [111.169.71.157] X-Mailer: git-send-email 1.9.1 Sender: robomod@news.nic.it List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Approved: robomod@news.nic.it Lines: 29 Organization: linux.* mail to news gateway X-Original-Cc: Arnd Bergmann , Philipp Zabel , Masahiro Yamada , Will Deacon , Catalin Marinas , linux-kernel@vger.kernel.org X-Original-Date: Sat, 8 Oct 2016 11:25:34 +0900 X-Original-Message-ID: <1475893534-12198-1-git-send-email-yamada.masahiro@socionext.com> X-Original-Sender: linux-kernel-owner@vger.kernel.org Xref: csiph.com linux.kernel:1497646 The UniPhier reset driver (drivers/reset/reset-uniphier.c) has been merged. Select ARCH_HAS_RESET_CONTROLLER from the SoC Kconfig. Signed-off-by: Masahiro Yamada --- This is a counter-part of the following ARM-32bit variant: https://patchwork.kernel.org/patch/9341021/ As discussed with Philipp, we go ARCH_HAS_RESET_CONTROLLER for now. arch/arm64/Kconfig.platforms | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index b6b3657..d4f5f5c 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -178,6 +178,7 @@ config ARCH_THUNDER config ARCH_UNIPHIER bool "Socionext UniPhier SoC Family" + select ARCH_HAS_RESET_CONTROLLER select PINCTRL help This enables support for Socionext UniPhier SoC family. -- 1.9.1