From patchwork Tue Jun 20 20:21:14 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bjorn Andersson X-Patchwork-Id: 13286445 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 08A4BEB64D7 for ; Tue, 20 Jun 2023 20:21:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Date:Subject:CC :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=2t6m6CFfq0mOeQEEy6DETABbdCwC6APrLim3bTpU5so=; b=Xj5QM82pqtePUj pc85YEYWKUth544PVYpVxfNbrhmvNqNCw+gV9yNMXaRs3mccQEhOmypJINaU6WoJE/gShlHjNmsqU vBo7E/S+ho2CVkS7vUiCV1VV6A4ejeU9hcobyIwjTJG8cf1smmYUIb4O1v4UM76b9SOGqI70+rjWe 80xZQ5sFwQFbciZw09zAosrwKY2nRlgNfIhKltuF0nxg7jnSEKle6xpHbwGdvB+iV6PYafVwo2oxt VHgyRTzw/r9BGK3Wm2CxH7kfGOOIgJB3VSBaClGOOkBXHvZUmoUOXI4BplKW7AzayfuDTnC478kvT aozAUqSfNv5WlWhyDj6A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qBhr2-00CHPM-37; Tue, 20 Jun 2023 20:21:32 +0000 Received: from mx0a-0031df01.pphosted.com ([205.220.168.131]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qBhr0-00CHOq-1k for linux-arm-kernel@lists.infradead.org; Tue, 20 Jun 2023 20:21:31 +0000 Received: from pps.filterd (m0279862.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.17.1.19/8.17.1.19) with ESMTP id 35KJZX6k030879; Tue, 20 Jun 2023 20:21:20 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; h=from : to : cc : subject : date : message-id : mime-version : content-transfer-encoding : content-type; s=qcppdkim1; bh=zKZgdrkJm5ZHppwwZ7lAdm+wfevvHFyHQWQY+EmG/vs=; b=iV9Md2mVr5fNtCFA0Ya185YAnLrNhaRxMTvapLxrIa34tbjEujJjUi7yWYsmGHg3r5gP /8FqbumlaX0VEndfN/HPK2lbwkb9rvtGTUfr3nUb6tsNxmlt8Sr+19LnrkTwrUqY5VKh 9XAiASmNSfxHh7Ym0AZSxegmbg2N3uPBiYR2zEodqPsN8f/9J9NZDfnaZCoW4Fx5Ihu0 YwGMFSPEHKUrjJ+fvIz2ssAxm+LsFmoCw7AQub+nSwR9LWcPwTa3YH2Lhb0quUnCwhzn G3VMniCawIoGGdT8BJFfIcyEv2r9sXR6uznMzor/r8bCtAf0VXaoJ8YY/QDm9e6ksYbA Vg== Received: from nalasppmta02.qualcomm.com (Global_NAT1.qualcomm.com [129.46.96.20]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 3rb3fht9by-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 20 Jun 2023 20:21:20 +0000 Received: from nalasex01c.na.qualcomm.com (nalasex01c.na.qualcomm.com [10.47.97.35]) by NALASPPMTA02.qualcomm.com (8.17.1.5/8.17.1.5) with ESMTPS id 35KKLKkD031348 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 20 Jun 2023 20:21:20 GMT Received: from hu-bjorande-lv.qualcomm.com (10.49.16.6) by nalasex01c.na.qualcomm.com (10.47.97.35) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.986.42; Tue, 20 Jun 2023 13:21:19 -0700 From: Bjorn Andersson To: Bjorn Andersson , Konrad Dybcio CC: Catalin Marinas , Will Deacon , Arnd Bergmann , , , Subject: [PATCH] arm64: defconfig: Enable Qualcomm SC8280XP GPUCC Date: Tue, 20 Jun 2023 13:21:14 -0700 Message-ID: <20230620202114.83797-1-quic_bjorande@quicinc.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-Originating-IP: [10.49.16.6] X-ClientProxiedBy: nalasex01a.na.qualcomm.com (10.47.209.196) To nalasex01c.na.qualcomm.com (10.47.97.35) X-QCInternal: smtphost X-Proofpoint-Virus-Version: vendor=nai engine=6200 definitions=5800 signatures=585085 X-Proofpoint-GUID: qPLfpkwxxnk2g4B0246o6yF_FsFGqnXE X-Proofpoint-ORIG-GUID: qPLfpkwxxnk2g4B0246o6yF_FsFGqnXE X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.254,Aquarius:18.0.957,Hydra:6.0.591,FMLib:17.11.176.26 definitions=2023-06-20_15,2023-06-16_01,2023-05-22_02 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 spamscore=0 priorityscore=1501 clxscore=1011 impostorscore=0 adultscore=0 suspectscore=0 malwarescore=0 lowpriorityscore=0 phishscore=0 mlxscore=0 mlxlogscore=614 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2305260000 definitions=main-2306200183 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230620_132130_614676_E10E615E X-CRM114-Status: GOOD ( 14.70 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Enable the Qualcomm SC8280XP GPU clock controller, to allow the GPU drivers to probe. Signed-off-by: Bjorn Andersson Reviewed-by: Konrad Dybcio --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 57c6b7bb88d4..22406cb88268 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -1193,6 +1193,7 @@ CONFIG_SC_GCC_7180=y CONFIG_SC_GCC_7280=y CONFIG_SC_GCC_8180X=y CONFIG_SC_GCC_8280XP=y +CONFIG_SC_GPUCC_8280XP=m CONFIG_SC_LPASSCC_8280XP=m CONFIG_SDM_CAMCC_845=m CONFIG_SDM_GPUCC_845=y