From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rajendra Nayak Subject: [PATCH 1/5] arm64: qcom: Select PM_GENERIC_DOMAINS Date: Tue, 21 Mar 2017 11:45:19 +0530 Message-ID: <1490076923-20194-2-git-send-email-rnayak@codeaurora.org> References: <1490076923-20194-1-git-send-email-rnayak@codeaurora.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1490076923-20194-1-git-send-email-rnayak@codeaurora.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: sboyd@codeaurora.org, mturquette@baylibre.com Cc: linux-arm-msm@vger.kernel.org, Rajendra Nayak , linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Catalin Marinas List-Id: linux-arm-msm@vger.kernel.org Enable PM_GENERIC_DOMAINS for 64-bit qualcomm platforms. This is required to ensure devices which are dependent on some gdscs (powerdomains) to be powered on before they can be probed, work as expected. CC: Catalin Marinas Signed-off-by: Rajendra Nayak --- arch/arm64/Kconfig.platforms | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index 129cc5a..c5ae2cf 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -115,6 +115,8 @@ config ARCH_QCOM bool "Qualcomm Platforms" select GPIOLIB select PINCTRL + select PM + select PM_GENERIC_DOMAINS help This enables support for the ARMv8 based Qualcomm chipsets. -- QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation