From patchwork Fri Feb 7 07:39:21 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Manikanta Mylavarapu X-Patchwork-Id: 863076 Received: from mx0a-0031df01.pphosted.com (mx0a-0031df01.pphosted.com [205.220.168.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 8F9911A9B48; Fri, 7 Feb 2025 07:40:13 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=205.220.168.131 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1738914015; cv=none; b=t4RgmXV9cVLoyiHi30Wwrsss7pqlhryReUFwY9XwYSFLkMK5am8/zXlpLrHNVsubmFLKMHW6Ssfc3jfoCt1mmldq7YBEy/aNEwP0FVt9KWBkyTYLKj/y5MwUphEEeb9JpezOT01tSXcCIBUtEvhJCdsNSO13QU25lododwvVRc4= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1738914015; c=relaxed/simple; bh=d2VLfqMBt19Hibo2aoaHHN+UXlfRKMt8bxE//XbOzgk=; h=From:To:CC:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=YJ0ZYjXF2+yEZSluWPrDfBKeJvcLQXemdJKliD9gt50gJ8Rl6obnVvl3foa1GqQHVGBz3SsZhgFtqsofO2x/lSLX7YGf0GRiovXML0YimxIq3WbUFdND8V2DsTtgKG8ocw3lZB942JCQn90yl28vYknrU8LZpUu5cbCwJ/zeG5w= 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=pKiPO6w2; arc=none smtp.client-ip=205.220.168.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="pKiPO6w2" 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 51770enE018072; Fri, 7 Feb 2025 07:39:54 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= 2Vwv0XlfXaoaepmoyDPEjvXWUEkIHr+S0HGrSfHS6sI=; b=pKiPO6w2+Cy8OTiP +1svLvcgkvayiQ6VMQzRKd9e/lu2SuUhiNZgLfE2Ttx3zi8TR+i1hBIwMGSmrb6v Jvlmr871LUI2YkuBZqfVEE4olDC6OOirOO2m5+Zx+EnoxUAMkQzpRvXNbqVlBMex 8MK9TDRb2DdSZfhhyG3E1vpT/fPMccHMUtmONnchG3iMvnwNs8rgWRssf9EHq+CX zNnzCkEDL3ssrXqZ33JRZ6GaUJ0B17fiW6F2+yQ83D9uqglPQXdzfY4EuMwaaKTb Z5UuO3hygRkGlldWDrZt6/leDWlRmYnFp7P0Gbbu+huPZIMdVfMs0gfuetud0qf1 +LT69w== Received: from nalasppmta02.qualcomm.com (Global_NAT1.qualcomm.com [129.46.96.20]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 44nddkr2xr-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 07 Feb 2025 07:39:54 +0000 (GMT) Received: from nalasex01a.na.qualcomm.com (nalasex01a.na.qualcomm.com [10.47.209.196]) by NALASPPMTA02.qualcomm.com (8.18.1.2/8.18.1.2) with ESMTPS id 5177drGm003155 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 7 Feb 2025 07:39:53 GMT Received: from hu-mmanikan-blr.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; Thu, 6 Feb 2025 23:39:45 -0800 From: Manikanta Mylavarapu To: , , , , , , , , , , , , , , , , , , , , , , , , , , CC: , Subject: [PATCH v9 1/6] dt-bindings: clock: gcc-ipq9574: Add definition for GPLL0_OUT_AUX Date: Fri, 7 Feb 2025 13:09:21 +0530 Message-ID: <20250207073926.2735129-2-quic_mmanikan@quicinc.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20250207073926.2735129-1-quic_mmanikan@quicinc.com> References: <20250207073926.2735129-1-quic_mmanikan@quicinc.com> Precedence: bulk X-Mailing-List: linux-arm-msm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 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-ORIG-GUID: MI3iXvUp0rQy_JymgwIY6lGh1mseSShs X-Proofpoint-GUID: MI3iXvUp0rQy_JymgwIY6lGh1mseSShs X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.293,Aquarius:18.0.1057,Hydra:6.0.680,FMLib:17.12.68.34 definitions=2025-02-07_03,2025-02-07_01,2024-11-22_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 impostorscore=0 adultscore=0 mlxlogscore=999 suspectscore=0 priorityscore=1501 bulkscore=0 malwarescore=0 phishscore=0 spamscore=0 mlxscore=0 clxscore=1015 lowpriorityscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.19.0-2501170000 definitions=main-2502070057 From: Devi Priya Add the definition for GPLL0_OUT_AUX clock. Acked-by: Krzysztof Kozlowski Signed-off-by: Devi Priya Signed-off-by: Manikanta Mylavarapu --- Changes in V9: - Rebased on linux-next tip. include/dt-bindings/clock/qcom,ipq9574-gcc.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/dt-bindings/clock/qcom,ipq9574-gcc.h b/include/dt-bindings/clock/qcom,ipq9574-gcc.h index f238aa4794a8..0e7c319897f3 100644 --- a/include/dt-bindings/clock/qcom,ipq9574-gcc.h +++ b/include/dt-bindings/clock/qcom,ipq9574-gcc.h @@ -202,4 +202,5 @@ #define GCC_PCIE1_PIPE_CLK 211 #define GCC_PCIE2_PIPE_CLK 212 #define GCC_PCIE3_PIPE_CLK 213 +#define GPLL0_OUT_AUX 214 #endif