From patchwork Fri Feb 17 13:41:03 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Devi Priya X-Patchwork-Id: 13144708 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 4BB35C6379F for ; Fri, 17 Feb 2023 13:42:59 +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=G55uJNdd10H54BpSHwE+tYEixd7XjYMlcjvHAgaUUO8=; b=TEss+wQScmC8aT HaoAY3VYMffkNCZycL0o68cDHUjl/S9Khd/mhIkStUQzvxWTWCXQO80/vkNfYt37tNz5JDed2Joxo Ltbxn3i62Qc+J8fixKw9hOaOEo1pulCgDr3RmUYhokPKpV3YqcnlLozYW0MMY9/Icw4CNNI+MXtwu 6znCNdrl1tOJnZCfVIL55oNy0i5IT1TptjjOlgMabUNT/H6QxLz4lw6gktq2FUMBSpcC2n1rsXtGz EEOb2xCXPkM+X6EIHwq62mjZY/j8b+HXLELvOxUYxzyZ8PnX5BShmeTXuXcUuEJdWz7LgFDWAZSXd GjGRdNDkzkog6DHve6hg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pT0zv-00EMh6-5Y; Fri, 17 Feb 2023 13:41:59 +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 1pT0zr-00EMfs-TN for linux-arm-kernel@lists.infradead.org; Fri, 17 Feb 2023 13:41:57 +0000 Received: from pps.filterd (m0279868.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.17.1.19/8.17.1.19) with ESMTP id 31H7JQRL010284; Fri, 17 Feb 2023 13:41:40 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=YR8uzAgGu23TnVSKLkRlcqL5lQHfoXTBdhcjkS8fgao=; b=TXG7NKk5WbJfTEy4a211dEEJQRZJuvEQXEiLnFzGjplwlNkInqVbGdcSYIkNfBTBc+Uh 7TDrE7J0H9UagXXTWRKD67aCX5yiJuWRd68cLXWOVQLYigX0nLDfXIfJrnxx91XJEI0O dpyFlb1/OccpbyQLHLOdz46vTRsuUgZbzgAmUYUdl/Kml3iGt1LDSMJZPgHPq/huN0ZW 1eK77cCrLszf08npeF9zMkhzzeOcl4a8srXy5d+kg43KXBXSdjxC+thYEb9By1jaqyTG ygYCQsPdnE8IhdH4Lo+uG8iVvstp7ew633mbYdy9X86yWFrg62RPZp1DWd6Ls5oX7vN3 /w== Received: from nalasppmta02.qualcomm.com (Global_NAT1.qualcomm.com [129.46.96.20]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 3nt53brttu-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 17 Feb 2023 13:41:40 +0000 Received: from nalasex01a.na.qualcomm.com (nalasex01a.na.qualcomm.com [10.47.209.196]) by NALASPPMTA02.qualcomm.com (8.17.1.5/8.17.1.5) with ESMTPS id 31HDfdCc011409 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 17 Feb 2023 13:41:39 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:41:30 -0800 From: Devi Priya To: , , , , , , , , , , , , , , , , , , , , CC: , , , , , Subject: [PATCH V2 1/5] dt-bindings: clock: qcom,a53pll: add IPQ9574 compatible Date: Fri, 17 Feb 2023 19:11:03 +0530 Message-ID: <20230217134107.13946-2-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-ORIG-GUID: U6ResctxxMrA8ZjaIH5wAwEQvF9tdV8A X-Proofpoint-GUID: U6ResctxxMrA8ZjaIH5wAwEQvF9tdV8A 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 bulkscore=0 malwarescore=0 suspectscore=0 adultscore=0 impostorscore=0 priorityscore=1501 phishscore=0 mlxlogscore=991 spamscore=0 clxscore=1015 mlxscore=0 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_054156_107131_78ACD73A X-CRM114-Status: GOOD ( 14.10 ) 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 IPQ9574 uses A73 PLL of type Huayra. Add the IPQ9574 A73 compatible to A53 bindings as the PLL properties match with that of A53 Signed-off-by: Devi Priya Acked-by: Krzysztof Kozlowski --- Changes in V2: - Dropped the qcom,a73pll.yaml and added the ipq9574 compatible to qcom,a53pll.yaml as suggested by konrad Documentation/devicetree/bindings/clock/qcom,a53pll.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/clock/qcom,a53pll.yaml b/Documentation/devicetree/bindings/clock/qcom,a53pll.yaml index 3b6169f30154..476e81ad1a0c 100644 --- a/Documentation/devicetree/bindings/clock/qcom,a53pll.yaml +++ b/Documentation/devicetree/bindings/clock/qcom,a53pll.yaml @@ -19,6 +19,7 @@ properties: - qcom,ipq5332-a53pll - qcom,ipq6018-a53pll - qcom,ipq8074-a53pll + - qcom,ipq9574-a73pll - qcom,msm8916-a53pll - qcom,msm8939-a53pll