From patchwork Wed Sep 4 11:10:16 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vikram Sharma X-Patchwork-Id: 13790628 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 808E3CA0ED3 for ; Wed, 4 Sep 2024 11:28:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:CC:To:In-Reply-To:References :Message-ID:Content-Transfer-Encoding:Content-Type:MIME-Version:Subject:Date: From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=8B/rDpPJcAkp4gYZp904VaY+g1GBbyAGo0z0QdNppOo=; b=Od4bezPU+X//gaizcgpQ8Sb73k jWIKrxB/VbwJ9DAlh1KZKvZVouyAZMIpScmJr788lOrtMAGTl7xrTco43vYLP8zFB38MJcbAodpb1 oUN9ecR5iRn9gnd5Umjv7sQBnuPfOtm17b21NmW7K/omkap7VHR+O6b9uWLEYPPgZ+Jw8rImGpZuP yD2uQC90N84lJa34Ac0GWIQH7NxLeG9zYkOWQhx8Tht42qbaHvq1AR/7OJOu3Qro/+lmRYiKHW3pd FkMRCsbiZRffY7juhzMmVCXa4JKYF/EleNVGsWYKddW/6GbTmK05CxKlkXgCXVAKSlL3LLonZEhLN vyhBvMHg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sloAt-000000048Aq-23kl; Wed, 04 Sep 2024 11:27:47 +0000 Received: from mx0a-0031df01.pphosted.com ([205.220.168.131]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1slnwT-000000043zX-3DsK for linux-arm-kernel@lists.infradead.org; Wed, 04 Sep 2024 11:12:55 +0000 Received: from pps.filterd (m0279862.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.18.1.2/8.18.1.2) with ESMTP id 484AHtM8028627; Wed, 4 Sep 2024 11:12:39 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to; s=qcppdkim1; bh= 8B/rDpPJcAkp4gYZp904VaY+g1GBbyAGo0z0QdNppOo=; b=LXMt5PlR+wJHADn6 nnD3+mRlQn1/j4j/p0W1gc1Evi5fbEU2tkc/QTDp2y/qLOTDl0ZiOTLnBrAd7gBz 60YmoCw2+/GCbZSGPs1HXcOyLZHr+upVACgZP2hgY02JiCbemmLqofsM1uKN/TMN sF/q27Z+IHu3qgpMEpg26kj3zJCm+ZK5gA6uX1Zuo2x1ZZUD/Ueol6z8846jiWPO jFCiQTTiK3sDzFtG+CVR63x7Hm548D1pUwWHf+BeXFa/NbvRVZqSB8wmeh6HydY1 3TkH8l9qm8t+n2ApBJ10Lfc5T6zjMzXDMweZF4YFGRcqIo4Lvxp+vRuI4zuHud7e qYgJeg== Received: from nasanppmta03.qualcomm.com (i-global254.qualcomm.com [199.106.103.254]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 41buxfabjy-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 04 Sep 2024 11:12:39 +0000 (GMT) Received: from nasanex01b.na.qualcomm.com (nasanex01b.na.qualcomm.com [10.46.141.250]) by NASANPPMTA03.qualcomm.com (8.18.1.2/8.18.1.2) with ESMTPS id 484BCc4h029900 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 4 Sep 2024 11:12:38 GMT Received: from [169.254.0.1] (10.80.80.8) by nasanex01b.na.qualcomm.com (10.46.141.250) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1544.9; Wed, 4 Sep 2024 04:12:32 -0700 From: Vikram Sharma Date: Wed, 4 Sep 2024 16:40:16 +0530 Subject: [PATCH 10/10] arm64: defconfig: Enable camcc driver for SC7280 MIME-Version: 1.0 Message-ID: <20240904-camss_on_sc7280_rb3gen2_vision_v2_patches-v1-10-b18ddcd7d9df@quicinc.com> References: <20240904-camss_on_sc7280_rb3gen2_vision_v2_patches-v1-0-b18ddcd7d9df@quicinc.com> In-Reply-To: <20240904-camss_on_sc7280_rb3gen2_vision_v2_patches-v1-0-b18ddcd7d9df@quicinc.com> To: Robert Foss , Todor Tomov , "Bryan O'Donoghue" , Mauro Carvalho Chehab , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Kapatrala Syed , Hariram Purushothaman , "Bjorn Andersson" , Konrad Dybcio , Hans Verkuil , , Catalin Marinas , Will Deacon CC: , , , , , Vikram Sharma X-Mailer: b4 0.14.0 X-Developer-Signature: v=1; a=ed25519-sha256; t=1725448289; l=608; i=quic_vikramsa@quicinc.com; s=20240628; h=from:subject:message-id; bh=2u5ime7s/fgypt0XwHQBEz88r0tT5SbaMyJrevI5Q6w=; b=3k/3cqqopocrY1gZPu8ZHuaJDGqlu/yC7/p7pjoCrj5TRN7+0dKi8PmAbB6EfND4jLgKgvoSo 9PwoV9o2zcwBHJc0V+jNkdnVJJZYBqqktlBY7uPcdhI7vcBqlRHWXRD X-Developer-Key: i=quic_vikramsa@quicinc.com; a=ed25519; pk=vQBkwZr1Hv+VXogAyTAu7AEx8/6bvkOmgrzYFbNGCDI= X-Originating-IP: [10.80.80.8] X-ClientProxiedBy: nasanex01b.na.qualcomm.com (10.46.141.250) To nasanex01b.na.qualcomm.com (10.46.141.250) X-QCInternal: smtphost X-Proofpoint-Virus-Version: vendor=nai engine=6200 definitions=5800 signatures=585085 X-Proofpoint-GUID: bkJdEFaJlfYUVP3GVGry1Qokgb_FOxDa X-Proofpoint-ORIG-GUID: bkJdEFaJlfYUVP3GVGry1Qokgb_FOxDa X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.293,Aquarius:18.0.1039,Hydra:6.0.680,FMLib:17.12.60.29 definitions=2024-09-04_09,2024-09-04_01,2024-09-02_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 spamscore=0 malwarescore=0 adultscore=0 clxscore=1015 mlxlogscore=566 lowpriorityscore=0 phishscore=0 bulkscore=0 mlxscore=0 impostorscore=0 priorityscore=1501 suspectscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.19.0-2407110000 definitions=main-2409040084 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240904_041253_850713_9C2BDC02 X-CRM114-Status: GOOD ( 11.43 ) 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 camera clock driver for SC7280. Signed-off-by: Vikram Sharma --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index f064c7c91dbb..c54097a00daf 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -1322,6 +1322,7 @@ CONFIG_QCM_DISPCC_2290=m CONFIG_QCS_GCC_404=y CONFIG_QDU_GCC_1000=y CONFIG_SC_CAMCC_8280XP=m +CONFIG_SC_CAMCC_7280=m CONFIG_SC_DISPCC_7280=m CONFIG_SC_DISPCC_8280XP=m CONFIG_SA_GCC_8775P=y