From patchwork Fri Feb 17 13:41:07 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Devi Priya X-Patchwork-Id: 13144713 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 4A35EC6379F for ; Fri, 17 Feb 2023 13:43:56 +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:References:In-Reply-To: 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: List-Owner; bh=2+RooAPnWs5Fwto7BqsE8e2Aj0LewyADLgtjLuRZds8=; b=jpwc0xJmCAkeXN XT50qehuZ+9pamske4BSLLGWcSLiKJqY37nDI9sd8n4B5C7pukeqwmuJtCy/Eifiayk0RHrYnQ0zH g9LVNc3c0ZWMLj5rsuu90hj/n1SwHPr/uo9cCO5kZOL+r1vmTegJ4A9Sp9dG4BYFGK8TZ+seY+z9e MaQE0t4qgHdZw2dBaYtSzo/SdmDW70APdqqbbqsYtUeYRgHsdD1VenWnkJFJJobEsi8QSRk7OIqdD WXbo2R4mVdPb5kI+dB68ZlInG/bTkBOf9fA3bw4FJubOtPW715Tgxuorc/+2vTODrg505QWj0+PxA lagkHJMQ8/EgNYXo5dOQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pT10u-00EN4z-7F; Fri, 17 Feb 2023 13:43:00 +0000 Received: from mx0b-0031df01.pphosted.com ([205.220.180.131]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1pT10K-00EMpn-K9 for linux-arm-kernel@lists.infradead.org; Fri, 17 Feb 2023 13:42:25 +0000 Received: from pps.filterd (m0279873.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.17.1.19/8.17.1.19) with ESMTP id 31H6p6Tp020792; Fri, 17 Feb 2023 13:42:14 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; h=from : to : cc : subject : date : message-id : in-reply-to : references : mime-version : content-type; s=qcppdkim1; bh=cULItb46ULJKNwBUpggs73TuMg6y7kRi6xedZUrC7Hg=; b=TkfAimLu1gljcRymMmiHTiNT/IHuqooj3SaNGvcVoL9Ims+xBGNrHY/ljQ9/6YCwjMZ1 I2oHrLy3vJ3YrKgnBB4FpDKmIOmktaSCqzh1N8IGagWP+sUI62whGbJz7DYHPSNCIAGk wGQOI0ApYgkgYhOmWYMH7iHuj/5TZZg3hlVHH+z73xw2jxZq98nsE6D52l/yK3zDbzzC i3KOze+PN5UeMaysuYjORJzZwuUXDg2qmtQKFe7M+DQrYteGYuMzDhnUIr22mXUuwrQ2 l9WlFfH8+A56V2dPIsC/8jCCySeaIu12yhe4jEBbH5itexjeWjdfSTf5iVOCuiqQI4Ae OA== Received: from nalasppmta01.qualcomm.com (Global_NAT1.qualcomm.com [129.46.96.20]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 3nsjyw3p8c-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 17 Feb 2023 13:42:13 +0000 Received: from nalasex01a.na.qualcomm.com (nalasex01a.na.qualcomm.com [10.47.209.196]) by NALASPPMTA01.qualcomm.com (8.17.1.5/8.17.1.5) with ESMTPS id 31HDgCSw008376 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 17 Feb 2023 13:42:12 GMT Received: from devipriy-linux.qualcomm.com (10.80.80.8) by nalasex01a.na.qualcomm.com (10.47.209.196) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.986.41; Fri, 17 Feb 2023 05:42:04 -0800 From: Devi Priya To: , , , , , , , , , , , , , , , , , , , , CC: , , , , , Subject: [PATCH V2 5/5] arm64: defconfig: Enable ipq6018 apss clock and PLL controller Date: Fri, 17 Feb 2023 19:11:07 +0530 Message-ID: <20230217134107.13946-6-quic_devipriy@quicinc.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20230217134107.13946-1-quic_devipriy@quicinc.com> References: <20230217134107.13946-1-quic_devipriy@quicinc.com> MIME-Version: 1.0 X-Originating-IP: [10.80.80.8] X-ClientProxiedBy: nasanex01b.na.qualcomm.com (10.46.141.250) To nalasex01a.na.qualcomm.com (10.47.209.196) X-QCInternal: smtphost X-Proofpoint-Virus-Version: vendor=nai engine=6200 definitions=5800 signatures=585085 X-Proofpoint-GUID: nHYiSS898w8_osU_u6501od49xUMJoOS X-Proofpoint-ORIG-GUID: nHYiSS898w8_osU_u6501od49xUMJoOS X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.219,Aquarius:18.0.930,Hydra:6.0.562,FMLib:17.11.170.22 definitions=2023-02-17_08,2023-02-17_01,2023-02-09_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 lowpriorityscore=0 adultscore=0 phishscore=0 spamscore=0 clxscore=1015 mlxscore=0 bulkscore=0 malwarescore=0 impostorscore=0 mlxlogscore=865 suspectscore=0 priorityscore=1501 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2212070000 definitions=main-2302170123 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230217_054224_821483_F548CCFD X-CRM114-Status: GOOD ( 14.48 ) 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 The PLL and IPQ6018 APSS clock controller are used on several IPQ platforms to clock the CPU. Hence it should be enabled and built-in. Signed-off-by: Devi Priya --- Changes in V2: - Added the comment as why the config is being enabled arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index c2dfa833af3f..e5a797e3a4bf 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -1122,6 +1122,7 @@ CONFIG_QCOM_CLK_APCS_MSM8916=y CONFIG_QCOM_CLK_APCC_MSM8996=y CONFIG_QCOM_CLK_SMD_RPM=y CONFIG_QCOM_CLK_RPMH=y +CONFIG_IPQ_APSS_6018=y CONFIG_IPQ_GCC_6018=y CONFIG_IPQ_GCC_8074=y CONFIG_IPQ_GCC_9574=y