From patchwork Wed Oct 16 05:29:43 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Taniya Das X-Patchwork-Id: 13837736 Received: from mx0b-0031df01.pphosted.com (mx0b-0031df01.pphosted.com [205.220.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 44BC618BBB8; Wed, 16 Oct 2024 05:30:22 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=205.220.180.131 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1729056624; cv=none; b=PrjFPblL/KMcics447lMUr1K27cU4G4/iObZcSXjN3Cy0bRtg6cyLI1HCexEF4n7+u/NDpHe0ps+TvjygnZtyND+t504hXy54zT2AkYb1+ZSAT9idV/Z2nOr07j0l3xXMK7iurtAAwmP+UYTse6dLST+m2BXC+8QHAuJOrJB6PY= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1729056624; c=relaxed/simple; bh=ejLKEiy/NiR8AvhLuaEc1l2G7oouPhnfvnVJZZyh9Ms=; h=From:Date:Subject:MIME-Version:Content-Type:Message-ID:References: In-Reply-To:To:CC; b=j9kG5r0M6fLxztj8rfcNfs2tgXsXYkYbR3TgYiNgngduCc5mjP/+GZg5RPRR41G+ohUU0PESvKK/RZhg89Jp5PBS1bpcVN/rVlwXzjPRjoqrdh+/wI1W1iO6oBjt2Et9EL5vfaMnUeMNjTapYZbsAWKUk85tV9qghDe7B6JaVdk= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=quicinc.com; spf=pass smtp.mailfrom=quicinc.com; dkim=pass (2048-bit key) header.d=quicinc.com header.i=@quicinc.com header.b=F9e4DZMZ; arc=none smtp.client-ip=205.220.180.131 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=quicinc.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=quicinc.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=quicinc.com header.i=@quicinc.com header.b="F9e4DZMZ" Received: from pps.filterd (m0279873.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.18.1.2/8.18.1.2) with ESMTP id 49G5J6vD030720; Wed, 16 Oct 2024 05:30:19 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= 2xR2hEuf7yeBWUseFca5S7AmgeQZEQlnwf23o9RpPF4=; b=F9e4DZMZxrbsb+Rr l9n7B6lCLwdIeC4g+SjpW0ad3ImB0z7gM/O1Vjbl6NM5gMRqc/tdjI30QTF/BRiD ZuSPVvA3S2A2FilrqXNwitzT8J5RGwwAxZrcJBbWdrNkGnPIyv59Pvb0G1p8o/dk 936rL6xH4UfAmRVUXHQq+WWWIIIcAzfsLTF16uTSelEAcwd2dn5wMYaBcKPw2JdF ygl18GbqomxpyVCjXAaLpclXZqDiBlZhETmZzIxH4Ww5FaEXYEG/VEFibO8Met3+ RsH6uPchsT2/fcbYXJcIEBaZlavy/ZMQs53NsKRDh7kTr3h+w6SOBotBOJtf9EVQ i5FBfg== Received: from nalasppmta01.qualcomm.com (Global_NAT1.qualcomm.com [129.46.96.20]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 429mjy3b6t-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 16 Oct 2024 05:30:18 +0000 (GMT) Received: from nalasex01a.na.qualcomm.com (nalasex01a.na.qualcomm.com [10.47.209.196]) by NALASPPMTA01.qualcomm.com (8.18.1.2/8.18.1.2) with ESMTPS id 49G5UHiE008847 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 16 Oct 2024 05:30:17 GMT Received: from hu-tdas-hyd.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.1544.9; Tue, 15 Oct 2024 22:30:13 -0700 From: Taniya Das Date: Wed, 16 Oct 2024 10:59:43 +0530 Subject: [PATCH v3 1/4] dt-bindings: clock: qcom-rpmhcc: Add RPMHCC bindings for QCS615 Precedence: bulk X-Mailing-List: linux-clk@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Message-ID: <20241016-qcs615-clock-driver-v3-1-bb5d4135db45@quicinc.com> References: <20241016-qcs615-clock-driver-v3-0-bb5d4135db45@quicinc.com> In-Reply-To: <20241016-qcs615-clock-driver-v3-0-bb5d4135db45@quicinc.com> To: Bjorn Andersson , Michael Turquette , Stephen Boyd , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Taniya Das CC: , , , , Ajit Pandey , Imran Shaik , "Jagadeesh Kona" , Krzysztof Kozlowski X-Mailer: b4 0.15-dev-aa3f6 X-ClientProxiedBy: nasanex01a.na.qualcomm.com (10.52.223.231) 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: jTVmDMheO_2KdDkPVn2hVQPRNN1soRJh X-Proofpoint-ORIG-GUID: jTVmDMheO_2KdDkPVn2hVQPRNN1soRJh 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-06_09,2024-09-06_01,2024-09-02_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 mlxlogscore=843 phishscore=0 mlxscore=0 lowpriorityscore=0 malwarescore=0 priorityscore=1501 impostorscore=0 clxscore=1015 spamscore=0 suspectscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.19.0-2409260000 definitions=main-2410160034 Add bindings and update documentation for clock rpmh driver on QCS615 SoCs. Acked-by: Krzysztof Kozlowski Signed-off-by: Taniya Das --- Documentation/devicetree/bindings/clock/qcom,rpmhcc.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/clock/qcom,rpmhcc.yaml b/Documentation/devicetree/bindings/clock/qcom,rpmhcc.yaml index ca857942ed6c08cd4b906f18f6a48631da59ce9a..6ace0fa585af5aaf55ed79038b1e9e1770079563 100644 --- a/Documentation/devicetree/bindings/clock/qcom,rpmhcc.yaml +++ b/Documentation/devicetree/bindings/clock/qcom,rpmhcc.yaml @@ -17,6 +17,7 @@ description: | properties: compatible: enum: + - qcom,qcs615-rpmh-clk - qcom,qdu1000-rpmh-clk - qcom,sa8775p-rpmh-clk - qcom,sc7180-rpmh-clk