Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755773AbdLORXj (ORCPT ); Fri, 15 Dec 2017 12:23:39 -0500 Received: from vegas.theobroma-systems.com ([144.76.126.164]:54771 "EHLO mail.theobroma-systems.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755415AbdLORXh (ORCPT ); Fri, 15 Dec 2017 12:23:37 -0500 From: Klaus Goger To: linux-rockchip@lists.infradead.org Cc: Will Deacon , Catalin Marinas , Heiko Stuebner , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Klaus Goger 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 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 721 Lines: 25 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 -- 2.11.0