From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C9E49C433F5 for ; Fri, 29 Oct 2021 08:31:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A9B9861166 for ; Fri, 29 Oct 2021 08:31:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232468AbhJ2IeL (ORCPT ); Fri, 29 Oct 2021 04:34:11 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48556 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232455AbhJ2IeK (ORCPT ); Fri, 29 Oct 2021 04:34:10 -0400 Received: from bhuna.collabora.co.uk (bhuna.collabora.co.uk [IPv6:2a00:1098:0:82:1000:25:2eeb:e3e3]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A37FCC061570 for ; Fri, 29 Oct 2021 01:31:42 -0700 (PDT) Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: gtucker) with ESMTPSA id CE2C21F45739 Subject: Re: [PATCH 1/2] arm64: defconfig: Add SC7180 GPUCC and DISPCC as module To: AngeloGioacchino Del Regno , linux-arm-kernel@lists.infradead.org Cc: catalin.marinas@arm.com, will@kernel.org, shawnguo@kernel.org, bjorn.andersson@linaro.org, krzk@kernel.org, geert+renesas@glider.be, vkoul@kernel.org, jagan@amarulasolutions.com, agx@sigxcpu.org, biju.das.jz@bp.renesas.com, aford173@gmail.com, nm@ti.com, andrey.zhizhikin@leica-geosystems.com, saravanak@google.com, linux-kernel@vger.kernel.org, konrad.dybcio@somainline.org, marijn.suijten@somainline.org, martin.botka@somainline.org, Collabora Kernel ML , "kernelci@groups.io" References: <20211013105613.250450-1-angelogioacchino.delregno@collabora.com> <20211013105613.250450-2-angelogioacchino.delregno@collabora.com> From: Guillaume Tucker Message-ID: <4ccafe75-ac55-c496-5d9c-c7f5d3976159@collabora.com> Date: Fri, 29 Oct 2021 09:31:39 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0 MIME-Version: 1.0 In-Reply-To: <20211013105613.250450-2-angelogioacchino.delregno@collabora.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 13/10/2021 11:56, AngeloGioacchino Del Regno wrote: > SC_DISPCC_7180 and SC_GPUCC_7180 are not boot-critical clock > controller drivers, but these are required in order to get > DPU1/display support (so, to allow probing DRM_MSM) and Adreno > GPU support, which are modules as well. > > This is being done as there are SC7180 device trees enabling > support for this hardware, but not being probed due to these > drivers not being built. > > Signed-off-by: AngeloGioacchino Del Regno Tested-by: "kernelci.org bot" https://staging.kernelci.org/test/plan/id/6177be0c2554c2fd1ba6c464/ Thanks, Guillaume > --- > arch/arm64/configs/defconfig | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig > index 171848ace3ac..bb97baa5f1d8 100644 > --- a/arch/arm64/configs/defconfig > +++ b/arch/arm64/configs/defconfig > @@ -992,7 +992,9 @@ CONFIG_MSM_GCC_8994=y > CONFIG_MSM_MMCC_8996=y > CONFIG_MSM_GCC_8998=y > CONFIG_QCS_GCC_404=y > +CONFIG_SC_DISPCC_7180=m > CONFIG_SC_GCC_7180=y > +CONFIG_SC_GPUCC_7180=m > CONFIG_SDM_CAMCC_845=m > CONFIG_SDM_GCC_845=y > CONFIG_SDM_GPUCC_845=y >