From patchwork Thu Nov 23 10:00:19 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sibi Sankar X-Patchwork-Id: 746726 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=quicinc.com header.i=@quicinc.com header.b="CKkK3ZPK" Received: from mx0b-0031df01.pphosted.com (mx0b-0031df01.pphosted.com [205.220.180.131]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4FBC4D44; Thu, 23 Nov 2023 02:00:52 -0800 (PST) Received: from pps.filterd (m0279871.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.17.1.19/8.17.1.19) with ESMTP id 3AN5gmA2010451; Thu, 23 Nov 2023 10:00:47 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; h=from : to : cc : subject : date : message-id : mime-version : content-type; s=qcppdkim1; bh=hA5KSiU0C9jV6QoJUqCTPpqw8hw3q80zXx+l2BQ7g+A=; b=CKkK3ZPKd0sxsD15/pOjPxcI3XOMNUe3zIb1wFuSFHmmCIw8EXnK7igClUgUoEUu5/uZ KyVPimoDutwhg5APKws85hhJXr0W1JWd9ncIineXEmvj5AhCJE5vKl2h2DQfqcvWB4nE otzTkn0VhI3547wvAs3KcSR03s4MBvUA6PL7Yg7YD8CIt2vyrNQjLCnBp8AaFx6shWlu rnFXXCbOMi2gJedw4PWBt+j+7VyLtzccdGS6RUHyFtSbwS9s2Bk9M4QYwjV3em1k3b/+ aqGCaQvjr7S5iBfqmNBClDynCdxAsgtliTN4ulgloGH5fHVdYazfzkcaaa63sj9ZH7Ah yw== Received: from nalasppmta02.qualcomm.com (Global_NAT1.qualcomm.com [129.46.96.20]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 3uhey5aygb-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 23 Nov 2023 10:00:47 +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 3ANA0kRk026264 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 23 Nov 2023 10:00:46 GMT Received: from blr-ubuntu-253.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.1118.40; Thu, 23 Nov 2023 02:00:41 -0800 From: Sibi Sankar To: , , , , CC: , , , , , , , , , , Sibi Sankar Subject: [PATCH V2 0/2] pmdomain: qcom: Update part number to X1E80100 Date: Thu, 23 Nov 2023 15:30:19 +0530 Message-ID: <20231123100021.10918-1-quic_sibis@quicinc.com> X-Mailer: git-send-email 2.17.1 Precedence: bulk X-Mailing-List: linux-pm@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: O4kcg85nPFD9TZT_Weo01N8sRG5a6iD_ X-Proofpoint-GUID: O4kcg85nPFD9TZT_Weo01N8sRG5a6iD_ X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.272,Aquarius:18.0.987,Hydra:6.0.619,FMLib:17.11.176.26 definitions=2023-11-23_07,2023-11-22_01,2023-05-22_02 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 mlxlogscore=932 lowpriorityscore=0 spamscore=0 impostorscore=0 suspectscore=0 priorityscore=1501 mlxscore=0 malwarescore=0 clxscore=1015 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2311060000 definitions=main-2311230070 Our v1 post of the patchsets adding support for Snapdragon X Elite SoC had the part number sc8380xp which is now updated to the new part number x1e80100 based on the new branding scheme and refers to the exact same SoC. V2: * Add more details to the commit message on both the patches. [Krzysztof/Konrad] Sibi Sankar (2): dt-bindings: power: rpmpd: Update part number to X1E80100 pmdomain: qcom: rpmhpd: Update part number to X1E80100 .../devicetree/bindings/power/qcom,rpmpd.yaml | 2 +- drivers/pmdomain/qcom/rpmhpd.c | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) Reviewed-by: Krzysztof Kozlowski