From patchwork Mon May 8 05:32:37 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Varadarajan Narayanan X-Patchwork-Id: 680163 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 50C32C7EE24 for ; Mon, 8 May 2023 05:33:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232095AbjEHFdO (ORCPT ); Mon, 8 May 2023 01:33:14 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49648 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229662AbjEHFdN (ORCPT ); Mon, 8 May 2023 01:33:13 -0400 Received: from mx0b-0031df01.pphosted.com (mx0b-0031df01.pphosted.com [205.220.180.131]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6D9F54215; Sun, 7 May 2023 22:33:12 -0700 (PDT) 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 3483qlWX026342; Mon, 8 May 2023 05:33:07 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=VkvDDVJrK9S46H6yY0ph0De5aLl557gpBIHEwGCqXBw=; b=Qvioty+tRlDzhLIkLD4EFx7IwuJehc774La2vPmDr1ahwRIyT0eGRcTXnzXFqSCc24ir +RznxkBKFw0AqRygfFIG5U/7WJVHZCGlKC29mErKl4WvJFer2kxK0mhjqwkj/yWPdHdZ oT832ZnA8Gr91661oB1Y9sNhRCaOjZyT0A27Jbd9hRQxBUcHTqtpRjsuOlH7VmwpXhpL 2gQ6r7W76WlW1HpRHMG8ao2M2mtwg0a5pzyK6mnGrBj9n14uPXbaffI/TI2V9pnP/hR1 DMP0Amk123/mRgKwkbnrzh321Q23l7Eo/gSiVqNIPgcy6NcxjSesWtldUk7Buzpiq34B wg== Received: from nasanppmta05.qualcomm.com (i-global254.qualcomm.com [199.106.103.254]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 3qdc8xk0bn-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 08 May 2023 05:33:06 +0000 Received: from nasanex01a.na.qualcomm.com (nasanex01a.na.qualcomm.com [10.52.223.231]) by NASANPPMTA05.qualcomm.com (8.17.1.5/8.17.1.5) with ESMTPS id 3485X5or014161 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 8 May 2023 05:33:05 GMT Received: from varda-linux.qualcomm.com (10.80.80.8) by nasanex01a.na.qualcomm.com (10.52.223.231) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.986.42; Sun, 7 May 2023 22:33:00 -0700 From: Varadarajan Narayanan To: , , , , , , , , , , , , , CC: Varadarajan Narayanan Subject: [PATCH v2 0/3] Enable IPQ9574 TSENS support Date: Mon, 8 May 2023 11:02:37 +0530 Message-ID: X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 X-Originating-IP: [10.80.80.8] X-ClientProxiedBy: nasanex01a.na.qualcomm.com (10.52.223.231) To nasanex01a.na.qualcomm.com (10.52.223.231) X-QCInternal: smtphost X-Proofpoint-Virus-Version: vendor=nai engine=6200 definitions=5800 signatures=585085 X-Proofpoint-ORIG-GUID: Dr6KsS5idJzW0jUGenr6SGl0YRRvjJFi X-Proofpoint-GUID: Dr6KsS5idJzW0jUGenr6SGl0YRRvjJFi X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.254,Aquarius:18.0.942,Hydra:6.0.573,FMLib:17.11.170.22 definitions=2023-05-08_02,2023-05-05_01,2023-02-09_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 mlxscore=0 clxscore=1015 priorityscore=1501 impostorscore=0 phishscore=0 mlxlogscore=862 suspectscore=0 malwarescore=0 adultscore=0 spamscore=0 lowpriorityscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2303200000 definitions=main-2305080038 Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org This patch set enables tsens in IPQ9574 Depends on https://lore.kernel.org/linux-arm-msm/20230406061314.10916-1-quic_devipriy@quicinc.com/ [v2]: Drop the driver change (https://lore.kernel.org/lkml/b45d33d38a334aabbd52c83b0d6028af1f4c74c8.1682682753.git.quic_varada@quicinc.com/) since the tsens device is compatible with 8074's tsens and use 8074's compatible itself Rename clusterX nodes as cpussX [v1]: Fix DT node names [v0]: Initial patch introducing TSENS support Praveenkumar I (1): dt-bindings: thermal: tsens: Add ipq9574 compatible Varadarajan Narayanan (2): arm64: dts: qcom: ipq9574: add tsens node arm64: dts: qcom: ipq9574: add thermal zone nodes .../devicetree/bindings/thermal/qcom-tsens.yaml | 9 +- arch/arm64/boot/dts/qcom/ipq9574.dtsi | 217 +++++++++++++++++++++ 2 files changed, 224 insertions(+), 2 deletions(-)