From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bjorn Andersson Subject: Re: [PATCH] arm64: defconfig: Enable the APCS IPC driver on Qualcomm platforms Date: Mon, 12 Feb 2018 17:13:02 -0800 Message-ID: <20180213011302.GZ7250@minitux> References: <6ab84c75aadc152fdd7c63282ee6690096b8b704.1518415510.git.amit.kucheria@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-pg0-f67.google.com ([74.125.83.67]:43222 "EHLO mail-pg0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932736AbeBMBNF (ORCPT ); Mon, 12 Feb 2018 20:13:05 -0500 Received: by mail-pg0-f67.google.com with SMTP id f6so8724937pgs.10 for ; Mon, 12 Feb 2018 17:13:05 -0800 (PST) Content-Disposition: inline In-Reply-To: <6ab84c75aadc152fdd7c63282ee6690096b8b704.1518415510.git.amit.kucheria@linaro.org> Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: Amit Kucheria Cc: andy.gross@linaro.org, linux-arm-msm@vger.kernel.org, Catalin Marinas , Will Deacon , Arnd Bergmann , Gregory CLEMENT , Timur Tabi , Wei Xu , Alex Elder , Rob Herring , Heiko Stuebner , Krzysztof Kozlowski , Ard Biesheuvel , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org On Mon 12 Feb 03:03 PST 2018, Amit Kucheria wrote: > The APCS block is present on several Qualcomm SoCs e.g. 8916, 8996. On the > 8916 it is needed to enable the clock controller that in turn enables > cpufreq on the platform while on the 8996 it is needed for communication > with RPM. > Acked-by: Bjorn Andersson Regards, Bjorn > Signed-off-by: Amit Kucheria > --- > arch/arm64/configs/defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig > index 634b373..96a8ed8 100644 > --- a/arch/arm64/configs/defconfig > +++ b/arch/arm64/configs/defconfig > @@ -525,6 +525,7 @@ CONFIG_ARM_MHU=y > CONFIG_PLATFORM_MHU=y > CONFIG_BCM2835_MBOX=y > CONFIG_HI6220_MBOX=y > +CONFIG_QCOM_APCS_IPC=y > CONFIG_ROCKCHIP_IOMMU=y > CONFIG_ARM_SMMU=y > CONFIG_ARM_SMMU_V3=y > -- > 2.7.4 > From mboxrd@z Thu Jan 1 00:00:00 1970 From: bjorn.andersson@linaro.org (Bjorn Andersson) Date: Mon, 12 Feb 2018 17:13:02 -0800 Subject: [PATCH] arm64: defconfig: Enable the APCS IPC driver on Qualcomm platforms In-Reply-To: <6ab84c75aadc152fdd7c63282ee6690096b8b704.1518415510.git.amit.kucheria@linaro.org> References: <6ab84c75aadc152fdd7c63282ee6690096b8b704.1518415510.git.amit.kucheria@linaro.org> Message-ID: <20180213011302.GZ7250@minitux> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Mon 12 Feb 03:03 PST 2018, Amit Kucheria wrote: > The APCS block is present on several Qualcomm SoCs e.g. 8916, 8996. On the > 8916 it is needed to enable the clock controller that in turn enables > cpufreq on the platform while on the 8996 it is needed for communication > with RPM. > Acked-by: Bjorn Andersson Regards, Bjorn > Signed-off-by: Amit Kucheria > --- > arch/arm64/configs/defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig > index 634b373..96a8ed8 100644 > --- a/arch/arm64/configs/defconfig > +++ b/arch/arm64/configs/defconfig > @@ -525,6 +525,7 @@ CONFIG_ARM_MHU=y > CONFIG_PLATFORM_MHU=y > CONFIG_BCM2835_MBOX=y > CONFIG_HI6220_MBOX=y > +CONFIG_QCOM_APCS_IPC=y > CONFIG_ROCKCHIP_IOMMU=y > CONFIG_ARM_SMMU=y > CONFIG_ARM_SMMU_V3=y > -- > 2.7.4 >