From patchwork Fri Dec 15 17:23:20 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Klaus Goger X-Patchwork-Id: 10115659 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 B0E7A60231 for ; Fri, 15 Dec 2017 17:24:26 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 9255528448 for ; Fri, 15 Dec 2017 17:24:26 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 85613287AA; Fri, 15 Dec 2017 17:24:26 +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=-4.2 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [65.50.211.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 C41B028448 for ; Fri, 15 Dec 2017 17:24:25 +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: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:In-Reply-To: References:List-Owner; bh=u8ert9HcgpcM9B/KOPc1nPMihrX2vWeSOB56VAh+Ozk=; b=q9f Un4n5AbBt2G5IK+pywXyehjc+RwokNECMSc6gOXSF3w/UvU4P4g8RF8BVOQnh3S9Gzgb6F/1z7PIx oYY+Gcob0+mBcuTe/7O+3ms6c0hg6fbRo9p+ixiJYqBOBhU69apadh4fEJRhpyPrkfKgYWfSsPXRm g4rqON4UtGy4NXS3cv+HCJsrrqXTNnUTHmGGa3GesRVF8AEwGnhRE6gVJ90beKeYy8kJu1Et6a4cl DlTYRDqhbtwJYt2NvpSWOjgcxOukGOsqikrylxNo8LC8p8M7MbAX0pjh6r4ENK71o5lsC1aPH2/71 jyQyUpO9+0d964R069z8lfbkY25RUwg==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1ePtiP-00066k-AR; Fri, 15 Dec 2017 17:24:05 +0000 Received: from vegas.theobroma-systems.com ([144.76.126.164] helo=mail.theobroma-systems.com) by bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1ePtiI-000625-6K; Fri, 15 Dec 2017 17:24:04 +0000 Received: from [86.59.122.178] (port=53562 helo=blau.lan) by mail.theobroma-systems.com with esmtps (TLS1.2:DHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.80) (envelope-from ) id 1ePtho-0006he-90; Fri, 15 Dec 2017 18:23:28 +0100 From: Klaus Goger To: linux-rockchip@lists.infradead.org Subject: [PATCH] arm64: defconfig: enable Rockchip IO domain support Date: Fri, 15 Dec 2017 18:23:20 +0100 Message-Id: <20171215172320.17288-1-klaus.goger@theobroma-systems.com> X-Mailer: git-send-email 2.11.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20171215_092358_599399_2C231902 X-CRM114-Status: UNSURE ( 4.59 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-rockchip@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Upstream kernel work for Rockchip platforms List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Heiko Stuebner , Catalin Marinas , Will Deacon , linux-kernel@vger.kernel.org, Klaus Goger , linux-arm-kernel@lists.infradead.org MIME-Version: 1.0 Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+patchwork-linux-rockchip=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP Without Rockchip IO domain support the internal level shifters will be misconfigured if used with other voltage domains then the default. Signed-off-by: Klaus Goger --- arch/arm64/configs/defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 6356c6da34ea..cad81b1723d8 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -311,6 +311,8 @@ CONFIG_GPIO_XGENE_SB=y CONFIG_GPIO_PCA953X=y CONFIG_GPIO_PCA953X_IRQ=y CONFIG_GPIO_MAX77620=y +CONFIG_POWER_AVS=y +CONFIG_ROCKCHIP_IODOMAIN=y CONFIG_POWER_RESET_MSM=y CONFIG_POWER_RESET_XGENE=y CONFIG_POWER_RESET_SYSCON=y