From patchwork Thu Sep 26 06:54:41 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lijuan Gao X-Patchwork-Id: 13812909 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 A4A31CCF9E9 for ; Thu, 26 Sep 2024 07:11:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:CC:To:In-Reply-To:References :Message-ID:Content-Transfer-Encoding:Content-Type:MIME-Version:Subject:Date: From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=ZMYU44qOA/0KMilXTlkfwD0/Wursf8pVE12AIec0iDA=; b=kKHI0msOng2PVDuTjYfPuFsnZh xHXnxandkwE+F48iwoL3nAVJaKB/s2I373sT07MF+oHb8/trMsU2NEbQDAGE8VgWZglyWrw6S1XCV 8FjG8LQkRLyTRb9HbJWEHriyskznKffpLUPg8qnq5ddyeIhNSDeROjsPYC9b1h2nMBcqyHMeU8syy CJoe6mdB6DEM5ZZozDX6hhIeCkZHbmpkhSW2GQIXUDppNeDP+8BWv59eYHlfTBlMHaAP314vgulEd T7Z6couXnMUZAynM8Lf/dxRc5Wgcynx4yp9zwysD1IYnTNgOKWVfk2KN1ggFKzSmFG76HGDK4FZ6A D9PW0Z7w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1stieH-00000007SYv-2F5M; Thu, 26 Sep 2024 07:10:49 +0000 Received: from mx0a-0031df01.pphosted.com ([205.220.168.131]) by bombadil.infradead.org with esmtps (Exim 4.98 #2 (Red Hat Linux)) id 1stiPV-00000007PLV-0mzo for linux-arm-kernel@lists.infradead.org; Thu, 26 Sep 2024 06:55:35 +0000 Received: from pps.filterd (m0279863.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.18.1.2/8.18.1.2) with ESMTP id 48PH5C1Z027655; Thu, 26 Sep 2024 06:55:14 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= ZMYU44qOA/0KMilXTlkfwD0/Wursf8pVE12AIec0iDA=; b=ln7lkkWb58bLbLGm SAFcToDFHFmXLdUi0fX00/2+lYJlQd77vXzJfcwIBZfMe9bj6Ck4Yqv/El3UaKch PGZstY+FcBXMwkTZlbIRXOVQ6A42XthVcVPB7KDHgTFvPZrUWqVds9jdy4Wv3RSD 0VorGgSnowVM4MBmlRisqP1gRj9sKzNJEH4TOZyGj9nYp8DVmiJpd20w6PNhd/SJ UCaMbKFxNobdzNEq4vCX40+ySokNs2R1hCnZ3+jWIDFdZNqPtcY+mWwOl1gMhK5p qMlg0LFCv/xu10Ms2O+jualuqjkuLMI1lIRsCDxGga08gO5xwhiIPfBKXI4Zwc2C 96a9QQ== Received: from nalasppmta04.qualcomm.com (Global_NAT1.qualcomm.com [129.46.96.20]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 41spc2xec6-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 26 Sep 2024 06:55:13 +0000 (GMT) Received: from nalasex01b.na.qualcomm.com (nalasex01b.na.qualcomm.com [10.47.209.197]) by NALASPPMTA04.qualcomm.com (8.18.1.2/8.18.1.2) with ESMTPS id 48Q6tDNd010853 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 26 Sep 2024 06:55:13 GMT Received: from lijuang2-gv.ap.qualcomm.com (10.80.80.8) by nalasex01b.na.qualcomm.com (10.47.209.197) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1544.9; Wed, 25 Sep 2024 23:55:06 -0700 From: Lijuan Gao Date: Thu, 26 Sep 2024 14:54:41 +0800 Subject: [PATCH v3 1/7] dt-bindings: arm: qcom: document QCS615 and the reference board MIME-Version: 1.0 Message-ID: <20240926-add_initial_support_for_qcs615-v3-1-e37617e91c62@quicinc.com> References: <20240926-add_initial_support_for_qcs615-v3-0-e37617e91c62@quicinc.com> In-Reply-To: <20240926-add_initial_support_for_qcs615-v3-0-e37617e91c62@quicinc.com> To: Bjorn Andersson , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Thomas Gleixner , Catalin Marinas , Will Deacon CC: , , , , , Lijuan Gao , "Krzysztof Kozlowski" X-Mailer: b4 0.15-dev-99b12 X-Developer-Signature: v=1; a=ed25519-sha256; t=1727333702; l=1010; i=quic_lijuang@quicinc.com; s=20240827; h=from:subject:message-id; bh=SWUPv2yT9vFS1HF8hRCvwlmEe4NDPJrRcVUDDOhbUmo=; b=wzx+zlK1xDrKcDme0fW9zJ9SO6YKMh9XbwCPFMO1yplpywQVWHsAnYo9KrQuh+lBSV3Pvd6/C kFi6Gr7b3EyAXZBqi2uo2zda+al4xrBdY1lpNV4Hf2T7xj8ucursF91 X-Developer-Key: i=quic_lijuang@quicinc.com; a=ed25519; pk=1zeM8FpQK/J1jSFHn8iXHeb3xt7F/3GvHv7ET2RNJxE= X-Originating-IP: [10.80.80.8] X-ClientProxiedBy: nasanex01a.na.qualcomm.com (10.52.223.231) To nalasex01b.na.qualcomm.com (10.47.209.197) X-QCInternal: smtphost X-Proofpoint-Virus-Version: vendor=nai engine=6200 definitions=5800 signatures=585085 X-Proofpoint-GUID: buzxagTfgaNbyofgELwUFwRxJPDnPzZn X-Proofpoint-ORIG-GUID: buzxagTfgaNbyofgELwUFwRxJPDnPzZn 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 clxscore=1015 priorityscore=1501 suspectscore=0 lowpriorityscore=0 spamscore=0 impostorscore=0 malwarescore=0 adultscore=0 phishscore=0 mlxlogscore=999 bulkscore=0 mlxscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.19.0-2408220000 definitions=main-2409260044 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240925_235533_327697_B7116B78 X-CRM114-Status: UNSURE ( 9.72 ) X-CRM114-Notice: Please train this message. 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 Document the QCS615 SoC and its reference board QCS615 RIDE. Reviewed-by: Krzysztof Kozlowski Signed-off-by: Lijuan Gao --- Documentation/devicetree/bindings/arm/qcom.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml index 5cb54d69af0b..a0c9e7179ce9 100644 --- a/Documentation/devicetree/bindings/arm/qcom.yaml +++ b/Documentation/devicetree/bindings/arm/qcom.yaml @@ -42,6 +42,7 @@ description: | msm8996 msm8998 qcs404 + qcs615 qcs8550 qcm2290 qcm6490 @@ -895,6 +896,11 @@ properties: - const: qcom,qcs404-evb - const: qcom,qcs404 + - items: + - enum: + - qcom,qcs615-ride + - const: qcom,qcs615 + - items: - enum: - qcom,sa8155p-adp