From patchwork Mon Jun 25 03:34:45 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 10484993 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 553AF60230 for ; Mon, 25 Jun 2018 03:35:46 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 2C13A284AA for ; Mon, 25 Jun 2018 03:35:46 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 20B612891B; Mon, 25 Jun 2018 03:35:46 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.9 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 816CF284AA for ; Mon, 25 Jun 2018 03:35:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:References: In-Reply-To:Message-Id:Date:Subject:To:From:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Owner; bh=oofM0mn5oEcg30GWmwwp4kY6IueCPPj9w8jN30pLXps=; b=gp60iriO0OG/P5JMSBovjJfNO/ zoUhwExRdDu04BOy32Sa0DEzkydl0V15rI52q5nAHden/6N2/0K5bajKomos6u3FcKIQSmoHCSSfq JxghOwu71H8MD9k17KIt1/c/g/NlxltmaT4N7RNxRB0RiBwerFngsVokRNTs7tVzymSZ/tp4DeOIK NfG/uebHDOx9k02Ihygjmcpx/uo6YwKf2eGIu7Y59VH+HmBUoZfWqIGeUcomxiFvGICDT7wTVROZ9 63Cj4mBJjlvIiwV/kkkl+Q0Miyd7XACNUgLVaHdSm7G1YQlmT4rHeJmAXPmC4c9BiwEfRfXG+iwbQ gvQ4hAIA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1fXII1-000119-AA; Mon, 25 Jun 2018 03:35:41 +0000 Received: from conuserg-11.nifty.com ([210.131.2.78]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1fXIHx-00010L-Pk for linux-arm-kernel@lists.infradead.org; Mon, 25 Jun 2018 03:35:39 +0000 Received: from pug.e01.socionext.com (p14092-ipngnfx01kyoto.kyoto.ocn.ne.jp [153.142.97.92]) (authenticated) by conuserg-11.nifty.com with ESMTP id w5P3YrPZ012508; Mon, 25 Jun 2018 12:34:54 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-11.nifty.com w5P3YrPZ012508 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1529897694; bh=mnGLruqlKKCL7Hp12gMKZFZ6jyP3pl0EqnTnLbLtjb8=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=iytV47+VfXYRgtgdxndYcNwF3yA+AwwIVz+zhokDg2abJZAWGl2XJ6Z/LX6mSAdPf Unm9kg4VCYwGjoHLRjo/4WoKFKaGd+UInCrnOkcRzqUaTQuqN+B9BuG4pcgvFPfZps 8nPeyAGazNiw9hwEh/ymOFKIPOiYfJXoHCNqqshQlN8PfAI7aoZnWIGYoyNdQ7p7dk XrmYmhr1ReUmdl11kINccLBQExsZ01x0/WBh3aVe/SA3+3k838J8eyL2kEmN/DRX7V uy6rQwcV6K5o86BVfjsU0h7aquZQ7L4pKSJkDhWom4Q94FT/E6jYj3MkYQqoT4JVFN Jdx8kjf4YLgag== X-Nifty-SrcIP: [153.142.97.92] From: Masahiro Yamada To: linux-arm-kernel@lists.infradead.org Subject: [PATCH 2/2] arm64: uniphier: select RESET_CONTROLLER Date: Mon, 25 Jun 2018 12:34:45 +0900 Message-Id: <1529897685-15029-2-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1529897685-15029-1-git-send-email-yamada.masahiro@socionext.com> References: <1529897685-15029-1-git-send-email-yamada.masahiro@socionext.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20180624_203538_196822_332BEAFB X-CRM114-Status: UNSURE ( 8.80 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Masahiro Yamada , Catalin Marinas , Will Deacon , linux-kernel@vger.kernel.org, Jassi Brar , Masami Hiramatsu MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP The UniPhier platform highly relies on the reset controller. Select RESET_CONTROLLER to enable it forcibly. Signed-off-by: Masahiro Yamada --- arch/arm64/Kconfig.platforms | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index d5aeac3..f34cd1b 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -261,6 +261,7 @@ config ARCH_UNIPHIER bool "Socionext UniPhier SoC Family" select ARCH_HAS_RESET_CONTROLLER select PINCTRL + select RESET_CONTROLLER help This enables support for Socionext UniPhier SoC family.